HifiShark Used Hifi Listing Aggregator Scraper avatar

HifiShark Used Hifi Listing Aggregator Scraper

Pricing

Pay per event

Go to Apify Store
HifiShark Used Hifi Listing Aggregator Scraper

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

BowTiedRaccoon

Maintained by Community

Actor 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

FieldDescription
listing_idHifiShark internal ID (<site_id>_<listing_id>)
titleListing title as shown on HifiShark
priceNumeric price in the listing currency
currencyISO 4217 currency code (EUR, GBP, USD, etc.)
countryTwo-letter ISO country code of the source marketplace
source_siteName of the source marketplace (e.g., Audiogon, hifi-forsale)
source_listing_urlDirect URL to the original listing
listing_image_urlPrimary listing image URL
listing_first_seen_atISO 8601 timestamp when HifiShark first indexed this listing
hifishark_urlHifiShark search URL that surfaced this listing
scraped_atISO 8601 timestamp of when this record was scraped
conditionItem 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

FieldTypeRequiredDescription
queriesarrayYesList of search terms. Each term fetches up to 48 listings.
maxItemsintegerNoMaximum 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, and category fields are always null in the output — they are not present in the search card. Derive these from the title field.
  • /goto/ source URLs are HifiShark-tracked redirects. Direct URLs are used when available.
  • Site respects a crawl-delay: 2 in robots.txt — the actor uses concurrency of 3 to stay polite.