8000 GitHub - HassanAli699/Job-Scrapper-API: This is the repository for the scrapper i made for linkedIn, Indeed and Rozee.pk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

HassanAli699/Job-Scrapper-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Job Scrapper API Document

There are 2 API’s one to get the data from a specific site and one to get the collective data from all the three sites:

• LinkedIn

• Rozee.pk

• Indeed


Specific Site API:

This Api takes the following parameters:

• keywords (Comma Separated String like “Android Developer, Android, Development”)

• location (Specify the location of the job like “Islamabad”, “Karachi”, “Islamabad, Pakistan”)

• num_pages (Number of pages to scrape from a single site like scrape 2 pages or 4 pages)

• site (Site from which the jobs are to be scrapped)

• page (The Page number from which you want to get data for pagination)

• page_size (The number of jobs you want on a page)

Required Parameters and Defined Values:

Required: Keyword, Location, Site

Pre-defined: num_pages (1), page (1), per_page (10)

End-point: http://YOUR_LOCALHOST_URL_HERE/get_jobs_from_site

image

All Jobs API: This Api takes the following parameters:

• keyword

• location

• num_pages

• page

• page_size

Required Parameters and Defined Values:

Required: Keyword, Location

Pre-defined: num_pages (1), page (1), per_page (10)

End-point: http://YOUR_LOCALHOST_URL_HERE/get_all_jobs

image

Data the API returns

image

Features and DataTypes

image

Packages to install for scrapper:

• Flask

• bs4

There maybe one or two more packages to install.

Folder Structure:

Main.py: contains all the routes to get the data.

Job_Controller: contains all the method to get the data form the sites.

Utils: contains the helper methods

About

This is the repository for the scrapper i made for linkedIn, Indeed and Rozee.pk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0