Piloterr

Chewy Products Finder

Find Chewy product URLs by product name or ID to prepare downstream product enrichment calls.

GET
/v2/finder/chewy-products

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

The parameter allows you to retrieve product URLs based on the ID or title of the product you are searching for.

Example:

dog food

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.piloterr.com/v2/finder/chewy-products?query=string"
[
  {
    "id": "158820",
    "url": "https://www.chewy.com/a-pet-hub-adjustable-dog-seat-belt/dp/158820",
    "title": "A Pet Hub Adjustable Dog Seat Belt, Black",
    "domain": "com"
  },
  {
    "id": "158802",
    "url": "https://www.chewy.com/sunsun-hw-702b-aquarium-uv-sterilizer/dp/158802",
    "title": "SunSun HW-702B Aquarium UV Sterilizer Canister Filter, 75-gal",
    "domain": "com"
  },
  {
    "id": "158800",
    "url": "https://www.chewy.com/sunsun-hw-603b-aquarium-canister/dp/158800",
    "title": "SunSun HW-603B Aquarium Canister Filter, 20-gal",
    "domain": "com"
  },
  {
    "id": "158810",
    "url": "https://www.chewy.com/sunsun-jvp-110-powerhead-wavemaker/dp/158810",
    "title": "SunSun JVP-110 Powerhead Wavemaker, 528 GPH",
    "domain": "com"
  },
  {
    "id": "1088206",
    "url": "https://www.chewy.com/flukers-small-live-mealworms-reptile/dp/1088206",
    "title": "Fluker's Small Live Mealworms Reptile Food, 100 count",
    "domain": "com"
  },
  {
    "id": "1558206",
    "url": "https://www.chewy.com/jp-korsteel-blue-steel-oval-link/dp/1558206",
    "title": "JP Korsteel Blue Steel Oval Link Loose Ring Snaffle Horse Bit, 4.5-in",
    "domain": "com"
  },
  {
    "id": "158830",
    "url": "https://www.chewy.com/tough-1-all-natural-himalayan-rock/dp/158830",
    "title": "Tough1 All-Natural Himalayan Rock Salt Block Horse Treat, 4.4-lb",
    "domain": "com"
  },
  {
    "id": "154820",
    "url": "https://www.chewy.com/zoo-med-hermit-crab-heater/dp/154820",
    "title": "Zoo Med Hermit Crab Heater",
    "domain": "com"
  },
  {
    "id": "185820",
    "url": "https://www.chewy.com/petsafe-4-way-locking-microchip-entry/dp/185820",
    "title": "PetSafe 4-Way Locking Microchip Entry Cat Door, White",
    "domain": "com"
  },
  {
    "id": "1788206",
    "url": "https://www.chewy.com/cowlown-102-in-rustic-flower-bird/dp/1788206",
    "title": "COWLOWN 10.2-in Rustic Flower Bird House, White",
    "domain": "com"
  }
]
{
  "error": "Bad Request"
}
{
  "error": "Invalid API Key"
}
{
  "error": "Payment required"
}
{
  "error": "Rate limit exceeded for the API key: quota monthly"
}
{
  "error": "Internal Error"
}