Skip to content

bondvit/facebook-crawler-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Crawler — examples

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.

What you get per record

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

Quickstart

  1. Get your Apify token: https://console.apify.com/account/integrations
  2. 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

Example input

{
  "searchQueries": [
    "iphone"
  ],
  "locations": [
    "nyc",
    "la",
    "chicago"
  ],
  "maxItems": 50
}

Links


MIT-licensed examples. The actor runs on the caller's Apify account (you pay platform compute + per-result).

About

Runnable Python & JS examples for the Facebook Marketplace Scraper on Apify

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors