Facebook Marketplace Seller Profile Scraper
Try for free
1 day trial then $30.00/month - No credit card required now
Go to Store
Facebook Marketplace Seller Profile Scraper
lucascode/facebook-marketplace-seller-profile-scraper
Try for free
1 day trial then $30.00/month - No credit card required now
Provide one or more URLs of Facebook Marketplace Seller Profiles and receive the details of their listings.
Developer
Maintained by Community
Actor Metrics
1 monthly user
No reviews yet
No bookmarks yet
>99% runs succeeded
Created in Mar 2025
Modified 16 hours ago
Categories
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 locations.
Features
- Extracts seller name, listing prices, titles, and locations.
- 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:
1{ 2 "start_urls": [ 3 { "url": "https://www.facebook.com/marketplace/profile/1/" } 4 ] 5}
start_urls
: List of seller profile URLs to scrape.
Output Data
The actor outputs data in the following format:
1{ 2 "seller_url": "https://www.facebook.com/marketplace/profile/1/", 3 "seller_name": "John Doe", 4 "listing_price": "$50", 5 "listing_title": "Used Bicycle", 6 "listing_location": "London, UK" 7}