Andertons Music Co Scraper - UK Guitars, Amps & Gear avatar

Andertons Music Co Scraper - UK Guitars, Amps & Gear

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Andertons Music Co Scraper - UK Guitars, Amps & Gear

Andertons Music Co Scraper - UK Guitars, Amps & Gear

Scrape Andertons Music Co (andertons.co.uk), the UK's iconic guitar shop. Search or browse categories for guitars, amps, pedals, synths and studio gear. Extracts title, brand, GBP price, sale price, availability, category, SKU, image and URL. Ideal for price tracking and gear arbitrage.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Andertons Music Co Scraper

Scrape products from Andertons Music Co — the UK's iconic guitar shop (home of "The Captain" on YouTube), selling guitars, basses, amps, pedals, synths, drums, and studio/recording gear. This Actor uses the site's own storefront product API and returns clean, structured product data with UK (GBP) pricing.

What it does

Given one or more search queries (e.g. stratocaster, les paul, boss pedal) and/or category URLs (e.g. /browse/guitar-dept/), the Actor returns matching products with brand, VAT-inclusive GBP pricing, sale/list price, availability, category, SKU, image, and URL.

Great for:

  • Price tracking — monitor UK street prices for gear in GBP
  • Arbitrage — compare UK vs US/EU pricing on guitars, pedals, and synths
  • Market research — catalogue coverage, brand assortment, stock levels
  • Deal alerts — find items on sale (onSale: true, listPrice vs price)

Input

FieldTypeDescription
searchQueriesarray of stringsSearch terms to scrape. Default: ["stratocaster"]
categoryUrlsarray of stringsOptional category pages to scrape, e.g. https://www.andertons.co.uk/browse/guitar-dept/
maxListingsintegerMax products per query/category. 0 = all available (capped at 2000). Default: 100
proxyConfigurationobjectOptional proxy. The storefront API works without a proxy.

Example input

{
"searchQueries": ["stratocaster", "boss pedal"],
"categoryUrls": ["https://www.andertons.co.uk/browse/guitar-dept/"],
"maxListings": 100
}

Output

Each item in the dataset looks like:

{
"productId": 21524,
"title": "Fender Fullerton Stratocaster Ukulele in Surf Green",
"brand": "Fender",
"sku": "0970523557",
"price": 179.0,
"listPrice": null,
"onSale": false,
"currency": "GBP",
"availability": "Available",
"inStock": true,
"availabilityNote": null,
"category": "Folk & Bluegrass Instruments",
"categoryPath": "/browse/acoustic-dept/folk-bluegrass-instruments/",
"image": "https://cdn11.bigcommerce.com/s-4hc0jwsnnq/images/stencil/original/products/21524/74126/....jpg",
"url": "https://www.andertons.co.uk/fender-fullerton-stratocaster-ukulele-surf-green/",
"searchQuery": "stratocaster",
"scrapedAt": "2026-07-31T12:00:00.000Z"
}

Field notes:

  • price — current selling price, VAT-inclusive GBP (what a UK customer pays)
  • listPrice — original price when the item is on sale, otherwise null
  • availabilityAvailable, Unavailable, or Preorder
  • category / categoryPath — deepest department category (brand listings excluded)
  • Category-sourced records carry sourceCategoryUrl instead of searchQuery

Why this Actor

  • Uses the site's own product API — fast, no brittle HTML parsing
  • Accurate VAT-inclusive GBP prices including sale prices
  • Search and full category browsing with pagination
  • Clean, flat records ready for spreadsheets, dashboards, or alerting

Usage tips

  • Keep maxListings modest (100–500) for quick runs; large categories can hold thousands of items.
  • Combine several targeted queries (brand + model) for the cleanest result sets.
  • No proxy needed in normal use.

This Actor only collects publicly available product listing data (no personal data). Please respect the target site's terms of service and use the data responsibly.