Product
Fetch a public Pepperfry product page and normalize its pricing, availability, images, and specifications.
Capability ID
pepperfry.product.get
Cost
1 credit per request
Maximum runtime
45 seconds
POST
/execute
Shared execution endpoint
Input parameters
pincode
string
optional
No additional description is provided for this parameter.
Example
400001
product_url
string
required
No additional description is provided for this parameter.
Example
https://www.pepperfry.com/product/cresco-fabric-3-seater-sofa-in-camel-brown-colour-2195300.html
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
Illustrative sample
The full redacted fixture is shown in the response panel.
Illustrative output fields
Derived from the sample above for orientation only. These observed fields are not a fixed response schema.
| Path | Observed type | Example |
|---|---|---|
brand |
string |
Interio By Godrej |
currency |
string |
INR |
description |
string |
Shop Cresco Fabric 3 Seater Sofa In Camel Brown Colour at 61% OFF by In… |
image_urls |
array |
3 items |
image_urls |
array |
3 items |
mrp |
integer |
14990 |
pincode |
string |
400001 |
price |
integer |
14990 |
product_id |
string |
FN2195300-S-PM5458 |
title |
string |
Cresco Fabric 3 Seater Sofa In Camel Brown Colour |
url |
string |
https://www.pepperfry.com/product/[redacted:token].html?country=IN&requ… |
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.