L'API Allegro Search interroge les listings produits sur allegro.pl. Passez un mot-clé, une URL /listing complète, ou un mot-clé avec page, et recevez results[] + pagination en JSON.
Coût : 3 crédits par appel. Parse le JSON __listing_StoreState de la page de recherche Allegro.
Passez chaque listing_url à Allegro Product pour la fiche complète (3 crédits par appel).
GET https://api.piloterr.com/v2/allegro/search?query=mufowa
GET https://api.piloterr.com/v2/allegro/search?query=mufowa&page=2
GET https://api.piloterr.com/v2/allegro/search?query=https://allegro.pl/listing?string=mufowa
GET https://api.piloterr.com/v2/allegro/search?query=https://allegro.pl/listing?string=mufowa&p=2
| Paramètre |
Type |
Requis |
Description |
query |
string |
oui |
Mot-clé ou URL listing Allegro |
page |
integer |
non |
Numéro de page (défaut 1). Remplace p= dans l'URL |
| Format |
Example |
Notes |
| Keyword |
mufowa |
Resolves to page 1 (/listing?string=mufowa) |
Keyword + page |
query=mufowa, page=2 |
Appends p=2 to the listing URL |
| Listing URL (page 1) |
https://allegro.pl/listing?string=mufowa |
Paste the URL copied from Allegro search |
| Listing URL (pagination) |
https://allegro.pl/listing?string=mufowa&p=2 |
p in the URL selects the page |
When both a listing URL and page are set, page overrides p= in the URL.
| Field |
Type |
Description |
product_id |
string |
Allegro product UUID |
offer_id |
string |
Offer ID (numeric string) |
title |
string |
Listing title |
listing_url |
string |
Full offer or product URL on allegro.pl |
image_url |
string |
Thumbnail image URL |
price |
number |
Listed price |
currency |
string |
Price currency (PLN) |
seller_id |
string |
Seller account ID |
seller_name |
string |
Seller display name |
position |
integer |
Position on the SERP (0-based) |
is_sponsored |
boolean |
true for sponsored placements |
delivery_info |
string |
Delivery price snippet when shown |
| Field |
Type |
Description |
page |
integer |
Current page number |
per_page |
integer |
Listings returned on this page |
total_results |
integer |
Total matching listings |
total_pages |
integer |
Total pages available |
next |
string |
Next page listing URL when available |
| Code |
Signification |
400 |
Entrée invalide ou URL non allegro.pl |
404 |
Aucun listing trouvé |
500 |
Erreur fetch ou parsing |
- Annonces organiques et sponsorisées (
is_sponsored).
- Caractères polonais supportés.
- SERP vide →
404.