Search Allegro slow
search_allegroWhat a buyer sees when they type a phrase into Allegro's search box — the live listing, card by card. Sort like Allegro does (relevance, cheapest, most expensive, newest, most popular), filter by price and new/used, page through with a cursor, and ask for up to five phrases in one go.
What it helps you find out
- which products come up for a phrase and in what order — including which ones are paid ads
- each card's price, delivery info, seller and their feedback %, how many people bought in 30 days, rating
- how big the listing is: total products and offers, how many pages
- whether Allegro really matched your phrase (
match_type: MAIN) or fell back to loosely related results (FUZZY)
Example
What the AI received (shortened real answer)
{
"status": "ok",
"source": {
"type": "search",
"query": "rękawiczki nitrylowe",
"url": "https://allegro.pl/listing?string=r%C4%99kawiczki%20nitrylowe&order=qd",
"page": 1,
"scraped_at": "2026-09-14T19:24:28+00:00",
"cached": false,
"page_reads": 1,
"bytes_read": 1287660
},
"currency": "PLN",
"items": [
{
"offer_id": "18135974039",
"product_id": "1b5a0a6a-7cb7-40e2-a256-c02e4f4653e1",
"title": "Rękawiczki Nitrylowe CZARNE Jednorazowe Bezpudrowe Medicov Black 100 szt M",
"url": "https://allegro.pl/oferta/18135974039",
"category_id": 259899,
"price": {
"amount": 12.99,
"currency": "PLN"
},
"original_price": null,
"price_with_delivery": null,
"delivery": {
"free": false,
"free_return": false,
"lowest_cost": null,
"label": "dostawa pojutrze"
},
"seller": {
"login": "MEDICOV",
"display_name": null,
"company": true,
"super_seller": true,
"positive_feedback_percent": 99.7,
"storefront_url": "https://allegro.pl/uzytkownik/MEDICOV"
},
"flags": {
"sponsored": true,
"promoted": true,
"smart": false,
"best_price_guarantee": false
},
"popularity": {
"label": "4 698 osób kupiło ostatnio",
"recent_buyers": 4698,
"window_days": 30
},
"rating": {
"value": 4.87,
"count": 1221
},
"product_offers_count": 1,
"parameters": [
{
"name": "Rodzaj",
"value": "nitrylowe"
},
"… 4 more"
],
"images": [
"https://a.allegroimg.com/s360/…",
"… 11 more"
],
"position": 1,
"duplicate_of_position": 15
},
"… 19 more cards"
],
"next_cursor": "eyJraW5kIjoic2VhcmNo…",
"has_more": true,
"page": 1,
"last_page": 74,
"total_products": 4395,
"total_offers": 34181,
"sort": "popularity",
"filters": {
"price_min": null,
"price_max": null,
"condition": "all"
},
"match_type": "MAIN",
"note": "Allegro's live search listing at scraped_at. recent_buyers = people who bought in 30 days …"
}Fields to know
| field | meaning |
|---|---|
| items[].flags.sponsored | true = a paid slot. Ads sit on top and repeat on every page. |
| items[].duplicate_of_position | this ad's offer also appears at that position on the page — count it once |
| items[].popularity.recent_buyers | people who bought in the last 30 days (not units) |
| items[].price_with_delivery | only when Allegro shows it; null otherwise |
| items[].seller.login / display_name | the login (used in the shop link) and the shop name Allegro shows when it differs |
| total_products / total_offers / last_page | the size of the whole listing, not of this page |
| next_cursor / has_more | pass the cursor back to get the next items; null = the end |
| match_type | MAIN = a real match; FUZZY = Allegro guessed |















