🛍️ Skroutz Product Scraper
by mpelas
Scrape 100+ products from Skroutz.gr in under 2 minutes! Perfect for price monitoring and market research. No coding required. 📊
Opens on Apify.com
About 🛍️ Skroutz Product Scraper
Scrape 100+ products from Skroutz.gr in under 2 minutes! Perfect for price monitoring and market research. No coding required. 📊
What does this actor do?
🛍️ Skroutz Product Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
SKROUTZ SCRAPER I'll create a comprehensive Apify actor to scrape products from Skroutz.gr, focusing on the XHR API endpoint that returns the product JSON data. main.py+112-24 Perfect! I've created a specialized Apify actor for scraping Skroutz.gr products. Here's what the code does: Key Features: 1. XHR API Intercception: Listens for the variations.json XHR endpoint that contains product data Automatically captures and parses the JSON responses 2. Product Data Extraction: Extracts SKU ID, product name, price, URLs (product & image), and color variations Handles the nested JSON structure from Skroutz API responses 3. Helper Functions: parse_skroutz_products(): Parses the complex API response structure extract_search_query(): Extracts the search term from the URL 4. Data Enrichment: Adds page URL, search query, and page title to each product record Structured output ready for storage or processing How to Use: Input Format: { "start_urls": [ {"url": "https://www.skroutz.gr/search?keyphrase=tplink+tapo+camera"} ], "max_requests_per_crawl": 5} Output Format: Each product will be saved with: { "sku_id": 46360886, "name": "TP-LINK Tapo C220 v1 IP Κάμερα Wi-Fi Full HD+ 4MP", "price": "24,64 €", "url": "/s/46360886/...", "image_url": "//b.scdn.gr/images/...", "follow": true, "page_url": "https://www.skroutz.gr/search?keyphrase=...", "search_query": "tplink tapo camera", "page_title": "..."} The actor uses Playwright to handle JavaScript rendering and Cloudflare's protections, then intercepts the XHR responses to extract the product JSON data efficiently! ## Python Crawlee with Playwright template A template for web scraping data from websites starting from provided URLs using Python. The starting URLs are passed through the Actor's input schema, defined by the input schema. The template uses Crawlee for Python for efficient web crawling, making requests via headless browser managed by Playwright, and handling each request through a user-defined handler that uses Playwright API to extract data from the page. Enqueued URLs are managed in the request queue, and the extracted data is saved in a dataset for easy access. ## Included features - Apify SDK - a toolkit for building Apify Actors in Python. - Crawlee for Python - a web scraping and browser automation library. - Input schema - define and validate a schema for your Actor's input. - Request queue - manage the URLs you want to scrape in a queue. - Dataset - store and access structured data extracted from web pages. - Playwright - a library for managing headless browsers. ## Resources - Video introduction to Python SDK - Webinar introducing to Crawlee for Python - Apify Python SDK documentation - Crawlee for Python documentation - Python tutorials in Academy - Integration with Make, GitHub, Zapier, Google Drive, and other apps - Video guide on getting scraped data using Apify API - A short guide on how to build web scrapers using code templates: web scraper template ## Getting started For complete information see this article. To run the Actor use the following command: bash apify run ## Deploy to Apify ### Connect Git repository to Apify If you've created a Git repository for the project, you can easily connect to Apify: 1. Go to Actor creation page 2. Click on Link Git Repository button ### Push project on your local machine to Apify You can also deploy the project on your local machine to Apify without the need for the Git repository. 1. Log in to Apify. You will need to provide your Apify API Token to complete this action. bash apify login 2. Deploy your Actor. This command will deploy and build the Actor on the Apify Platform. You can find your newly created Actor under Actors -> My Actors. bash apify push ## Documentation reference To learn more about Apify and Actors, take a look at the following resources: - Apify SDK for JavaScript documentation - Apify SDK for Python documentation - Apify Platform documentation - Join our developer community on Discord
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try 🛍️ Skroutz Product Scraper now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- mpelas
- Pricing
- Paid
- Total Runs
- 3
- Active Users
- 2
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support