---
title: "Fnac crime fiction bestsellers with EAN"
slug: "fnac-romans-policiers-meilleures-ventes"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/fnac-romans-policiers-meilleures-ventes"
actor: "Fnac Data Scraping"
actor_url: "https://automationbyexperts.com/apify/fnac-data-scraping"
apify_url: "https://apify.com/fayoussef/fnac-data-scraping/examples/fnac-romans-policiers-meilleures-ventes?fpr=youssef&fp_sid=abe_ex_fnac-romans-policiers-meilleures-ventes"
price: "$0.0001"
price_unit: "per result"
---

# Fnac crime fiction bestsellers with EAN

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.

**Run it:** [Fnac crime fiction bestsellers with EAN on Apify](https://apify.com/fayoussef/fnac-data-scraping/examples/fnac-romans-policiers-meilleures-ventes?fpr=youssef&fp_sid=abe_ex_fnac-romans-policiers-meilleures-ventes)  
**Actor:** [Fnac Data Scraping](https://automationbyexperts.com/apify/fnac-data-scraping)  
**Pricing:** $0.0001 per result

## What this task is for

Sorting by bestsellers turns the export into a ranking rather than a catalogue: the order itself is the data, and comparing two runs shows which titles are climbing at France's largest book retailer.

The EAN is the ISBN, so the list joins straight onto a publisher's or a bookseller's own catalogue with no title matching. Change the keyword and the same task follows any genre. The task is published in French on Apify; the fields come back the same.

## The input this task runs with

```json
{
  "search_terms": [
    "roman policier"
  ],
  "category": "Livres",
  "sort_by": "best_sellers",
  "max_items": 100
}
```

## 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

- [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.
- [Scrape Fnac laptop prices, EAN and stock in France](https://automationbyexperts.com/apify/examples/fnac-laptop-prices-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.

---

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