Discover/allegro.pl API
live

allegro.pl APIallegro.pl

Access Allegro.pl product listings, category browsing, offer details, and search suggestions via 4 structured API endpoints. Poland's largest marketplace.

Endpoints
4
Updated
10d ago
Try it
Page number to retrieve.
Sorting order: relevance, price_asc, price_desc, popularity, newest.
Search keyword.
api.parse.bot/scraper/2741a3d6-d8f9-4e3f-b583-f6b0b22eba82/<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/2741a3d6-d8f9-4e3f-b583-f6b0b22eba82/search_products?query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for products on Allegro.pl with optional sorting and pagination.

Input
ParamTypeDescription
pageintegerPage number to retrieve.
sortstringSorting order: relevance, price_asc, price_desc, popularity, newest.
queryrequiredstringSearch keyword.
Response
{
  "type": "object",
  "fields": {
    "items": "array of product objects",
    "total": "integer"
  },
  "sample": {
    "status": "blocked",
    "message": "IP address or session has been hard blocked by DataDome",
    "block_type": "datadome"
  }
}

About the allegro.pl API

The Allegro.pl API provides 4 endpoints covering product search, category browsing, individual listing details, and autocomplete suggestions from Poland's largest e-commerce marketplace. The get_product_details endpoint returns title, price, images, seller information, and description for any offer by ID or URL, while search_products supports sorting by relevance, price, popularity, or newest listings.

Endpoints and Data Coverage

The search_products endpoint accepts a required query string plus optional sort and page parameters. Sort options include relevance, price_asc, price_desc, popularity, and newest. Responses return an items array of product objects and a total integer count, making it straightforward to implement paginated result sets or compare listing volumes across keyword variations.

Listing Details

get_product_details accepts either a full Allegro offer URL (url) or a bare offer_id. The response includes title, price, description, an images array of URLs, and a seller object. This makes it suitable for monitoring individual listings, tracking price changes over time, or aggregating seller metadata.

Category Browsing and Autocomplete

browse_category takes a required category_id and optional category_slug and page inputs, returning the same items array shape as search_products. This allows traversal of Allegro's category tree when you already know a category identifier. get_search_suggestions accepts a keyword prefix and returns a suggestions array where each entry includes query, type, url, and optional completion_text, plus a total count — useful for building search-assist features or mapping out how Allegro categorises a topic area.

Common use cases
  • Track price movements on specific Allegro listings using get_product_details with a known offer_id.
  • Build a price comparison tool by running search_products with sort=price_asc and sort=price_desc.
  • Discover top product categories and popular queries using get_search_suggestions with keyword prefixes.
  • Aggregate seller profiles across multiple listings to research vendor activity on the platform.
  • Monitor new listings in a category by polling browse_category with page pagination.
  • Compile product image datasets for a given keyword by extracting the images array from search results.
  • Map Allegro's category structure by browsing category_id values and collecting returned item metadata.
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 Allegro.pl have an official developer API?+
Yes. Allegro operates an official REST API documented at https://developer.allegro.pl. It requires OAuth 2.0 registration and is primarily designed for sellers and integration partners, with access to order management and account-level data. This Parse API covers public-facing product discovery data without requiring OAuth credentials.
What does `get_product_details` return, and can I retrieve seller ratings?+
The endpoint returns title, price, description, an images array, and a seller object. The seller object exposes seller identity metadata available on the listing page. Detailed seller feedback scores and full review histories are not currently included in the response. You can fork this API on Parse and revise it to add a dedicated seller-ratings endpoint.
Does the API cover auction-style listings separately from Buy Now offers?+
The current endpoints return product items without distinguishing auction-format listings from fixed-price Buy Now offers as a separate typed field. The get_product_details response covers price and description fields present on the listing. You can fork this API on Parse and revise it to surface the offer format as an explicit response field.
How does pagination work in `search_products` and `browse_category`?+
Both endpoints accept an integer page parameter. The search_products response includes a total integer indicating how many results exist for the query, which you can use to calculate how many pages to iterate. browse_category follows the same pattern using category_id as the primary filter.
Are product reviews or buyer ratings included in the listing data?+
Product-level buyer reviews and star ratings are not currently returned by any of the four endpoints. Coverage includes listing metadata such as price, title, images, description, and seller object. You can fork this API on Parse and revise it to add a reviews endpoint for a given offer ID.
Page content last updated . Spec covers 4 endpoints from allegro.pl.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
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.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
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.
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.
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.
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.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
Allegro.pl API – Search, Browse & Product Data · Parse