---
title: "Find Lenovo and HP laptops under 600 EUR sold by Fnac"
slug: "fnac-lenovo-hp-laptops-under-600"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/fnac-lenovo-hp-laptops-under-600"
actor: "Fnac Data Scraping"
actor_url: "https://automationbyexperts.com/apify/fnac-data-scraping"
apify_url: "https://apify.com/fayoussef/fnac-data-scraping/examples/fnac-lenovo-hp-laptops-under-600?fpr=youssef&fp_sid=abe_ex_fnac-lenovo-hp-laptops-under-600"
price: "$0.0001"
price_unit: "per result"
---

# Find Lenovo and HP laptops under 600 EUR sold by Fnac

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.

**Run it:** [Find Lenovo and HP laptops under 600 EUR sold by Fnac on Apify](https://apify.com/fayoussef/fnac-data-scraping/examples/fnac-lenovo-hp-laptops-under-600?fpr=youssef&fp_sid=abe_ex_fnac-lenovo-hp-laptops-under-600)  
**Actor:** [Fnac Data Scraping](https://automationbyexperts.com/apify/fnac-data-scraping)  
**Pricing:** $0.0001 per result

## What this task is for

Four filters do the work here: the two brands, a 600 EUR ceiling, new condition, and sold by Fnac rather than a marketplace seller. That last one matters most, because marketplace listings carry different delivery, warranty and return terms than Fnac's own stock.

In-stock only means the export is what can be bought today, not what is listed. Change the brands or the budget and the same task tracks any laptop deal band you care about.

## The input this task runs with

```json
{
  "search_terms": [
    "ordinateur portable"
  ],
  "brands": [
    "Lenovo",
    "HP"
  ],
  "sold_by_fnac": true,
  "max_price": 600,
  "sort_by": "price_asc",
  "condition": "new",
  "in_stock_only": true,
  "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

- [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.
- [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).
