← Back to Dashboard

Pinterest

SocialActiveUnknownAuth: OAuthDoc: HTML
Swagger DocumentationVisit Website ↗

Description

The world's catalog of ideas

✨ AI Summary

Pinterest Developers offers API access to explore and integrate the world's catalog of ideas for content discovery.

Code Example

import requests

url = "https://api.pinterest.com/v1/pins/search"
params = {
    "query": "YOUR_QUERY"
}
headers = {
    "Authorization": "Bearer YOUR_ACCESS_TOKEN"
}

response = requests.get(url, headers=headers, params=params)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)