Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

James_Moore's avatar

Scraping Kijiji and FB marketplace data

The goal is to have a job run every X hours on my application that gets "garage sale" ad / classifieds ad data from sites like kijiji.ca or Facebook marketplace.

I'm seeking guidance on web scrapper packages that I can use, or third party api services that would also be of use. Thanks again !

0 likes
2 replies
bobbybouwmann's avatar
Level 88

Well, it depends on what you want to scrape from the specific websites. Those requirements determine what kind of package or API you need to use.

This is a good package for most use cases: https://github.com/spatie/crawler

martinbean's avatar

@james_moore Pretty sure scraping listings data would be against both of those site’s terms of service. Definitely Facebook’s; I haven’t heard of Kijiji.

1 like

Please or to participate in this conversation.