Discover/hood.de API
live

hood.de APIhood.de

Access hood.de product listings, full product details, category hierarchy, autocomplete suggestions, and featured deals via a structured REST API.

Endpoints
5
Updated
3mo ago
Try it
Page number for pagination.
Search keyword.
Filter by condition: 'new', 'used', or 'both'.
Category ID to filter by. 0 means all categories.
api.parse.bot/scraper/c0b8c4ee-4db9-4f03-9a76-a79868f148a7/<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/c0b8c4ee-4db9-4f03-9a76-a79868f148a7/search_products?page=1&query=laptop&condition=new' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for products on hood.de with filters for condition and pagination. Returns up to 48 products per page sorted by relevance.

Input
ParamTypeDescription
pageintegerPage number for pagination.
queryrequiredstringSearch keyword.
conditionstringFilter by condition: 'new', 'used', or 'both'.
category_idintegerCategory ID to filter by. 0 means all categories.
Response
{
  "type": "object",
  "fields": {
    "page": "integer, current page number",
    "query": "string, the search keyword used",
    "products": "array of product objects with id, title, url, price, price_value, image, seller_type, rating",
    "total_on_page": "integer, number of products returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "laptop",
      "products": [
        {
          "id": "92571966",
          "url": "https://www.hood.de/i/auto-aufkleber-udo-keine-panik-s040-in-10cm-jdm-oem-sticker-wunschfarbe-92571966.htm",
          "image": "https://i.hood.de/fit-in/396x396/images/44613/446137700.jpg",
          "price": "8,79 €",
          "title": "Auto Aufkleber Udo Keine Panik S040 in 10cm",
          "rating": "5.00 Sterne - 136 Bewertungen",
          "price_value": "8.79",
          "seller_type": "commercial"
        }
      ],
      "total_on_page": 47
    },
    "status": "success"
  }
}

About the hood.de API

The hood.de API exposes 5 endpoints covering product search, detailed listing data, category browsing, autocomplete suggestions, and featured deals from Germany's hood.de marketplace. The search_products endpoint returns up to 48 products per page with price, seller type, and rating fields, while get_product_details provides EAN codes, brand, condition, structured properties, images, and full description text for any individual listing.

Product Search and Listing Data

The search_products endpoint accepts a query string and optional filters for condition (new, used, or both) and category_id. Results are paginated via the page parameter, returning up to 48 products per page. Each product object includes id, title, url, price, price_value, image, seller_type, and rating. To filter within a specific category, pass a category_id obtained from the get_categories endpoint; setting it to 0 searches across all categories.

Full Product Details

get_product_details takes a full hood.de product url and returns a richer data shape: id, ean (EAN/GTIN, nullable), brand (nullable), price, title, images (array of URLs), condition (e.g. Neu), properties (a key-value object of structured attributes), and a full description string. This is the endpoint to use when you need to match products by barcode or extract structured specifications.

Categories and Autocomplete

get_categories returns the complete category hierarchy with no required parameters — each top-level category object contains a name and a subcategories array of objects with name and url. get_autocomplete_suggestions takes a partial query string and returns three typed suggestion lists: searchTerms (with value, id, link, and topTermFlag), categories, and manufacturers. These are useful for building type-ahead search interfaces or discovering canonical category URLs.

Deals

get_hood_deals requires no input and returns an array of deal objects from the Hood Deals page, each containing title, url, price, discount (percentage), and image. This endpoint is suited for price-tracking applications that want to monitor discounted inventory on hood.de.

Common use cases
  • Compare prices for new vs. used products on hood.de using the condition filter in search_products.
  • Build a barcode lookup tool by extracting the ean field from get_product_details.
  • Monitor discounted listings by polling get_hood_deals and tracking discount percentages over time.
  • Populate a type-ahead search box with manufacturer and category suggestions from get_autocomplete_suggestions.
  • Map out hood.de's full product taxonomy by walking the categories and subcategories tree from get_categories.
  • Aggregate structured product specifications using the properties key-value object returned by get_product_details.
  • Filter category-specific search results by combining category_id from get_categories with search_products.
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 hood.de offer an official developer API?+
Hood.de does not publish a documented public developer API. This Parse API provides structured access to product, category, deal, and search data from the platform.
What does `search_products` return and how is pagination handled?+
Each call returns up to 48 product objects containing id, title, url, price, price_value, image, seller_type, and rating, along with a total_on_page count and the current page number. Use the page integer parameter to step through additional results. There is no total result count field in the response, so you iterate until total_on_page drops below 48.
Does `get_product_details` always return an EAN and brand?+
Both ean and brand are nullable fields. Not all hood.de listings include a barcode or brand attribution, so these fields will be null when the source listing does not provide them.
Does the API expose seller profile pages or individual seller ratings?+
Not currently. search_products includes a seller_type field and a rating per product, but there are no endpoints for full seller profiles, seller feedback history, or seller inventory listings. You can fork this API on Parse and revise it to add a seller-detail endpoint.
Can I retrieve order history or account data through this API?+
No account-level or transactional data is exposed. The API covers public-facing product listings, category structure, deals, and search suggestions only. You can fork this API on Parse and revise it to add any additional public page endpoints that suit your use case.
Page content last updated . Spec covers 5 endpoints from hood.de.
Related APIs in MarketplaceSee 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.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
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.
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.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
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.
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.