Runnable examples for the Facebook Marketplace Scraper — No Login | GPS, Photos on Apify.
Scrape Facebook Marketplace by location + keyword. Per-listing detail enrichment returns title, price, condition, GPS coordinates, city/state, all photos, description, and posted time. No FB account needed. Managed anti-bot bypass — reliable at scale.
category_id · city · condition · condition_code · currency · delivery_types · description · id · image_count · image_urls · is_pending · is_sold · latitude · listing_url · location · longitude · mileage · parse_confidence · posted_time · posted_timestamp · price · price_amount · scraped_at · search_location · search_query · seller_name · state · thumbnail_url · title · warnings
- Get your Apify token: https://console.apify.com/account/integrations
- Run a language example below. Both call the actor and print the results.
| Example | File |
|---|---|
Python (apify-client) |
examples/python/run.py |
JavaScript (apify-client) |
examples/javascript/run.js |
| Sample output (real records) | examples/sample_output.json |
{
"searchQueries": [
"iphone"
],
"locations": [
"nyc",
"la",
"chicago"
],
"maxItems": 50
}- Actor on Apify Store: https://apify.com/bovi/facebook-marketplace-scraper
- Apify client docs: Python · JavaScript
MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).