Audiogon HiFi Marketplace Scraper - Used Audio Equipment
ECOMMERCEOTHER
Audiogon Used HiFi Marketplace Scraper
Scrape used HiFi and audiophile equipment listings from Audiogon.com, the leading peer-to-peer marketplace for high-end audio equipment. Extract listings across all categories including amplifiers, speakers, DACs, turntables, cables, headphones, tubes, and more.
What data you'll get
Each listing record includes:
| Field | Description |
|---|---|
listing_id |
Unique Audiogon listing slug/ID |
title |
Listing title (e.g. "VAC Statement 450S Tube Amplifier") |
price_usd |
Asking price in USD |
condition |
Equipment condition (Mint, Excellent, Very Good, etc.) |
category |
Category slug (amplifiers-receivers, speakers, etc.) |
listing_url |
Full URL to the listing page |
image_urls |
Array of listing image URLs |
seller_location |
Seller city/location if shown on card |
listed_at |
Listing date/time if available |
scraped_at |
ISO timestamp when the record was scraped |
description |
Full listing description (when fetchDetails is enabled) |
seller_username |
Seller Audiogon username (when fetchDetails is enabled) |
seller_feedback_count |
Number of seller transactions (when fetchDetails is enabled) |
Input options
| Option | Type | Description | Default |
|---|---|---|---|
maxItems |
integer | Maximum number of listings to scrape | 10 |
categories |
array | List of category slugs to scrape. Leave empty for all 16 categories | All categories |
fetchDetails |
boolean | Visit each listing page to get description, seller info, and more images (slower) | false |
proxyConfiguration |
object | Proxy configuration (residential proxy required — Audiogon is CF-protected) | Residential |
Available categories
accessories, amplifiers-receivers, analog, cables, computer-audio, da-converters, digital, furniture, headphones, home-theater, integrateds, music, power, speakers, tubes-valves, vinyl
Usage notes
- Cloudflare protection: Audiogon uses Cloudflare Managed Challenge (Turnstile). This actor automatically handles CF bypass using CapSolver. Residential proxy is required and included by default.
- Listing count: Audiogon displays approximately 20 listings per page. The
maxItemsparameter controls the total number scraped across all requested categories. - Images: Card-view images are lazy-loaded and may appear as 1x1 placeholders in listing-only mode. Enable
fetchDetails: trueto get full gallery images from listing detail pages. - Pagination: The actor follows pagination links automatically up to 100 pages per category.
Example output
{
"listing_id": "lisb61ei-vac-statement-450s-tube",
"title": "VAC Statement 450S",
"price_usd": 17500,
"condition": null,
"category": "amplifiers-receivers",
"listing_url": "https://www.audiogon.com/listings/lisb61ei-vac-statement-450s-tube",
"image_urls": [],
"seller_location": null,
"listed_at": null,
"scraped_at": "2026-05-24T15:26:57.400Z"
}