VOOZH about

URL: https://apify.com/scrapio/facebook-marketplace-scraper

⇱ Facebook Marketplace Scraper Β· Apify


Pricing

$14.99/month + usage

Go to Apify Store

Facebook Marketplace Scraper

Scrapes listings from Facebook Marketplace, capturing item titles, prices, photos, seller details, locations, descriptions, and listing URLs. Perfect for market research, price tracking, product analysis, and automated competitor monitoring at scale

Pricing

$14.99/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Scrapio

Scrapio

Maintained by Community

Actor stats

1

Bookmarked

12

Total users

0

Monthly active users

3 days ago

Last modified

Share

Scrape Facebook Marketplace search results and optional listing details (PDP) at scale. Supports bulk URLs, configurable proxy, and automatic proxy fallback when the platform blocks requests.

Why Choose Us?

  • Bulk URLs – Process many search URLs in one run.
  • Deep scrape – Optionally fetch full listing details from each item page.
  • Proxy fallback – Starts with no proxy; if blocked, falls back to datacenter then residential (with clear logs).
  • Structured output – Same shape as the reference output: results grouped by search query or deep_scraped.

Key Features

  • No proxy by default; optional Apify Proxy with automatic fallback (datacenter β†’ residential, 3 retries, then stick to residential).
  • Regular mode: search-only listings (title, price, location, photo, etc.).
  • Deep mode: full PDP data (description, attributes, taxonomy, etc.).
  • Pagination over search results and concurrent PDP requests in deep mode.
  • Detailed Apify logs for progress and proxy events.

Input

FieldTypeRequiredDescription
urlsarrayYesMarketplace search URLs (bulk). Example: https://www.facebook.com/marketplace/108479165840750/search/?query=phone
proxyConfigurationobjectYesProxy settings. Default: no proxy. Editor: proxy.
deepScrapebooleanNoIf true, fetch full listing details per item (default: true).
countintegerNoMax listings per URL; 0 = unlimited (default: 50).

Example input

{
"urls":[
{"url":"https://www.facebook.com/marketplace/108479165840750/search/?query=phone&exact=false"}
],
"proxyConfiguration":{"useApifyProxy":false},
"deepScrape":true,
"count":50
}

Output

One object pushed to the default dataset. Keys are search query strings (or "deep_scraped" in deep mode); values are arrays of listing objects.

Example output (regular mode)

{
"phone":[
{
"facebookUrl":"https://www.facebook.com/marketplace//search/?query=phone",
"listingUrl":"https://www.facebook.com/marketplace/item/123",
"id":"123",
"primary_listing_photo":{ ... },
"listing_price":{"formatted_amount_zeros_stripped":"...","currency":"..."},
"location":{ ... },
"marketplace_listing_title":"...",
...
}
]
}

Example output (deep mode)

{
"deep_scraped":[
{
"id":"1976698959927469",
"listing_price":{ ... },
"location_text":{"text":"..."},
"marketplace_listing_title":"...",
"redacted_description":{"text":"..."},
"attribute_data":[ ... ],
...
}
]
}

How to Use the Actor (via Apify Console)

  1. Log in at console.apify.com and open Actors.
  2. Find facebook-marketplace-scraper and open it.
  3. Set Input: add marketplace URLs (bulk), set proxy (default: no proxy), and optionally Deep scrape and Max listings per URL.
  4. Click Start.
  5. Watch Log for progress and proxy messages.
  6. Open the Output tab to view or export the dataset (JSON/CSV).

Best Use Cases

  • Price and listing research for specific queries and locations.
  • Collecting public listing data for analysis or feeds.
  • Monitoring categories or search terms over time.

Frequently Asked Questions

  • Why no proxy by default? To avoid proxy cost when the platform allows direct access. Proxy is used only when needed (block/rejection).
  • What if I get blocked? The actor will log and switch to datacenter proxy, then residential (up to 3 retries), then use residential for the rest of the run.
  • What is β€œdeep scrape”? It visits each listing’s detail page and returns full PDP data (description, condition, category path, etc.) instead of only search-snippet fields.

Support and Feedback

Use the Apify platform support or the actor’s repository for issues and feature requests.

Cautions

  • Data is collected only from publicly available marketplace pages.
  • No access to private or password-protected content.
  • You are responsible for compliance with applicable laws (privacy, data protection, terms of use).

You might also like

Facebook Marketplace Scraper

scrapier/facebook-marketplace-scraper

Scrape listings from Facebook Marketplace with the Facebook Marketplace Scraper. Extract item titles, prices, descriptions, seller info, images, and locations. Perfect for market research, price tracking, and competitor analysis. Fast, accurate, and scalable for bulk listings.

Facebook Marketplace Scraper

simpleapi/facebook-marketplace-scraper

Facebook Marketplace Scraper extracts listings from Facebook Marketplace, capturing titles, prices, photos, locations, seller info, descriptions, and timestamps. Ideal for product research, price tracking, lead generation, and automating structured Marketplace data collection at scale.

Facebook Marketplace Scraper

scraper-engine/facebook-marketplace-scraper

Extract product listings from Facebook Marketplace with ease! This actor scrapes titles, prices, descriptions, seller info, locations, images, and post URLs. Perfect for market research, price monitoring, competitor analysis, or lead generation from Facebook Marketplace listings.

πŸ‘ User avatar

Scraper Engine

136

5.0

Facebook Marketplace Scraper

pratikdani/facebook-marketplace-scraper

The Facebook Marketplace Scraper extracts detailed product data from Marketplace URLs, including prices, descriptions, images, and seller details. Perfect for market research, price monitoring, and inventory tracking.

195

Facebook Marketplace Scraper

api-empire/facebook-marketplace-scraper

Facebook Marketplace Scraper extracts listings from Facebook Marketplace. Capture titles, prices, photos, descriptions, locations, sellers, and timestamps. Ideal for product research, price tracking, local market insights, and workflows needing structured Marketplace data.

33

5.0

Facebook Marketplace Scraper

calm_builder/facebook-marketplace-scraper

Scrape Facebook Marketplace listings by location, category, and filters. Extract titles, prices, images, descriptions, seller info, and posting time. Ideal for market research, price tracking, and lead generation.

Facebook Marketplace Scraper

khadinakbar/facebook-marketplace-scraper

Scrape Facebook Marketplace search results, listing details, prices, photos, sellers, locations, and item status into clean structured data. Perfect for SEO and AI agents, MCP optimized.