Provide one or more URLs of Facebook Marketplace Adverts and receive the contents of the adverts.
The Facebook Marketplace Advert Scraper is a powerful tool designed to extract detailed information from Facebook Marketplace listings. Built on Apify, it utilizes Selenium and BeautifulSoup to scrape data such as titles, prices, descriptions, seller details, locations, and vehicle specifications.
The actor accepts the following JSON input:
1{ 2 "start_urls": [ 3 { 4 "url": "https://www.facebook.com/marketplace/item/123/" 5 } 6 ] 7}
The extracted data is returned in structured JSON format:
1{ 2 "url": "https://www.facebook.com/marketplace/item/123/", 3 "title": "BMW 3 Series 2018", 4 "price": "$18,500", 5 "description": "Well-maintained BMW with full service history...", 6 "location": "London, UK", 7 "seller_name": "John Doe", 8 "vehicle_details": ["Diesel", "Automatic", "50,000 miles"], 9 "posting_time": "Listed 2 days ago" 10}
For questions, issues, or requests, feel free to open an issue.
🚀 Happy Scraping!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!