Facebook Advert Scraper

Facebook Advert Scraper

Provide one or more URLs of Facebook Marketplace Adverts and receive the contents of the adverts.

SOCIAL_MEDIAECOMMERCEApify

Facebook Marketplace Advert Scraper

Overview

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.


Features

  • 🚀 Automated Data Extraction – Scrapes key details from Facebook Marketplace adverts.
  • 🏠 Proxy Support – Uses residential proxies to avoid detection and ensure reliable scraping.
  • 🖥 Selenium WebDriver Integration – Handles dynamic page elements and interactions.
  • 🔍 Advanced "See More" Handling – Automatically clicks all "See More" buttons to reveal full content.
  • Login & Cookie Management – Bypasses login pop-ups and handles cookie consent dialogs.

How It Works

  1. The scraper receives a list of advert URLs as input.
  2. Selenium WebDriver loads each advert page while using a residential proxy.
  3. The script extracts key details, such as:
    • Title
    • Price
    • Description
    • Location
    • Seller Name
    • Posting Time
    • Vehicle Details (if applicable)
  4. All extracted data is pushed to the Apify dataset.

Input Configuration

The actor accepts the following JSON input:

1{
2  "start_urls": [
3    {
4      "url": "https://www.facebook.com/marketplace/item/123/"
5    }
6  ]
7}

Output Example

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}

Contact & Support

For questions, issues, or requests, feel free to open an issue.


🚀 Happy Scraping!

Frequently Asked Questions

Is it legal to scrape job listings or public data?

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.

Do I need to code to use this scraper?

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.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

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!