Discover/obelink.nl API
live

obelink.nl APIobelink.nl

Access Obelink.nl product listings, reviews, brands, categories, and deals via a structured API. 8 endpoints covering search, filters, and full product details.

Endpoints
8
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/9ad42432-0013-484a-9a50-f8b68936874d/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/9ad42432-0013-484a-9a50-f8b68936874d/get_categories' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 8 totalclick to expand

Returns a list of top-level product categories available on obelink.nl, extracted from the homepage navigation.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "categories": "array of category objects with name, url, and slug"
  },
  "sample": {
    "data": {
      "categories": [
        {
          "url": "https://www.obelink.nl/tenten/",
          "name": "Tenten",
          "slug": "tenten"
        },
        {
          "url": "https://www.obelink.nl/voortenten/",
          "name": "Voortenten",
          "slug": "voortenten"
        }
      ]
    },
    "status": "success"
  }
}

About the obelink.nl API

The Obelink.nl API exposes 8 endpoints covering the full product catalog of one of the Netherlands' largest camping and outdoor retailers. You can retrieve category trees, paginated product listings, detailed product records with specifications and images, and customer reviews including star-rating breakdowns. The get_product_reviews endpoint returns per-review fields like verifiedBuyer, isRecommended, ratingVotes, and image attachments — detail not commonly available from generic product feeds.

Product Catalog and Search

The get_products_by_category endpoint accepts a category_url path (e.g. /tenten/4-persoons-tenten/) and returns paginated product objects including name, price, currency, availability, rating, and review_count. Pagination is handled via an integer page parameter, and an optional sort parameter controls listing order. The search_products endpoint accepts a query string and handles Obelink's behavior of redirecting common searches to matching category or brand pages — the response includes a redirected_to field when this happens, along with the matched products and a total_results count.

Product Details and Reviews

get_product_details returns a full record for a single product by product_url, including sku, brand, images array, description, product_id, and rating. The get_product_reviews endpoint goes further, fetching paginated customer reviews for a product with fields per review item: createdAt, title, detail, nickName, ratingVotes, verifiedBuyer, isRecommended, and attached images. Summary-level fields include totalRecords, ratingSummaryValue, recommendedPercent, and a detailedSummary object with counts broken down by star tier (one through five).

Categories, Brands, Filters, and Deals

get_categories returns top-level navigation categories with name, url, and slug. get_brands returns the same shape for the full brand list from the /merken/ page. get_category_filters accepts a category_url and returns subcategories, usage_tags, sort_options, and total_results — useful for building drill-down navigation or enumerating filterable attributes before fetching products. get_deals_promotions returns currently active promotions from the /acties/ page, including product price, availability, and review_count for each deal item.

Common use cases
  • Track price and availability changes for camping tents and sleeping bags across Obelink's catalog.
  • Aggregate customer review sentiment using verifiedBuyer, isRecommended, and star-tier counts from get_product_reviews.
  • Build a brand-specific product feed by combining get_brands with get_products_by_category for each brand page.
  • Monitor active promotional offers via get_deals_promotions to alert users when specific product categories go on sale.
  • Enumerate subcategories and usage tags with get_category_filters to power faceted navigation in a comparison tool.
  • Seed a product database with SKUs, descriptions, and images using get_product_details for individual items.
  • Cross-reference search redirect behavior to map common Dutch outdoor product queries to their canonical category pages.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Obelink.nl have an official developer API?+
Obelink.nl does not publish a public developer API or documented data feed for third-party use.
What does `search_products` return when a query redirects to a category page?+
When Obelink redirects a search term to a category or brand page, the response includes the products from that destination page plus a redirected_to field containing the resolved URL. If the redirect lands on a parent category overview with no direct product listings, the products array will be empty. You can use the page parameter to paginate through redirected results the same way as a direct category query.
Does `get_product_details` return stock levels or size/variant options?+
The endpoint returns availability as a field and includes price, sku, images, and description, but does not currently expose individual variant SKUs, size options, or per-variant stock counts. The API covers single-product records at the top-level. You can fork it on Parse and revise to add variant-level data if the product page exposes it.
Can I retrieve products from a top-level parent category directly?+
get_products_by_category and get_category_filters work best with leaf categories that have direct product listings (e.g. /tenten/4-persoons-tenten/). Passing a top-level parent category URL typically returns subcategories but no products, and total_results may be null. Use get_category_filters first to identify leaf subcategory URLs before calling the product listing endpoint.
Are product specifications or technical attributes returned by any endpoint?+
The get_product_details endpoint returns a description field and structured fields like brand, sku, and images, but tabular specification attributes (e.g. weight, dimensions, material) are not currently exposed as structured fields. You can fork this API on Parse and revise it to parse and return those specification tables from the product page.
Page content last updated . Spec covers 8 endpoints from obelink.nl.
Related APIs in EcommerceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
x-kom.pl API
Access product data from x-kom.pl, a major Polish electronics retailer. Search products by keyword or category, retrieve detailed product pages, customer reviews, Q&A, promotions, flash deals, and physical store locations.
Obelink.nl API – Camping & Outdoor Product Data · Parse