VOOZH about

URL: https://apify.com/bytepulselabs/alza-product-scraper/api

⇱ Alza.cz Product Scraper API Β· Apify


πŸ‘ Alza.cz Product Scraper avatar

Alza.cz Product Scraper

Under maintenance

Pricing

from $4.20 / 1,000 products

Go to Apify Store

Alza.cz Product Scraper

Under maintenance

Scrape all Alza.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $4.20 / 1,000 products

Rating

5.0

(7)

Developer

πŸ‘ BytePulse Labs

BytePulse Labs

Maintained by Community

Actor stats

9

Bookmarked

70

Total users

2

Monthly active users

4 months ago

Last modified

Categories

Share

You might also like

DM.cz Product Scraper

bytepulselabs/dm-product-scraper

Scrape all DM.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

πŸ‘ User avatar

BytePulse Labs

16

5.0

Zoot.cz Product Scraper

bytepulselabs/zoot-product-scraper

Scrape all Zoot.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

πŸ‘ User avatar

BytePulse Labs

9

5.0

Smarty.cz Product Scraper

bytepulselabs/smarty-product-scraper

Scrape all Smarty.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

πŸ‘ User avatar

BytePulse Labs

18

5.0

UnderArmour.cz Product Scraper

bytepulselabs/under-armour-product-scraper

Scrape all UnderArmour.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

πŸ‘ User avatar

BytePulse Labs

14

5.0

Kytary.cz Product Scraper

bytepulselabs/kytary-product-scraper

Scrape all Kytary.cz products. Add one or more product category URLs and extract product details, prices, ratings, and availability data. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

πŸ‘ User avatar

BytePulse Labs

10

5.0

Alza Scraper

appealing_jingle/alza-scraper

Scrape product data from alza.sk, alza.cz, alza.hu, alza.at and alza.de. Extracts prices, discounts, availability, ratings, images, and more. Supports pagination, proxy configuration, and exports to JSON, CSV

Alza Scraper - Central European E-Commerce Products

studio-amba/alza-scraper

Scrape products, prices, specs, and reviews from Alza.cz, Alza.sk, Alza.hu, Alza.de, and Alza.at. Supports search and category browsing across 5 countries.

TikTok Trends Scraper

clockworks/tiktok-trends-scraper

Scrape TikTok Trends data. Just add one or more channels and the scraper will extract related videos, posts, authors, music, and channel information. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

2.5K

4.5

Greenhouse Job Scraper

bytepulselabs/greenhouse-job-scraper

Scrape all Greenhouse job postings. Add one or more company job site URLs and extract job listings, requirements, benefits, and application details. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other recruitment tools.

πŸ‘ User avatar

BytePulse Labs

1.4K

5.0

Lever Job Scraper

bytepulselabs/lever-job-scraper

Scrape all Lever job postings. Add one or more company job site URLs and extract job listings, requirements, benefits, and application details. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other recruitment tools.

πŸ‘ User avatar

BytePulse Labs

108

5.0

You can access the Alza.cz Product Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "urls": [
< {
< "url": "https://www.alza.cz/ebook-ctecky/amazon/18850860-v2958.htm"
< }
< ],
< "proxy": {
< "useApifyProxy": true,
< "apifyProxyGroups": [
< "RESIDENTIAL"
< ],
< "apifyProxyCountry": "CZ"
< }
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/bytepulselabs~alza-product-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Alza.cz Product Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Alza.cz Product Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/bytepulselabs~alza-product-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/bytepulselabs~alza-product-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/bytepulselabs~alza-product-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Alza.cz Product Scraper API programmatically via the Apify API.

You can choose from:

Alza.cz Product Scraper API in Python

Alza.cz Product Scraper API in JavaScript

Alza.cz Product Scraper API through CLI

Alza.cz Product Scraper OpenAPI definition

You can start Alza.cz Product Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Alza.cz Product Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Alza.cz Product Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.