HifiShark Used Hifi Listing Aggregator Scraper
Pricing
Pay per event
HifiShark Used Hifi Listing Aggregator Scraper
Scrape used hi-fi listings from HifiShark.com — the meta-search engine covering 600+ second-hand audio marketplaces. Search by keyword and extract price, source site, country, and direct listing URLs across Audiogon, USAudioMart, eBay, and 600+ other sources in a single run.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
10 days ago
Last modified
Categories
Share
Scrape used hi-fi equipment listings from HifiShark.com — the world's leading meta-search engine for second-hand audio gear. One search returns current listings from 600+ marketplaces worldwide including Audiogon, USAudioMart, eBay, hifi-forsale, Marktplaats, ricardo.ch, and hundreds more.
What it does
Supply a list of search terms (brand names, model numbers, or equipment categories). For each term, the actor fetches the HifiShark search results page and extracts all current listings with their prices, source sites, countries, images, and direct links to the original listings.
Each search query returns up to 48 current listings from across all indexed marketplaces. Use multiple queries to maximize coverage — e.g., search by brand (Marantz PM-10), by model family (Naim Nait), or by category (turntable).
Output
| Field | Description |
|---|---|
listing_id | HifiShark internal ID (<site_id>_<listing_id>) |
title | Listing title as shown on HifiShark |
price | Numeric price in the listing currency |
currency | ISO 4217 currency code (EUR, GBP, USD, etc.) |
country | Two-letter ISO country code of the source marketplace |
source_site | Name of the source marketplace (e.g., Audiogon, hifi-forsale) |
source_listing_url | Direct URL to the original listing |
listing_image_url | Primary listing image URL |
listing_first_seen_at | ISO 8601 timestamp when HifiShark first indexed this listing |
hifishark_url | HifiShark search URL that surfaced this listing |
scraped_at | ISO 8601 timestamp of when this record was scraped |
condition | Item condition if mentioned in the title (Mint, Excellent, Good, New, Used) |
Use cases
- Price monitoring — track market prices for specific models across all global marketplaces
- Arbitrage — find price discrepancies between regions or platforms
- Inventory research — check how many units of a specific model are currently for sale
- Brand monitoring — monitor all listings for a manufacturer's product line
- AI pricing tools — feed cross-marketplace pricing data into ML models
Input
| Field | Type | Required | Description |
|---|---|---|---|
queries | array | Yes | List of search terms. Each term fetches up to 48 listings. |
maxItems | integer | No | Maximum total records to return. Set to 0 for unlimited. |
Example input
{"queries": ["Marantz PM-10", "McIntosh MC275", "Naim Nait", "Linn LP12"],"maxItems": 200}
Notes
- Each search query returns the most recent 48 listings. Use HifiShark's price history pages for historical data.
manufacturer,model, andcategoryfields are alwaysnullin the output — they are not present in the search card. Derive these from thetitlefield./goto/source URLs are HifiShark-tracked redirects. Direct URLs are used when available.- Site respects a
crawl-delay: 2in robots.txt — the actor uses concurrency of 3 to stay polite.
