docs / allegro

Allegro API scraper

Allegro API scraper

base /allegro/v15 endpoints
post/allegro/v1/category2 credits

Browse an Allegro category without a keyword (the /kategoria/<slug> grid) — discover popular offers in a category. Supports price/condition/free-delivery/sort filters and page pagination.

ParameterAllowed / rangeDescription
categoryrequiredelektronika · moda · dom-i-ogrod · dziecko · kultura-i-rozrywka · motoryzacja · sport-i-turystyka · zdrowie · uroda · supermarketAllegro category to browse — a top-level slug below, or any category slug from a category URL (e.g. telefony-komorkowe-165).
max_pages = 1optional1–10How many category pages to fetch (1–10).
sort = relevanceoptionalrelevance · price_asc · price_desc · popularity · newestResult ordering.
min_priceoptionalMinimum price filter, in PLN.
max_priceoptionalMaximum price filter, in PLN.
conditionoptionalnew · usedItem condition filter.
free_deliveryoptionalOnly offers with free delivery.
Try in playground →
post/allegro/v1/offer2 credits

Single Allegro offer/product detail by id or URL — title, price (PLN), main image and gallery, seller handle, and description.

ParameterAllowed / rangeDescription
offer_idoptionalAllegro offer id — the digits in an offer URL (allegro.pl/oferta/<id>). Provide offer_id OR offer_url.
offer_urloptionalFull offer/product URL — alternative to offer_id.
Try in playground →
post/allegro/v1/seller_offers2 credits

A seller's public active listings, paginated — every offer a seller (shop) has live. Provide the seller login (handle from a seller URL / a search result's seller.login).

ParameterAllowed / rangeDescription
sellerrequiredAllegro seller login/handle (from allegro.pl/uzytkownik/<login> or a search result's seller.login).
max_pages = 1optional1–10How many of the seller's listing pages to fetch (1–10).
sort = relevanceoptionalrelevance · price_asc · price_desc · newestOrder within the seller's listings.
Try in playground →
post/allegro/v1/suggested2 credits

Related/recommended Allegro offers for a keyword — a quick set of relevant offers (the first result page) useful for 'more like this' / market discovery.

ParameterAllowed / rangeDescription
queryrequiredKeyword to fetch related offers for.
Try in playground →