Fnac Product Search Scraper avatar

Fnac Product Search Scraper

Pricing

$19.99/month + usage

Go to Apify Store
Fnac Product Search Scraper

Fnac Product Search Scraper

Scrape product listings from Fnac.com by providing a search URL, with automatic pagination and comprehensive product information extraction.

Pricing

$19.99/month + usage

Rating

5.0

(1)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

1

Monthly active users

20 days ago

Last modified

Share

This actor allows you to scrape product listings from Fnac.com by providing a search URL. It automatically handles pagination and extracts comprehensive product information including prices, specifications, and availability details.

Features

  • URL-based Scraping: Extract products by providing a complete Fnac search URL
  • Automatic Pagination: Automatically clicks the "Voir plus d'articles" button to load more products until reaching the end or max items limit
  • Comprehensive Product Data: Extract detailed information about each product including:
    • Product title and description
    • Current and original prices
    • Discount percentage
    • Product images
    • Category and brand information
    • Technical specifications (storage capacity, screen size, color)
    • Customer ratings and reviews
    • Availability status
    • Delivery options

Input Parameters

FieldTypeRequiredDescription
searchUrlstringYesComplete Fnac search URL to scrape
maxItemsintegerNoMaximum number of products to fetch

Output

The output is a main list of product objects, each containing:

  • searchUrl: The original search URL used
  • productId: Unique product identifier
  • productTitle: Title of the product
  • productUrl: URL to the product page
  • imageUrl: URL of the product image
  • category: Product category
  • brand: Product brand name
  • price: Current selling price
  • originalPrice: Original/list price before discount
  • discountPercentage: Discount percentage
  • ratingScore: Customer rating score
  • reviewCount: Number of customer reviews
  • storageCapacity: Storage capacity specification
  • screenSize: Screen size specification
  • color: Product color
  • availability: Stock availability status
  • deliveryInfo: Delivery information and cost
  • scrapedAt: Timestamp of when the product was scraped

Example output:

[
{
"searchUrl": "https://www.fnac.com/SearchResult/ResultList.aspx?Search=iphone&sft=1&sa=0",
"productId": "21960880",
"productTitle": "Apple iPhone Air 6,5\" 5G e-SIM 256 Go Or clair",
"productUrl": "https://www.fnac.com/Apple-iPhone-Air-6-5-5G-e-SIM-256-Go-Or-clair/a21960880/w-4",
"imageUrl": "https://static.fnac-static.com/multimedia/Images/FR/MDM/9d/86/b6/28739229/1545-1/tsp20251208172645/Apple-iPhone-Air-6-5-5G-e-SIM-256-Go-Or-clair.jpg",
"category": "iPhone",
"brand": "Apple",
"price": 969,
"originalPrice": 1229,
"discountPercentage": 21,
"ratingScore": 5,
"reviewCount": 5,
"storageCapacity": "256 Go",
"screenSize": "6,5 \"",
"color": "Or clair",
"availability": "En stock en ligne",
"deliveryInfo": "gratuite",
"scrapedAt": "2025-05-29T02:10:44.350Z"
},
...
]

Use Cases

  • Price comparison and monitoring
  • Market research and competitive analysis
  • Product catalog building
  • Inventory tracking
  • Consumer behavior research

Notes

  • The actor uses stealth mode to avoid detection
  • Results are automatically paginated until reaching the end or max items limit
  • All prices are in Euros
  • The actor includes random delays between actions to avoid rate limiting

Start finding the best products on Fnac.com today!