Facebook Marketplace Scraper — No Login | GPS, Photos avatar

Facebook Marketplace Scraper — No Login | GPS, Photos

Pricing

from $1.45 / 1,000 marketplace listings

Go to Apify Store
Facebook Marketplace Scraper — No Login | GPS, Photos

Facebook Marketplace Scraper — No Login | GPS, Photos

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.

Pricing

from $1.45 / 1,000 marketplace listings

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

2 days ago

Last modified

Share

Facebook Marketplace Scraper — Listings, Prices | from $2/1K

Scrape Facebook Marketplace listings by location, keyword, category, and price range.

Returns title, price, condition, description, city/state, GPS coordinates, image URLs, listing URL, and posted time — no Facebook login required for public listings.

What you get per listing

FieldSourceNotes
idSearchFB listing ID
titleSearchListing title
priceSearchFormatted string, e.g. "$450"
price_amountSearchNumeric (450.0)
currencySearchUsually "USD"
conditionDetailNew / Used - Good / Used - Like New / etc.
descriptionDetailFull listing description text
city / stateSearchApproximate location
locationSearchDisplay string, e.g. "San Francisco, California"
latitude / longitudeDetailPrecise GPS coordinates
image_urlsDetailAll image URLs
thumbnail_urlSearchPrimary thumbnail
image_countDetailCount of images
listing_urlComputedfacebook.com/marketplace/item/<id>/
posted_timeDetailISO 8601 timestamp
delivery_typesSearchIN_PERSON, DOOR_PICKUP, SHIPPING
is_soldDetailBoolean
seller_nameNot available — Facebook hides this for logged-out users
parse_confidenceQA0–1 quality score

Known limitation

Seller name is not returned for anonymous (logged-out) access. Facebook hides it for privacy — seller_name will always be null. This is a platform-level restriction, not a parser limitation. Workaround: login-based scraping (requires credentials; not supported by this actor).

Inputs

InputRequiredDefaultDescription
locationnewyorkCity slug from Marketplace URL (e.g. sanfrancisco, losangeles, chicago)
querySearch keyword (e.g. iphone 14, sofa)
categoryIdFB virtual category ID
priceMin / priceMaxPrice filter in USD
radiusKm65Search radius in km
maxItems50Max listings to return
enrichDetailstrueFetch full detail per listing (description, all images, condition, GPS)
proxyConfigurationRESIDENTIALApify Residential proxy recommended

Access method

Uses Facebook's internal GraphQL API (/api/graphql/) — the same endpoint the Marketplace web app calls. No HTML scraping, no browser. The LSD token and live doc_ids are re-extracted from the page on every run, making the actor resilient to FB deploy rotations.

Anti-bot notes

  • Facebook checks IP reputation. Datacenter IPs return empty results or login walls — always use RESIDENTIAL proxy on cloud.
  • Cursor pagination is disabled for anonymous sessions; price-range slicing is used to return >24 listings per query.

💰 Pricing & how we compare

Pay-per-result (PPE): from $1.49 / 1K listings. You are billed per listing-item actually returned — plus the tiny apify-actor-start fee Apify waives for short runs. No subscription, no API key, no proxy fee on top.

Our edge: No login or cookies · keyword + location + radius search · per-listing detail enrichment (all photos, condition, seller, GPS) · parse_confidence on every row.

Pricing examples (pay only for what you get, minus Apify's 20%):

VolumeCost
100 listings$0.15
1,000 listings$1.49
10,000 listings$14.90

How rivals price the same job (live Apify Store, checked 2026-06-09)

ActorTheir priceWhat they lack vs us
apify/facebook-marketplace-scraper$6.20/1Kking (3.3★) but needs start URLs — no keyword/location search
crowdpull/facebook-marketplace-scraper$5.00/1Kno-login peer, but no per-listing detail depth
memo23/facebook-marketplace-scraper-ppe$1.50/1K5★, but thinner per-listing fields

Prices above are competitors' live Store prices at the time of writing; ours is set to sit just below the strongest comparable while returning richer, quality-scored data.

🤖 Use with AI agents (MCP)

This actor is agent-ready (category MCP_SERVERS). Point any MCP client (Claude Desktop, Cursor, n8n AI, LangGraph) at it:

{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com/?actors=bovi/facebook-marketplace-scraper",
"headers": { "Authorization": "Bearer <YOUR_APIFY_TOKEN>" }
}
}
}