Used HiFi Scraper — Audiogon, USAudioMart + 600 Sites avatar

Used HiFi Scraper — Audiogon, USAudioMart + 600 Sites

Pricing

Pay per event

Go to Apify Store
Used HiFi Scraper — Audiogon, USAudioMart + 600 Sites

Used HiFi Scraper — Audiogon, USAudioMart + 600 Sites

Scrape used hi-fi and audiophile gear from Audiogon, USAudioMart and CanuckAudioMart directly, or search 600+ second-hand audio marketplaces at once. Extract title, manufacturer, model, price, currency, condition, seller, location and images.

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

13 days ago

Last modified

Categories

Share

Used HiFi Marketplace Scraper — Audiogon, USAudioMart & 600+ Sites

Scrape used hi-fi and audiophile equipment listings from Audiogon, USAudioMart and CanuckAudioMart directly — or search 600+ second-hand audio marketplaces at once through HifiShark. Track asking prices, condition, sellers and images across amplifiers, speakers, DACs, turntables, cables, headphones and more.

Pick any combination of sources in one run.

Choosing your sources

SourceCoverageWhat you get
audiogonAudiogon onlyDeepest record — description, seller username, seller feedback count, sub-category
usaudiomartUSAudioMart onlyDeep record — description, seller, region, shipping options
canuckaudiomartCanuckAudioMart onlySame as USAudioMart, Canadian listings in CAD
hifishark600+ marketplacesBroadest reach — price, currency, country and a direct link per listing

Every record carries source_site (which marketplace the listing lives on) and via (native for a direct scrape, hifishark for a meta-search hit), so you can always tell a deep record from a broad one.

Rule of thumb: use hifishark to sweep the whole second-hand market for a model, then use the native sources when you need seller detail and full descriptions.

What data you'll get

FieldDescription
source_siteMarketplace the listing lives on (audiogon, usaudiomart, canuckaudiomart, or one of 600+ site names)
viaHow it was collected: native (direct scrape) or hifishark (meta-search)
listing_idListing identifier on the source marketplace
titleListing title (e.g. "VAC Statement 450S Tube Amplifier")
manufacturerBrand (e.g. Marantz, McIntosh)
modelModel name or number
priceAsking price, numeric, in the listing's own currency
currencyISO 4217 currency code (USD, CAD, EUR, GBP, …)
conditionMint, Excellent, Very Good, Good, Fair, New, Used
categoryEquipment category (amplifiers-receivers, speakers, …)
countryTwo-letter country code of the marketplace or seller
listing_urlFull URL to the listing
image_urlsPipe-separated list of image URLs
listed_atDate the listing was posted, where available
scraped_atISO timestamp when the record was scraped

Additional fields on native sources:

FieldSourceDescription
descriptionall nativeFull listing description
sub_categoryAudiogonSub-category from the listing breadcrumb
seller_usernameall nativeSeller's username on the marketplace
seller_locationAudiogonSeller city / state / country
regionUSAudioMart, CanuckAudioMartSeller region
seller_feedback_countAudiogonNumber of seller feedback ratings
seller_feedbackUSAudioMart, CanuckAudioMartFeedback breakdown as JSON
seller_member_sinceUSAudioMart, CanuckAudioMartDate the seller joined
shipping_optionsUSAudioMart, CanuckAudioMartShipping options stated by the seller

Additional fields on HifiShark:

FieldDescription
listing_first_seen_atWhen the listing was first seen across the market
hifishark_urlThe search that surfaced this listing

Fields a given source doesn't publish come back null rather than missing, so every row has the same shape.

Input options

OptionTypeDescriptionDefault
sourcesarrayMarketplaces to scrape — pick one or several["audiogon"]
queriesarraySearch terms, used when hifishark is selected (e.g. "mcintosh amplifier")
categoriesarrayAudiogon category slugs. Leave empty for all 16All categories
maxItemsintegerMaximum listings across every selected source50
fetchDetailsbooleanVisit each Audiogon listing page for description, seller info and more images (slower)false

Audiogon categories

accessories, amplifiers-receivers, analog, cables, computer-audio, da-converters, digital, furniture, headphones, home-theater, integrateds, music, power, speakers, tubes-valves, vinyl

Usage notes

  • Selecting HifiShark requires queries. It is a search engine, not a category browse — give it the model or brand you're tracking.
  • maxItems is shared across sources. Broader, cheaper sources are collected first, so a small run returns quickly and doesn't spend its budget on the slowest source.
  • Currencies are not converted. HifiShark spans many countries, so always read price together with currency.
  • Images: Audiogon card images are lazy-loaded and can be sparse in listing-only mode. Enable fetchDetails: true for full gallery images.
  • Protected pages are handled for you — you get the listings, not a block page.

Example output

A HifiShark meta-search hit:

{
"source_site": "US Audio Mart",
"via": "hifishark",
"listing_id": "40_650154752",
"title": "Mcintosh 2100 Amplifier",
"price": 1500,
"currency": "USD",
"country": "US",
"listing_url": "https://www.hifishark.com/goto/40_650154752/4cd73c",
"listing_first_seen_at": "2024-11-04T00:00:00.000Z",
"scraped_at": "2026-07-26T11:02:11.004Z"
}

A native USAudioMart record:

{
"source_site": "usaudiomart",
"via": "native",
"listing_id": "650343432",
"title": "B&W CDM SNT surround speakers",
"price": 500,
"currency": "USD",
"condition": "Very Good",
"country": "US",
"seller_username": "JamesRSparks1",
"region": "Beverly Hills",
"listing_url": "https://www.usaudiomart.com/details/650343432-bw-cdm-snt-surround-speakers/",
"scraped_at": "2026-07-26T11:14:52.881Z"
}