The Allegro Product API extracts structured product page data from allegro.pl, Poland's largest e-commerce marketplace. Pass a full product or offer URL and receive seller details, pricing, images, parameters, delivery and category breadcrumbs.
Costs 3 credits per call (browser rendering). Pair with Allegro Search (3 credits) to discover listings, then fetch full PDP data here.
- Allegro Search: keyword or listing URL →
results[] with listing_url, price, seller_name, is_sponsored
- Allegro Product: pass
listing_url → full offer JSON (offer.seller, offer.parameters, descriptions, etc.)
GET https://api.piloterr.com/v2/allegro/product?query=https://allegro.pl/produkt/mufa-ocynkowana-ticka-zlaczka-mufowa-fi-125-do-rur-spiro-wentylacja-6357bbc1-df4f-48ec-8e99-b346a1326f3c?offerId=16509668391
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Full allegro.pl product or offer URL |
| Path |
Example |
/produkt/ |
https://allegro.pl/produkt/{slug}-{uuid}?offerId={id} |
/oferta/ |
https://allegro.pl/oferta/{slug}-{offerId} |
/ogloszenie/ |
https://allegro.pl/ogloszenie/{slug}-{offerId} |
| Field |
Type |
Description |
sku |
string |
Offer or product identifier |
url |
string |
Canonical product URL |
name |
string |
Listing title |
price |
string |
Listed price in PLN |
image |
string |
Main image URL |
offer |
object |
Full offer payload (seller, category, parameters, delivery, descriptions) |
Key nested blocks: offer.seller, offer.category, offer.parameters, offer.selling_mode, offer.delivery, offer.descriptions, offer.breadcrumbs.
| Code |
Meaning |
400 |
Missing or invalid query, or non-allegro.pl URL |
404 |
Page not found or not parseable |
500 |
Rendering or parsing error |
- Prices are returned in PLN.
- Expired, private or restricted listings may return partial data.
- Both Search and Product cost 3 credits per call.
- Enrich search results with full seller, parameter and description data
- Monitor competitor offer pages and price changes on allegro.pl
- Extract seller company and contact details for B2B supplier research
- Build Polish marketplace catalogs from live Allegro PDPs