Giter Club home page Giter Club logo

jobfunnel's Introduction

JobFunnel

Spring Java

Scrapes Jobs from Twitter, Indeed and Internshala, mails them weekly.

BASE URL: https://jobfunnel.herokuapp.com/

DOCS: https://jobfunnel.herokuapp.com/swagger-ui/index.html#/

Required request body

  • User

{
    "jobTitle":	string,
    "userEmail": string,
    "userName":	string
}
  • Job Search

{
    "jobTitle":	string,
    "mailId":	string,
    "mailSubject": string,
    "sendMail":	boolean
}

Endpoints

  • /v1.0/user
    Saves the user and sends latest jobs available on twitter,internshala and indeed by mail weekly.

  • /v1.0/indeed
    Get jobs from indeed.

  • /v1.0/internshala
    Get jobs from internshala.

  • /v1.0/twitter
    Get jobs from twitter.

Examples

  • Twitter

Endpoint:
https://jobfunnel.herokuapp.com/v1.0/twitter
Request:
curl -X POST "https://jobfunnel.herokuapp.com/v1.0/twitter" -H "accept: */*" -H "Content-Type: application/json" -d "{ \"jobTitle\": \"Backend developer\", \"mailId\": \"string\", \"mailSubject\": \"string\", \"sendMail\": false}"
Response:

[
{
  "jobTitle": "Backend developer",
  "jobDesc": "WE Are #hiring  #nodejs  Backend Developer min 5 years Experience ",
  "jobLink": "https://t.co/SaOThz5U8I",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "Lana is hiring a Junior Backend Developer - ADDITIVE d. Ebner Matthias & Leiter Joachim OHG in Lana, Trentino-Alto Adige, Remote: ",
  "jobLink": "https://t.co/Jw6LEaJSNZ",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "JObros is hiring a Front end Developer in Mestre, Veneto, Remote: ",
  "jobLink": "https://t.co/REMf5L9n9S",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "We are Hiring - Backend Developer Lead  TeamPlus Staffing Solution https://t.co/Lwl2tEtkrF. 7-10 years ",
  "jobLink": "https://t.co/7nsRhzO9e0",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "Shure is hiring! Check out our latest opening - Backend Developer / DevOps Engineer in Eppingen, DE. Apply today... ",
  "jobLink": "https://t.co/PmZRiYoW4L",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "Aavalar is hiring!  Apply now for the position of Backend Java Developer ",
  "jobLink": "https://t.co/Z5XEtdkSrz",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "Hiring! Senior Backend Developer, ยฃ65,000 - #CityofLondon. https://t.co/IbplhkwGdH ",
  "jobLink": "https://t.co/iTNZmIPDhS",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "Looking to work as Backend Developer (m/f/d)? #Engineering #bachelor'sdegree #Fulltime #experienced #Germany #hiring #jobs ๐Ÿ‘‡ ",
  "jobLink": "https://t.co/LYVbFzaZSB",
  "jobSource": "twitter"
},
{
  "jobTitle": "Backend developer",
  "jobDesc": "#blockchain ConsolPartners is hiring for the following position: Backend developer โ€“ blockchain. Link: ",
  "jobLink": "https://t.co/Gn2owbPbY1",
  "jobSource": "twitter"
}
]
  • Internshala

Endpoint:
https://jobfunnel.herokuapp.com/v1.0/internshala
Request:
curl -X POST "https://jobfunnel.herokuapp.com/v1.0/internshala" -H "accept: */*" -H "Content-Type: application/json" -d "{ \"jobTitle\": \"Frontend\", \"mailId\": \"string\", \"mailSubject\": \"string\", \"sendMail\": false}"
Response:

[
{
  "jobTitle": "Expertrec- Frontend",
  "jobDesc": "Start date Starts Immediately CTC 5 - 6 LPA Apply By 18 Aug' 22",
  "jobLink": "https://internshala.com/job/detail/frontend-engineer-react-angular-node-fresher-jobs-in-bangalore-at-expertrec1658205756",
  "jobSource": "internshala"
},
{
  "jobTitle": "Epixel Software Private Limited- Frontend",
  "jobDesc": "Start date Starts Immediately CTC 3 - 4 LPA Apply By 13 Aug' 22",
  "jobLink": "https://internshala.com/job/detail/frontend-development-fresher-jobs-in-multiple-locations-at-epixel-software-private-     limited1657798608",
  "jobSource": "internshala"
},
{
  "jobTitle": "Velozity Global Solutions- Frontend",
  "jobDesc": "Start date Starts Immediately CTC 5.4 - 13.5 LPA Apply By 13 Aug' 22",
  "jobLink": "https://internshala.com/job/detail/remote-reactjs-frontend-developer-fresher-jobs-at-velozity-global-solutions1657739872",
  "jobSource": "internshala"
},
{
  "jobTitle": "MiM-Essay- Frontend",
  "jobDesc": "Start date Starts Immediately CTC 5 - 6 LPA Apply By 12 Aug' 22",
  "jobLink": "https://internshala.com/job/detail/software-engineer-frontend-fresher-jobs-in-delhi-at-mim-essay1657697653",
  "jobSource": "internshala"
},
{
  "jobTitle": "Velozity Global Solutions- Frontend",
  "jobDesc": "Start date Starts Immediately CTC 5.4 - 13.5 LPA Apply By 12 Aug' 22",
  "jobLink": "https://internshala.com/job/detail/reactjs-frontend-developer-fresher-jobs-in-bangalore-at-velozity-global-solutions1657688446",
  "jobSource": "internshala"
}
]

jobfunnel's People

Contributors

aarhank avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.