Fnac Product Scraper avatar

Fnac Product Scraper

Pricing

from $4.00 / 1,000 dataset items

Go to Apify Store
Fnac Product Scraper

Fnac Product Scraper

Scrape Fnac.com product data: keyword search, direct product URLs, and full detail including per-seller marketplace offers, GTIN/SKU, pricing and characteristics. Self-contained — no external unblocking subscription required.

Pricing

from $4.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Extract Fnac.com (French electronics, books & entertainment retailer) product data at scale — price, stock, GTIN/SKU, and full per-seller marketplace offers — by keyword search or direct product URL. Returns clean, structured JSON ready for spreadsheets, dashboards, or your pricing system.

Unlike other Fnac scrapers, this actor is self-contained: no external paid unblocking subscription (e.g. scrape.do) is required to get real results — the actor solves Fnac's anti-bot challenge itself.

Who it's for

  • Price/repricing & competitive intelligence teams — track Fnac's own price and every marketplace seller's competing offer (price, condition, seller) on the same product, from a simple keyword search.
  • Marketplace sellers on Fnac — monitor buy-box position and rival offers on your own listings.
  • E-commerce / brand & merchandising teams — catalog, ratings, assortment, and category structure.
  • Researchers — French retail market structure and pricing studies.

What you get (output fields)

FieldTypeDescription
pridstringFnac product id
title / brandstringProduct title and brand
price / base_pricenumberCurrent and base tax-included price
gtin / sku / mpnstringBarcode and part identifiers
condition / availabilitystringOffer condition and stock availability
seller / seller_typestringCurrent offer's seller and type (fnac/professional)
rating / reviews_countnumberAverage rating and review count
num_offers / offersint/arrMarketplace offer count and full per-seller breakdown
characteristicsobjectParametric specifications
imagesarrayProduct image URLs
urlstringProduct page URL

High-value use cases

  • Competitive price monitoring — schedule daily runs on key products or keywords and diff prices, availability, and marketplace offers over time.
  • Buy-box / seller competition tracking — see every seller's price and condition for a product in one row, no need to already know product IDs.
  • Catalog & assortment tracking — pull a keyword's full result set to see what's listed, rated, and in stock.
  • Product enrichment — turn a list of product URLs into full structured records with specs and images for your PIM/CRM.

Input parameters

FieldTypeDefaultDescription
searchQueriesarray[]Keywords to search
productUrlsarray[]Direct Fnac product URLs to fetch
maxPagesPerQueryint3Search pages per query (20 results/page)
maxItemsint200Global cap across all queries and URLs
fetchOffersbooleantrueInclude the full per-seller offers array
proxyConfigurationobjectResidentialApify Residential proxy (used by default — Fnac's anti-bot flags datacenter IPs)

Example input

{
"searchQueries": ["iphone"],
"maxPagesPerQuery": 2,
"fetchOffers": true
}

Example output

{
"prid": "21960880",
"title": "Apple iPhone Air 6,5\" 5G e-SIM 256 Go Or clair",
"brand": "Apple",
"price": 1229.0,
"currency": "EUR",
"gtin": "0195950622911",
"sku": "9321643",
"condition": "new",
"seller": "FNAC.COM",
"availability": "En Stock",
"num_offers": 15,
"offers": [
{ "seller": "FNAC.COM", "seller_type": "fnac", "condition": "new", "price": 1229.0 },
{ "seller": "BlueSky EU", "seller_type": "professional", "condition": "like-new", "price": 749.0 }
],
"url": "https://www.fnac.com/a21960880/..."
}

Scheduling & integrations

Run on a schedule (hourly/daily) and push results to Google Sheets, Make, Zapier, S3, or your webhook using Apify's built-in integrations — ideal for continuous price and marketplace-offer monitoring.

Use with AI assistants (MCP)

Prefer to query Fnac live from Claude, Cursor, or your own agent? Use the companion Fnac MCP Server actor, which exposes product search, detail (with offers), autocomplete, and recommendations as Model Context Protocol tools.

FAQ

Do I need my own proxy or API key? No — the actor solves Fnac's DataDome/Akamai challenge itself with a built-in stealth browser, using Apify Residential proxies by default.

Is the data fresh? Every run pulls live pricing, stock, and marketplace offers directly from Fnac at run time.

Is the keyword search 100% reliable? Fnac's search page sits behind its strictest anti-bot tier and can occasionally return zero results on a given attempt even with automatic retries — the actor retries with a fresh browser session when this happens. Product detail lookups by URL or product ID (and BOM-style batches of them) use a separate, consistently reliable channel and are not affected.

Why is this more reliable than other Fnac scrapers? It doesn't depend on a third-party paid unblocking subscription to function beyond a crippled free tier, and it exposes the full per-seller marketplace offers array from a simple keyword search — most rivals require already knowing the product ID.

Is scraping legal? The actor collects only publicly available product data. You are responsible for complying with Fnac's terms and applicable laws.

Support? Issues and requests are typically answered within a couple of business days.