Surfmarket Scraper avatar

Surfmarket Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Surfmarket Scraper

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

Marco Rodrigues

Maintained by Community

Actor 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

  1. Choose a locale (default English).
  2. Pick a category (or set a custom category path / search / start URL).
  3. Optionally enable Enrich from product page, set max items, and click Start.

πŸ“₯ Inputs

FieldDescription
start_urlsOptional Surfmarket category or product URLs
localeSite language / URL space (enβ†’/shop, ptβ†’/loja, esβ†’/tienda, …)
categoryPreset shop category
category_pathCustom slug under /shop/ (e.g. surfing/fins/fcs2)
searchKeyword search
price_min / price_maxEUR price filters
include_out_of_stockKeep sold-out products (default true)
enrich_detailsFetch each PDP for brand / description / rating / SKU / gallery (default true)
max_itemsCap 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"
}