VinylHub Record Store Scraper avatar

VinylHub Record Store Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
VinylHub Record Store Scraper

VinylHub Record Store Scraper

Scrape VinylHub - the world's largest record store directory powered by Discogs. Search stores by city, country, or coordinates. Get store details including address, hours, website, phone, ratings, and location data.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Share

Scrape the world's largest record store directory — VinylHub, powered by Discogs. Find vinyl record stores by city, country, or GPS coordinates. Extract store names, addresses, phone numbers, websites, opening hours, and ratings.

What does VinylHub Scraper do?

VinylHub is the go-to directory for vinyl collectors to find record stores worldwide. This scraper lets you:

  • Search stores by city — find every record shop in New York, London, Tokyo, or any city
  • Browse by country — get all stores in a specific country
  • Proximity search — find stores near GPS coordinates within a custom radius
  • Store details — fetch complete profile for a specific store

Output fields

FieldDescription
storeIdUnique VinylHub store ID
nameStore name
addressStreet address
cityCity
stateState or region
postalCodePostal/ZIP code
countryCountry code (e.g., US, GB)
phonePhone number
websiteStore website URL
emailContact email
latitudeGPS latitude
longitudeGPS longitude
descriptionStore description
hoursOpening hours
typesStore types (new, used, vinyl, etc.)
ratingAverage rating
imageUrlStore photo URL
storeUrlVinylHub profile URL
scrapedAtISO timestamp of scrape

Input configuration

Mode: Search by City (storesByCity)

{
"mode": "storesByCity",
"city": "New York",
"distance": 25,
"maxItems": 50
}

Mode: Browse by Country (storesByCountry)

{
"mode": "storesByCountry",
"country": "GB",
"maxItems": 100
}

Mode: Search by Coordinates (storesByCoordinates)

{
"mode": "storesByCoordinates",
"latitude": 51.5074,
"longitude": -0.1278,
"distance": 10,
"maxItems": 20
}

Mode: Store Details (storeDetails)

{
"mode": "storeDetails",
"storeId": "sound-fix-records"
}

Use cases

  • Vinyl collectors — find record stores near you or in cities you're visiting
  • Market research — analyze the geographic distribution of record stores
  • Business directories — build vinyl store listings for local guides
  • Travel planning — discover record shops in cities before you visit
  • Industry analytics — track store counts by country or region

FAQ

Does this require a login or API key? No. VinylHub's store directory is publicly accessible.

How many stores does VinylHub have? VinylHub lists thousands of record stores worldwide across 100+ countries.

Can I search by genre or specialty? Currently the API supports location-based search. Use maxItems to control result count.

What is the distance parameter? The search radius in kilometers around the city or coordinates. Default is 25 km.