Scrape Fnac product data —including name, price, availability, EAN, SKU, images, seller, categories, delivery info, ratings, and reviews—from both search and product pages with seamless proxy support.
A powerful Apify actor for scraping product data from Fnac.com, supporting both search result pages and product pages. The scraper retrieves product names, prices, availability, EAN, SKU, images, seller details, categories, delivery info, ratings, and reviews. It leverages HTTPX for fast requests and BeautifulSoup for parsing.
start_urls
and url_type
(search
or product
).1{ 2 "url": "https://www.fnac.com/Product-Page", 3 "name": "Laptop XYZ", 4 "ean": "1234567890123", 5 "sku": "ABC123", 6 "price_product_discount": "799.99", 7 "price_product": "899.99", 8 "availability": "In Stock", 9 "description": "Powerful laptop with Intel i7 processor...", 10 "reconditionn": "No", 11 "etat": "New", 12 "images": ["image1.jpg", "image2.jpg"], 13 "seller": "Fnac", 14 "categories":["Computers", "Laptops"] 15 "deliveryInfo__price": "Free", 16 "deliveryInfo__date": "2-3 days", 17 "rating": "4.5", 18 "review_count": "120" 19}
To run the scraper on Apify:
start_urls
.Install Apify CLI:
npm install -g apify-cli
Pull the Actor for local testing:
apify pull <ActorId>
Run the Actor locally:
apify run
Let me know if you need any tweaks! 🚀
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!