Carter Vintage Guitars Scraper - Inventory & Prices avatar

Carter Vintage Guitars Scraper - Inventory & Prices

Pricing

from $10.00 / 1,000 listing scrapeds

Go to Apify Store
Carter Vintage Guitars Scraper - Inventory & Prices

Carter Vintage Guitars Scraper - Inventory & Prices

Scrape Carter Vintage Guitars (Nashville vintage guitar shop). Get title, brand, model, year, condition, price, availability, SKU, images and URL for every listing. Filter by keyword, category, brand or price sort. For vintage guitar price tracking, dealers and collectors.

Pricing

from $10.00 / 1,000 listing scrapeds

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Carter Vintage Guitars Scraper — Inventory & Prices

Scrape the full live inventory of Carter Vintage Guitars, Nashville's famous vintage and used guitar shop. Search by keyword or browse the whole catalog and get clean, structured data for every listing: title, brand, model, year, condition, price, availability, SKU, images and product URL.

Great for vintage guitar price tracking, dealer inventory monitoring, cross-shop price comparison (vs Reverb / Norman's Rare Guitars / Chicago Music Exchange), collection research and market analytics.

What it does

  • Queries the store's public product API directly (fast JSON — no HTML parsing, no browser, no proxy needed).
  • Covers the entire catalog: electric, acoustic, archtop and bass guitars, amps, mandolins, banjos, pedals, accessories and more (~2,000 listings).
  • Supports keyword search, category filter, brand filter and price/date sorting.
  • Optionally enriches each listing with the full description, country of origin and body/neck/fretboard woods.

Input

FieldTypeDescription
searchQueriesarrayKeywords to search (e.g. "Les Paul", "Stratocaster", "1959"). Leave empty to browse the entire catalog.
categorystringCategory filter (Electric Guitars, Acoustic Guitars, Amplifiers, …). Any = all.
brandstringExact brand filter (e.g. Gibson, Fender, Martin, Gretsch).
inStockOnlybooleanOnly in-stock listings (default true). Turn OFF to include sold/on-hold items for price research.
sortstringLISTING_TIME_DESC (newest, default), LISTING_TIME_ASC, PRICE_ASC, PRICE_DESC, DEFAULT.
maxItemsintegerMax listings to return across all queries. 0 = unlimited (whole catalog). Default 100.
scrapeDetailsbooleanAlso fetch each item's description, country of origin and materials. Slower — one extra request per item. Default false.
proxyConfigurationobjectThe backend is open; no proxy is used by default.

Example input

{
"searchQueries": ["les paul"],
"category": "Electric Guitars",
"maxItems": 50
}

Browse the whole catalog:

{ "searchQueries": [], "maxItems": 0 }

Output

Each dataset item looks like:

{
"title": "Gibson Les Paul 1954, Gold Top",
"brand": "Gibson",
"model": "Les Paul",
"year": 1954,
"yearRange": "1954",
"condition": "USED",
"price": 75000,
"originalPrice": null,
"currency": "USD",
"availability": "In Stock",
"isAvailable": true,
"stockLevel": 1,
"sku": "GS11234-A",
"handedness": "RIGHT_HANDED",
"localPickupOnly": false,
"tags": [],
"listedAt": "2026-08-14T16:01:56.654Z",
"listingId": "3H0Pe8QbKQXEn8HglRnBHfDSImB",
"itemId": "3H0PeBR849LVt7QAm8b9WMJX4u3",
"url": "https://cartervintage.com/shop/gibson-les-paul-1954-gold-top/3H0PeBR849LVt7QAm8b9WMJX4u3",
"image": "https://backend.cartervintage.com/sized-images/.../productThumb.jpeg",
"images": ["..."],
"searchQuery": "les paul",
"category": "Electric Guitars",
"scrapedAt": "2026-08-17T00:00:00.000Z"
}

With scrapeDetails: true each record also includes:

{
"description": "This 1954 Les Paul ...",
"countryOfOrigin": "United States",
"materials": { "body": "Mahogany", "neck": "Mahogany", "fretboard": "Rosewood", "top": "Maple", "back": null }
}

Field reference

FieldDescription
titleFull listing title (usually includes model, year and finish)
brand / modelNormalized brand and model names
year / yearRangeYear of manufacture (e.g. 1959) and displayed range (e.g. 1959-1960)
conditionStore condition flag (USED, NEW, BSTOCK, …)
priceCurrent asking price
originalPricePre-discount price when the item is on sale (else null)
availabilityIn Stock or Sold / Unavailable
skuStore SKU
handednessRIGHT_HANDED / LEFT_HANDED
listedAtWhen the listing went live (ISO date)
urlDirect product page URL
image / imagesProduct photo URLs

Pricing

This actor is billed pay-per-result: a small fixed fee per listing returned plus a tiny actor-start fee. You only pay for the data you get.

Notes

  • Prices are USD and reflect the live Carter Vintage inventory at scrape time.
  • Set inStockOnly: false and sort by LISTING_TIME_DESC to research recently sold pieces.
  • This is an unofficial scraper and is not affiliated with Carter Vintage Guitars.