Surfmarket Scraper
Pricing
from $3.00 / 1,000 results
Surfmarket Scraper
Scrape Surfmarket.org shop products by category, search, or URL. Returns title, brand, price, SKU, stock, images, and product links.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Marco Rodrigues
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
17 days ago
Last modified
Categories
Share
π Surfmarket Scraper
Pull live product data from Surfmarket.org β Europeβs big surf / SUP / foil / skate shop β into clean CSV or JSON.
Pick a category, search by keyword, or paste a shop URL. Get titles, prices, stock flags, images, and direct product links.
π‘ Perfect for...
- Price monitoring: Track shortboards, wetsuits, fins, and foil gear across the catalog.
- Assortment research: Compare brands like OβNeill, FCS, Futures, Tabou, Next, and more.
- π€ AI Agents: Structured category/search input β product rows with URLs.
- π Workflows: Feed Make, n8n, Zapier, or your own stack.
β¨ Why you'll love this scraper
- π Browse by category β surfboards, fins, wetsuits, SUP, foil, skate, windsurf, kite, and more.
- π Keyword search β find βoneillβ, βfcsβ, βtabouβ across the shop.
- π Paste a URL β drop any Surfmarket category or product link.
- πΆ Price filters β min/max EUR.
- π¦ Optional PDP enrich β SKU, brand, description, and gallery images from the product page.
- π Multi-locale β English, Spanish, Portuguese, French, German, Italian, and more (
/en/shop,/pt/loja,/es/tienda, β¦).
Note on language: Locale changes the site UI and category URLs. Product descriptions are written by Surfmarket/brands and often stay Spanish (or English) even on
/pt/or/en/β the site does not auto-translate catalog text.
π¦ What's inside the data?
For every product you can get:
- Product: name, brand, SKU, short description, full description, category
- Price: price, original price (when on offer), currency (EUR)
- Reviews: rating (0β5) and review count when available
- Availability: in-stock flag and labels (New, Sale, No Stock, β¦)
- Media & link: image URL(s) and Surfmarket product URL
- Variants: size / measure options shown on the listing (when present)
π Quick start
- Choose a locale (default English).
- Pick a category (or set a custom category path / search / start URL).
- Optionally enable Enrich from product page, set max items, and click Start.
π₯ Inputs
| Field | Description |
|---|---|
start_urls | Optional Surfmarket category or product URLs |
locale | Site language / URL space (enβ/shop, ptβ/loja, esβ/tienda, β¦) |
category | Preset shop category |
category_path | Custom slug under /shop/ (e.g. surfing/fins/fcs2) |
search | Keyword search |
price_min / price_max | EUR price filters |
include_out_of_stock | Keep sold-out products (default true) |
enrich_details | Fetch each PDP for brand / description / rating / SKU / gallery (default true) |
max_items | Cap results (1β2000, default 50) |
Example (category):
{"locale": "en","category": "surfing/surfboards/shortboards","max_items": 50}
Example (search + enrich):
{"locale": "en","search": "oneill","enrich_details": true,"max_items": 30}
Example (URL):
{"start_urls": ["https://www.surfmarket.org/en/shop/surfing/surfboards/shortboards/results,1-48"],"max_items": 40}
π€ Output example
{"product_id": "next-easy-rider","sku": "NEXT004","name": "Next Surfboards Easy Rider","brand": "Next Surfboards","price": 439.95,"original_price": null,"currency": "EUR","rating": null,"review_count": 0,"in_stock": true,"short_description": "Para olas medianas desde 5'10 hasta 6'8","description": "Easy Rider Next. DiseΓ±ada para asegurarte un surf fΓ‘cil y divertido.","category": "Surfboards β Shortboards","category_slug": "surfing/surfboards/shortboards","image_url": "https://www.surfmarket.org/images/stories/virtuemart/product/next-easy-rider-68.jpg","url": "https://www.surfmarket.org/en/shop/surfing/surfboards/shortboards/next-easy-rider-detail","locale": "en"}