https://api.nexscope.ai/api/skill-api/v1/skills/etsy-product-detail/runRun this API
Send a JSON request to execute this API and receive the direct response payload.
Endpoint
| Method | POST |
| Path | https://api.nexscope.ai/api/skill-api/v1/skills/etsy-product-detail/run |
| Auth | Bearer API key |
| Content-Type | application/json |
Request body
| Name | Type | Required | Description |
|---|---|---|---|
productUrl | string | required | HTTPS Etsy listing URL containing a numeric listing ID Example: https://www.etsy.com/listing/1710567856/its-okay-to-make-some-mistakes-shirt |
Request example
{
"productUrl": "https://www.etsy.com/listing/1710567856/its-okay-to-make-some-mistakes-shirt"
}Response body
Response example
Direct response payload. No extra wrapper is added.
{
"product": {
"title": "Example Etsy product",
"price": 1,
"productId": "1710567856",
"currency": "EUR",
"images": []
}
}Responses
| Code | Description |
|---|---|
| 200 | API executed successfully. Body is the direct response payload. |
| 400 | Request JSON or required API parameters are invalid. |
| 401 | API key is missing, invalid, or cannot be matched to a user. |
| 5xx | API execution or upstream service failed. |
Data source, freshness, and limitations
Source, freshness, coverage, rate limits, and estimation notes are not specified in this API definition unless they appear in the request or response field documentation above. Do not assume official marketplace data or real-time freshness when it is not explicitly documented.