Pinterest saves
dataforseo/business_pinterest_liveCount how often given pages have been saved to Pinterest.
- call
- $0.0008
- DataForSEO
- 3 min
Overview
Measures social engagement with specific web pages on a visual bookmarking platform. Submit up to ten absolute page URLs and get back, for each, how many times that exact page has been saved to a board. Because saves persist and keep driving referral traffic long after publication, the count works as a durable popularity signal for content. The lookup takes no keyword, market, or language, and each URL is billed separately.
One entry per submitted URL with the URL echoed back and its save count.
Input
These go in the input object of the run request.
| Field | Type | Required | Description |
|---|---|---|---|
| targets | array | Yes | The page URLs to look up, up to ten, each with its scheme. |
| tag | string | No | Your own label for the request, echoed back in the response. |
Requests up to 1 MB.
Example
A call that works, with your own key.
curl https://gateway.agentsky.dev/v1/run \
-H "authorization: Bearer $AGENTSKY_API_KEY" \
-H "content-type: application/json" \
-d '{"provider":"dataforseo","endpoint":"business_pinterest_live","input":{"targets":["https://example.com/recipe"]}}'Pricing
$0.0008 per call on the default plan. That is the list price; when the provider reports what a call actually cost, you are billed that instead. Every run carries its price in the response.
