The Action Product API returns full product page data from Action. Pass a product ID or full product URL, optionally with region, and receive structured JSON with pricing, images, specs, breadcrumbs, and availability.
Piloterr uses browser rendering and parses Next.js RSC product payloads with JSON-LD / DOM fallbacks.
Use Action Search to discover listings, then Action Product for the full record.
cs-cz, de-at, de-de, de-ch, es-es, fr-be, fr-fr, fr-lu, fr-ch, it-it, it-ch, nl-be, nl-nl, pl-pl, pt-pt, sk-sk, ro-ro, hr-hr, sl-si
GET https://api.piloterr.com/v2/action/product?query=3216159
GET https://api.piloterr.com/v2/action/product?query=3216159®ion=fr-fr
GET https://api.piloterr.com/v2/action/product?query=https://www.action.com/fr-fr/p/3216159/etagere/
| Parameter |
Type |
Required |
Description |
query |
string |
yes |
Product ID or full PDP URL |
region |
string |
no |
Locale or country code (default: fr-fr) |
return_page_source |
boolean |
no |
Raw HTML as {"result": "..."} (default: false) |
| Format |
Example |
| Product ID |
3216159 |
| Full URL |
https://www.action.com/fr-fr/p/3216159/etagere/ |
| Field |
Type |
Description |
product_id |
string |
Action article code |
title |
string |
Product name |
url |
string |
Canonical product URL |
description |
string | null |
Long or short description |
price |
number |
Current price (incl. tax) |
currency |
string |
ISO currency code |
image_url |
string |
Main image |
images |
string[] | null |
Full gallery |
in_stock |
boolean |
Availability flag |
availability |
string |
in_stock, out_of_stock, … |
breadcrumbs |
string[] | null |
Category trail |
specifications |
object[] | null |
Attribute rows (key, value) |
locale |
string |
Locale from URL or region |
- Action Search: discover listings
- Action Product: full PDP JSON (this endpoint)
| Code |
Meaning |
400 |
Missing or invalid query / region |
404 |
Unparsable or missing product page |
500 |
Rendering or parsing error |
- Costs 2 credits per call (browser rendering).
- PDP enrichment: specs, gallery, breadcrumbs
- Inventory signals:
availability and price deltas
- Multi-locale catalogs: same SKU across Action regional sites