---
title: "Scrape Fnac laptop prices, EAN and stock in France"
slug: "fnac-laptop-prices-france"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/fnac-laptop-prices-france"
actor: "Fnac Data Scraping"
actor_url: "https://automationbyexperts.com/apify/fnac-data-scraping"
apify_url: "https://apify.com/fayoussef/fnac-data-scraping/examples/fnac-laptop-prices-france?fpr=youssef&fp_sid=abe_ex_fnac-laptop-prices-france"
price: "$0.0001"
price_unit: "per result"
---

# Scrape Fnac laptop prices, EAN and stock in France

Every laptop in the Fnac.com laptop category with current price, crossed-out list price, discount, EAN, SKU, brand, stock status, marketplace sellers, ratings and the full spec table.

**Run it:** [Scrape Fnac laptop prices, EAN and stock in France on Apify](https://apify.com/fayoussef/fnac-data-scraping/examples/fnac-laptop-prices-france?fpr=youssef&fp_sid=abe_ex_fnac-laptop-prices-france)  
**Actor:** [Fnac Data Scraping](https://automationbyexperts.com/apify/fnac-data-scraping)  
**Pricing:** $0.0001 per result

## What this task is for

The EAN is what makes this export more than a price list. With it, each Fnac product matches the same item on Amazon.fr or Cdiscount, which is how you compare like for like across French retailers instead of guessing from product titles.

List price and discount come through separately from the current price, so a real reduction is distinguishable from a permanent strike-through. Run it on a schedule and the difference between two exports is your price-change feed.

## The input this task runs with

```json
{
  "start_urls": [
    {
      "url": "https://www.fnac.com/Tous-les-ordinateurs-portables/Ordinateurs-portables/nsh154425/w-4"
    }
  ],
  "max_depth": 3
}
```

## What every run returns

- `Product name & brand`
- `Current price (€)`
- `Original price & discount %`
- `EAN / barcode`
- `SKU / reference code`
- `Stock availability`
- `Seller name & rating`
- `Delivery options & cost`
- `Product images (all)`
- `Customer rating & review count`
- `Product description`
- `Technical specifications`
- `Category breadcrumb`
- `Listing URL`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other Fnac Data Scraping tasks

- [Fnac crime fiction bestsellers with EAN](https://automationbyexperts.com/apify/examples/fnac-romans-policiers-meilleures-ventes): Crime fiction in the Fnac.com books category, ranked by bestsellers, with price, EAN (ISBN), author, availability, rating, review count and the summary for each title.
- [Top-rated Sony Bluetooth headphones sold by Fnac](https://automationbyexperts.com/apify/examples/fnac-casques-sony-bluetooth-vendus-par-fnac): Sony Bluetooth headphones and earbuds on Fnac.com, limited to items sold by Fnac and ranked by customer rating, with price, list price, discount, EAN, availability and specifications.
- [Find Lenovo and HP laptops under 600 EUR sold by Fnac](https://automationbyexperts.com/apify/examples/fnac-lenovo-hp-laptops-under-600): New Lenovo and HP laptops under 600 EUR, sold by Fnac and in stock, cheapest first, each with price, list price, discount, EAN, stock status, rating and full specifications.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
