Blokker Store Locator Scraper — Dutch Household Retail Stores avatar

Blokker Store Locator Scraper — Dutch Household Retail Stores

Pricing

Pay per event

Go to Apify Store
Blokker Store Locator Scraper — Dutch Household Retail Stores

Blokker Store Locator Scraper — Dutch Household Retail Stores

Scrapes all Blokker store locations in the Netherlands with addresses, GPS coordinates, and opening hours.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Studio Amba

Studio Amba

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Categories

Share

Blokker Store Locator Scraper

Scrape all Blokker store locations in the Netherlands. This is a store locator, not a product scraper -- it returns addresses, GPS coordinates, and opening hours for Blokker's physical retail locations.

Input

FieldTypeRequiredDescription
maxResultsIntegerNoStore limit (default: all stores, set 0 for unlimited)
includeOpeningHoursBooleanNoVisit each store's detail page for opening hours (default: true). Disabling this makes it faster.
proxyConfigurationObjectNoProxy settings

Output

FieldTypeExample
nameString"Blokker Amsterdam Kinkerstraat"
addressString"Kinkerstraat 123"
zipCodeString"1053 DS"
cityString"Amsterdam"
countryString"NL"
latitudeNumber52.3676
longitudeNumber4.8686
openingHoursArray[{"day": "Monday", "hours": "09:00-21:00"}, ...]
urlStringStore detail page URL
{
"name": "Blokker Amsterdam Kinkerstraat",
"address": "Kinkerstraat 123",
"zipCode": "1053 DS",
"city": "Amsterdam",
"country": "NL",
"latitude": 52.3676,
"longitude": 4.8686,
"openingHours": [
{"day": "Monday", "hours": "09:00-21:00"},
{"day": "Tuesday", "hours": "09:00-21:00"},
{"day": "Saturday", "hours": "09:00-18:00"},
{"day": "Sunday", "hours": "12:00-18:00"}
],
"url": "https://www.blokker.nl/nl/vind-een-winkel/amsterdam-kinkerstraat",
"scrapedAt": "2026-03-15T10:00:00.000Z"
}

How it works

  1. Fetches the Blokker store locator page at /nl/vind-een-winkel/
  2. Extracts store data (name, address, coordinates) from the page
  3. Optionally visits each store's detail page to parse opening hours
  4. Dutch day abbreviations (Ma, Di, Wo, Do, Vr, Za, Zo) are translated to English

Cost

Very lightweight -- just one listing page plus optional detail pages. Under $0.05 for all stores.

Notes

  • Blokker is a Dutch-only chain (Netherlands)
  • Opening hours are returned as day/hours pairs with English day names
  • Disabling includeOpeningHours skips all detail page visits, making the run much faster