Etsy Scraper

ENDPOINTS
GET/etsy/autocomplete

Autocomplete

Get Etsy search suggestions for a partial query, in the language of the chosen locale — schmu with locale de returns schmuck, schmuckschatulle, ... Useful for building search boxes or expanding seed keywords before calling Search Listings.

QUERY PARAMS

Partial search phrase to complete.

Example: jewel

Etsy regional site code. Sets the language of results and the default display currency.

Default: us

Allowed values: us, uk, ca, ca-fr, au, nz, ie, de, at, fr, be-fr, es, mx, it, nl, pl, pt, jp, se, ru, in, in-en, sg, sg-en, hk, hk-en

{
  "query": "jewel",
  "locale": "us",
  "count": 11,
  "results": [
    "jewelry",
    "jewelry box",
    "jewelry jar",
    "jewelry holder",
    "jewelry set",
    "jewelry dish",
    "jewelry gift",
    "jewelry organizer",
    "jewellery",
    "jewelry tray",
    "jewelry display"
  ]
}