Piloterr

Allegro Product

Fetch Allegro product data via API.

Credit cost: 2 credits per call

GET
/v2/allegro/product

Authorization

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Query Parameters

query*string

Full Allegro product URL to extract data from.

fields?string

Reduce response payload by specifying only the fields you need.

soft_fail?boolean

Return partial data instead of failing on missing optional fields.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/allegro/product?query=string"
[]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}