VOOZH about

URL: https://apify.com/lhotanova/zoot-scraper/api

โ‡ฑ Zoot Scraper API ยท Apify


Pricing

Pay per usage

Go to Apify Store

Efficiently gather essential product data from Zoot, a leading Czech fashion retailer. Scrape product details, prices, sizes, brands, and more with ease using Zoot Scraper. Boost your e-commerce insights effortlessly. Works with CZ, SK, and RO domains: zoot.cz, zoot.sk and zoot.ro.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Kristรฝna Lhoลฅanovรก

Kristรฝna Lhoลฅanovรก

Maintained by Community

Actor stats

2

Bookmarked

14

Total users

0

Monthly active users

a year ago

Last modified

Share

You might also like

Easy Zoot Data Scraper

dainty_screw/easy-zoot-data-scraper

Effortlessly extract critical product data from Zoot, the top Czech fashion retailer. Use Zoot Scraper to pull details like prices, sizes, brands, and more, enhancing your e-commerce analysis. Compatible with CZ, SK, and RO domains: zoot.cz, zoot.sk, zoot.ro.

๐Ÿ‘ User avatar

codemaster devops

4

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

Zoot.cz Product Scraper

shahidirfan/Zoot-cz-Product-Scraper

Extract real-time product data from Zoot.cz instantly. Get prices, descriptions, images, stock status & reviews. Monitor Czech fashion market, track competitor pricing & inventory changes. Perfect for price intelligence, market research & ecommerce analytics. Structured, ETL-ready output.

European Company Registry Scraper

dataharvest/eu-company-registry-scraper

Scrape company registries from 7 European countries: CZ, SK, DE, AT, PL, HU, RO.

DrMax Scraper - Pharmacy Products CZ SK PL RO

studio-amba/drmax-scraper

Scrape pharmacy products, prices, and availability from DrMax.cz, DrMax.sk, DrMax.pl, and DrMax.ro. Supports search queries and category URLs across 4 Central European countries. No login needed.

Worki.sk Scraper ISTP.sk

unfenced-group/istp-sk-scraper

Scrapes job listings from worki.sk (formerly istp.sk), Slovakia's official job portal. Extracts title, company, salary, location, contract type, description and more. No API key required.

๐Ÿ‘ User avatar

Unfenced Group

2

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

Jobs.cz Listing Scraper

powerbox/jobs-listing-scraper

Scrape job listings from Jobs.cz by providing a search URL, with automatic pagination and comprehensive job information extraction.

Jobs.cz Scraper

lexis-solutions/jobs-cz-scraper

Scrape job listings from Jobs.cz - including titles, companies, locations, salaries, and requirements. Ideal for building job boards, market analysis, and trend tracking. Fast, structured, and customizable extraction from the Czech Republicโ€™s leading job portal.

๐Ÿ‘ User avatar

Lexis Solutions

42

5.0

You can access the Zoot 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'
<{
< "startUrls": [
< "https://www.zoot.cz/katalog/17504/zeny",
< "https://www.zoot.cz/katalog/17572/muzi",
< "https://www.zoot.cz/vse-pro-deti"
< ],
< "maxItems": 100,
< "proxyConfiguration": {
< "useApifyProxy": true
< }
<}
<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/lhotanova~zoot-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Zoot Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Zoot 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/lhotanova~zoot-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/lhotanova~zoot-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/lhotanova~zoot-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 Zoot Scraper API programmatically via the Apify API.

You can choose from:

Zoot Scraper API in Python

Zoot Scraper API in JavaScript

Zoot Scraper API through CLI

Zoot Scraper OpenAPI definition

You can start Zoot 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 Zoot Scraper is identified within the API by its ID, which is the creatorโ€™s username and the name of the Actor.

When the Zoot 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.