Fnac Data Scraping avatar
Fnac Data Scraping

Pricing

$10.00/month + usage

Go to Store
Fnac Data Scraping

Fnac Data Scraping

fayoussef/fnac-data-scraping

Developed by

youssef farhan

Maintained by Community

Scrape Fnac product data —including name, price, availability, EAN, SKU, images, seller, categories, delivery info, ratings, and reviews—from both search and product pages with seamless proxy support.

5.0 (1)

Pricing

$10.00/month + usage

0

Monthly users

2

Runs succeeded

>99%

Last modified

2 days ago

Fnac.com Scraper

A powerful Apify actor for scraping product data from Fnac.com, supporting both search result pages and product pages. The scraper retrieves product names, prices, availability, EAN, SKU, images, seller details, categories, delivery info, ratings, and reviews. It leverages HTTPX for fast requests and BeautifulSoup for parsing.

Features

  • Scrape product & search pages – Extracts product details from both search listings and individual product pages.
  • Apify SDK integration – Uses Apify's request queue and dataset storage for efficient crawling.
  • Proxy support – Use Apify's default proxies or provide a custom one.
  • Custom depth control – Define how deep to crawl from the start URLs.

How it Works

  1. The script reads input, including start_urls and url_type (search or product).
  2. It enqueues URLs into Apify's request queue and processes them one by one.
  3. The scraper fetches and parses each page using HTTPX and BeautifulSoup.
  4. Extracted data is structured and stored in Apify's dataset.
  5. Supports pagination when scraping search result pages.

Example Output

1{
2    "url": "https://www.fnac.com/Product-Page",
3    "name": "Laptop XYZ",
4    "ean": "1234567890123",
5    "sku": "ABC123",
6    "price_product_discount": "799.99",
7    "price_product": "899.99",
8    "availability": "In Stock",
9    "description": "Powerful laptop with Intel i7 processor...",
10    "reconditionn": "No",
11    "etat": "New",
12    "images": ["image1.jpg", "image2.jpg"],
13    "seller": "Fnac",
14    "categories":["Computers", "Laptops"]
15    "deliveryInfo__price": "Free",
16    "deliveryInfo__date": "2-3 days",
17    "rating": "4.5",
18    "review_count": "120"
19}

Getting Started

To run the scraper on Apify:

  1. Build the Actor in Apify Console.
  2. Run the Actor with your desired start_urls.

Local Development

  1. Install Apify CLI:

    npm install -g apify-cli
  2. Pull the Actor for local testing:

    apify pull <ActorId>
  3. Run the Actor locally:

    apify run

Let me know if you need any tweaks! 🚀

Pricing

Pricing model

Rental 

To use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.

Free trial

2 hours

Price

$10.00