Search pins by a given search term
GET {{baseUrl}}/search/partner/pins?term=<string>&country_code=<string>&bookmark=<string>&locale=<string>&limit=10
This endpoint is currently in beta and not available to all apps. Learn more.
Get the top 10 Pins by a given search term.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
term | string | (Required) Search term to look up pins. | |
country_code | string | (Required) Two letter country code (ISO 3166-1 alpha-2) | |
bookmark | string | Cursor used to fetch the next page of items | |
locale | string | Search locale. | |
limit | number | Max search result size |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"media":{"media_type":"\u003cstring\u003e"},"alt_text":"\u003cstring\u003e","link":"\u003cstring\u003e","title":"\u003cstring\u003e","description":"\u003cstring\u003e"},{"media":{"media_type":"\u003cstring\u003e"},"alt_text":"\u003cstring\u003e","link":"\u003cstring\u003e","title":"\u003cstring\u003e","description":"\u003cstring\u003e"}],"bookmark":"\u003cstring\u003e"}