Skip to content

DeepeshKumarJha/Find_The_Gig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FindTheGig

Sites From which we are fetching the data

  • upwork
  • freelancer
  • peopleperhour

Freelancer

We can't access this site using scrapy because this site uses javascript to load the content, So if the javascript is disabled page won't load. So, For this we only have two options access data using the api or use selenium to for that.

            https://www.freelancer.com/api/projects/0.1/projects/active/?query=django&projectSort=latest
            I can use this formate for api call with return json data

PeoplePerHour

I can't able to find any official api for this site, So I'm going to use Scrapy to scrape the gigs from this site. Because, When I checked after disabling javascript this site still works fine but to search for particualar jobs, We should use url like :

            'https://peopleperhour.com/freelance-[topic]-[name]-jobs'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages