Pinterest saves

by DataForSEO

dataforseo/business_pinterest_live

Count how often given pages have been saved to Pinterest.

Billed per
call
Price
Price:
Provider
DataForSEO
Timeout
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.

FieldTypeRequiredDescription
targetsarrayYesThe page URLs to look up, up to ten, each with its scheme.
tagstringNoYour own label for the request, echoed back in the response.

Requests up to 1 MB.

Example

Use your own API key and a saved idempotency key for each new job. Replace image or media placeholders with your own publicly reachable HTTPS URLs. Keep the same key and request body when recovering a timeout.

# Set once per job; reuse this key and the identical body after a timeout.
: "${AGENTSKY_IDEMPOTENCY_KEY:?Set a unique, saved key for this job}"
curl --fail-with-body https://gateway.agentsky.dev/v1/run \
  -H "authorization: Bearer $AGENTSKY_API_KEY" \
  -H "content-type: application/json" \
  -H "Idempotency-Key: $AGENTSKY_IDEMPOTENCY_KEY" \
  -d '{"provider":"dataforseo","endpoint":"business_pinterest_live","input":{"targets":["https://example.com/recipe"]}}'
# If status is READY/RUNNING, poll GET /v1/runs/{runId} with the same API key.

Pricing

— per call using your plan when signed in. Reported usage is billed under your account plan. Read the final customer charge from price.amount.value after the run finishes. A RUNNING response is not the final bill.

Questions