VOOZH about

URL: https://apify.com/bytepulselabs/zoot-product-scraper/api?fpr=k8fqp

⇱ Zoot.cz Product Scraper API Β· Apify


Pricing

from $4.20 / 1,000 products

Go to Apify Store

Zoot.cz 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.

Pricing

from $4.20 / 1,000 products

Rating

5.0

(7)

Developer

πŸ‘ BytePulse Labs

BytePulse Labs

Maintained by Community

Actor stats

8

Bookmarked

9

Total users

0

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

Alza.cz Product Scraper

bytepulselabs/alza-product-scraper

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.

πŸ‘ User avatar

BytePulse Labs

70

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

Zoot Scraper

lhotanova/zoot-scraper

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.

πŸ‘ User avatar

KristΓ½na LhoΕ₯anovΓ‘

14

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

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.

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

You can access the Zoot.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.zoot.cz/panske/radit_dle:nejdrazsiho/top:obuv/kategorie:outdoor-obuv/"
< }
< ],
< "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~zoot-product-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Zoot.cz Product Scraper API

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

You can choose from:

Zoot.cz Product Scraper API in Python

Zoot.cz Product Scraper API in JavaScript

Zoot.cz Product Scraper API through CLI

Zoot.cz Product Scraper OpenAPI definition

You can start Zoot.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 Zoot.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 Zoot.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.