Facebook Marketplace Seller Profile Scraper
Pricing
$30.00/month + usage
Go to Store
Facebook Marketplace Seller Profile Scraper
Provide one or more URLs of Facebook Marketplace Seller Profiles and receive the details of their listings.
5.0 (2)
Pricing
$30.00/month + usage
0
Total users
31
Monthly users
10
Runs succeeded
>99%
Issues response
11 days
Last modified
15 days ago
Facebook Marketplace Profile Seller Scraper
Overview
This Apify actor scrapes seller profiles on Facebook Marketplace, extracting valuable data such as seller name, listing titles, prices, and descriptions.
Features
- Extracts seller name, listing prices, titles, and descriptions.
- Implements a proxy configuration to avoid detection.
- Scrolls through the seller's listings to capture multiple items.
- Outputs structured data in JSON format.
Input Configuration
The actor requires an input JSON with the following structure:
{"start_urls": [{ "url": "https://www.facebook.com/marketplace/profile/1/" }]}
start_urls
: List of seller profile URLs to scrape.
Output Data
The actor outputs data in the following format:
{"url": "https://www.facebook.com/marketplace/profile/1/","name": "John Doe","listings": [{"price": "$50","title": "Used Bicycle","description": "A well-maintained bicycle in good condition."},{"price": "$100","title": "Office Chair","description": "Ergonomic office chair with adjustable height."}]}
url
: The Facebook Marketplace profile URL of the seller.name
: The name of the seller.listings
: An array containing all listings posted by the seller.price
: Price of the item.title
: Title of the item.description
: Description of the item (if available).
Usage
- Deploy the actor on the Apify platform.
- Provide the required input JSON.
- Run the actor to collect seller data.
- Retrieve the structured output in JSON format.
Notes
- The scraper uses Selenium to interact with Facebook Marketplace pages.
- It includes proxy support to reduce the risk of detection.
- Scrolling is implemented to ensure multiple listings are loaded.
Contact & Support
For questions, issues, or requests, feel free to open an issue.
On this page
Share Actor: