Skip to content

Simple Web Scrapper to scrap data of the Craigslist website and also create a CSV out of the data retrieved

Notifications You must be signed in to change notification settings

Anish-U/Craigslist-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craigslist-Scrapper

Simple Web Scrapper to scrap data of the Craigslist website and also create a CSV

Modules Used

  • cheerio
  • request
  • request-promise
  • objects-to-csv

JSON Output

scrapeSample = {
  title: "Machine Learning Engineer, Technical",
  description:
    "Instacart seeks multiple Machine Learning Engineer, Technical's in San Francisco, California.......",
  datePosted: new Date("2021-05-28 10:22"),
  url: "https://sfbay.craigslist.org/sfc/sof/d/san-francisco-machine-learning-engineer/7328396376.html",
  jobNeighborhood: "menlo park",
  address: "3441 Alma Street",
  compensation: "$80,000 - $84,000 per year",
  employmentType: "full-time",
};

About

Simple Web Scrapper to scrap data of the Craigslist website and also create a CSV out of the data retrieved

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published