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 (1)
Pricing
$30.00/month + usage
0
Total users
9
Monthly users
5
Runs succeeded
>99%
Last modified
a month 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.
For any issues or contributions, feel free to submit a pull request or open an issue on the repository!