Hudebnibazar Cz Scraper
Pricing
from $0.01 / 1,000 results
Hudebnibazar Cz Scraper
Scrapes musical instrument listings from hudebnibazar.cz with filters for category, listing type, and region. Extracts listing details including title, description, price, location, and downloads high-resolution images to key-value store.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Richard Solar
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Hudební Bazar Scraper
Scrape musical instrument listings from hudebnibazar.cz with advanced filtering options. Extract listing details including title, description, price, location, and automatically download high-resolution images.
Features
- Flexible Filtering - Search by category, listing type (sell/buy), region, and keywords
- Complete Data Extraction - Title, description, price, location, date, and listing type
- Image Download - Automatically downloads and stores high-resolution images in Apify key-value store
- Public Image URLs - Get permanent public URLs for all images
- Pagination Support - Automatically crawls through all result pages
- Proxy Support - Built-in proxy rotation to prevent blocking
Input
The actor accepts the following input parameters:
| Field | Type | Description | Required |
|---|---|---|---|
category | String | Category to scrape (guitars, drums, keyboards, etc.) | No |
listingType | String | Filter by listing type: nabidka (sell), poptavka (buy), ruzne (various) | No |
county | String | Filter by Czech region (1-14) or Slovakia (15) | No |
search | String | Search keyword (e.g., "fender", "yamaha") | No |
maxRequestsPerCrawl | Integer | Maximum number of pages to crawl | No (default: 100) |
Available Categories
- Baskytary (Bass guitars)
- Bicí nástroje (Drums)
- Dřevěné dechové nástroje (Woodwind instruments)
- Hudebníci a skupiny (Musicians and bands)
- Klávesové nástroje (Keyboards)
- Kytary (Guitars)
- Lekce a učitelé (Lessons and teachers)
- Ostatní kolem hudby (Other music-related)
- Smyčcové nástroje (String instruments)
- Studiová technika (Studio equipment)
- Světelné aparatury (Lighting equipment)
Example Input
{"category": "kytary/110000/","listingType": "nabidka","county": "1","search": "fender","maxRequestsPerCrawl": 50}
Output
The actor stores results in the dataset with the following structure:
{"title": "Fender Stratocaster American Standard","description": "Prodám kytaru Fender Stratocaster...","descriptionExtra": null,"price": "25 000 Kč","location": "Praha","url": "https://hudebnibazar.cz/inzerat/ID123456","date": "01.01.2024","type": "offer","imageUrl": "https://api.apify.com/v2/key-value-stores/.../image-123456.jpg","imageKey": "image-123456.jpg"}
Output Fields
title- Listing titledescription- Main description textdescriptionExtra- Additional description (currently null)price- Listed price with currencylocation- City or region where the item is locatedurl- Direct URL to the listingdate- Date when the listing was postedtype- Either "offer" (prodám) or "request" (koupím)imageUrl- Public URL to the downloaded high-resolution imageimageKey- Key-value store key for the image
How It Works
- The scraper builds a search URL based on your filter criteria
- Crawls the listing pages and extracts links to individual listings
- Follows pagination to discover all matching results
- For each listing, extracts detailed information
- Downloads the main high-resolution image to Apify key-value store
- Generates a permanent public URL for each image
- Stores all data in the dataset
Use Cases
- Price Monitoring - Track prices of specific instruments over time
- Market Research - Analyze the used musical instrument market
- Deal Alerts - Find the best deals on specific brands or models
- Inventory Building - Build a database of available instruments
- Regional Analysis - Compare prices across different regions
Performance
- Uses session pooling for efficient crawling
- Proxy rotation to avoid blocking
- Cheerio-based scraping for fast performance
- Typical run time: 1-5 minutes depending on result count
Integration
This actor can be integrated with:
- Zapier
- Make
- Google Sheets
- Any service via Apify API
Local Development
Prerequisites
Installation
# Clone the repositorygit clone <your-repo-url>cd hudebni-bazar-cz-scraper# Install dependenciesnpm install# Run locallyapify run
Testing
Create a test input in .actor/INPUT.json:
{"search": "fender","maxRequestsPerCrawl": 10}
Then run:
$apify run
Deploy to Apify
Option 1: Link Git Repository
- Go to Actor creation page
- Click on Link Git Repository
- Connect your repository
Option 2: Push from Local Machine
# Login to Apifyapify login# Deploy the actorapify push
Resources
- Apify SDK Documentation
- Crawlee Documentation
- Cheerio Documentation
- Web Scraping Tutorial
- Apify Platform Documentation
- Join our Discord community
Support
For bugs or feature requests, please open an issue.
License
This project is licensed under the Apache-2.0 License.