Pinterest User Info
Access Pinterest user profiles and analytics for targeted marketing and audience insights.
Credit cost: 1 credit per call
Autorización
ApiKeyAuth x-api-key<token>
Your API key. Include it in the x-api-key header for every request.
In: header
Parámetros de consulta
query*string
The Pinterest profile to retrieve. Accepts a full profile URL or a username.
Accepted formats:
https://www.pinterest.com/amandagabriella: full profile URLamandagabriella: username only
Example:
https://www.pinterest.com/amandagabriellaNotes:
- Private accounts: Pinterest does not have private accounts, all public profiles are accessible.
- Deactivated accounts: Returns a not-found error if the account no longer exists.
Cuerpo de la respuesta
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v2/pinterest/user/info?query=string"{ "name": "Amanda Stefenelli", "avatar": "https://i.pinimg.com/280x280_RS/a2/74/63/a27463b3901565bd4fc1758227c30a6f.jpg", "website": null, "pin_count": 117, "created_at": "2012-01-19T22:21:18.000Z", "board_count": 10, "description": null, "is_verified": false, "profile_cover": null, "follower_count": 84, "domain_verified": false}{ "error": "Bad Request"}{ "error": "Invalid API Key"}{ "error": "Payment required"}{ "error": "Rate limit exceeded for the API key: quota monthly"}{ "error": "Internal Error"}