§ The Pinterest hub
Pinterest

Pinterest
scraper.

No proxy needed. 4 pre-built endpoints, parsed JSON in seconds.

4 endpoints·From $0.003 per call·Median under 2s
§ One call

Send a search query.
Get back JSON.

The search scraper takes one input: query. The response carries every public field Pinterest exposes.

Request
cURL
curl https://api.hproxy.com/v1/scrape/pinterest/search \
  -H "Authorization: Bearer $HPROXY_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"Italian Pot Roast"}'
POST // 1 call · $0.0030 · <2s
Response200 OK
{
  "success": true,
  "pins": [
    {
      "id": "643874078015272259",
      "url": "https://www.pinterest.com/pin/643874078015272259",
      "description": "#cute #animal #dog #puppy #pfp #icon #dogpfp #silly",
      "created_at": "Tue, 10 Jun 2025 21:45:32 +0000",
      "pinner": {
        "full_name": "Annika Strøm",
        "username": "annikastrom2",
        "follower_count": 2
      },
      "images": {
        "orig": {
          "width": 946,
          "height": 1251,
          "url": "https://i.pinimg.com/originals/….jpg"
        }
      }
    }
  ],
  "cursor": "Y2JVSG81V2sxcmNHRlpWM1J5VFVad1ZsWl…"
}
What comes backparsed fields
Pinterest Search
pinterest_pin
pinsarray
cursorstring
One real call · one structured record
§ Coverage

What you can
actually pull.

§ 01

Search

Keyword and query search results with the matched entities and the engagement metadata behind each one.

§ 02

Pin

Structured pin objects returned as flat, predictable JSON — ready to drop straight into your database.

§ 03

Users

Public user objects with handle, display name, follower counts, and the profile image.

§ 04

Board

Structured board objects returned as flat, predictable JSON — ready to drop straight into your database.

§ Every endpoint

The full list.
Prices included.

Every line is a live endpoint. Click through for the input schema, response shape, and the curl recipe.

§ What people build

One Pinterest scraper.
Many shapes of work.

§ 01

Audience & creator discovery

Build lead and creator-discovery pipelines from Pinterest public profiles. Filter by follower count, engagement, and region. The JSON is flat enough to drop into a Postgres column without normalisation.

§ 02

Search & hashtag intelligence

Query Pinterest by keyword or hashtag and get back the matched entities with their engagement metadata attached. Power competitive research and content-gap analysis.

§ 03

AI training data

Feed clean, structured Pinterest JSON straight into your model fine-tuning pipeline. Same schema every call — no scraping infrastructure to maintain.

§ 04

Dashboards & reporting

Wire Pinterest signals into internal dashboards. One API key, predictable JSON, dollar-denominated pricing — finance can reason about the bill.

§ Questions

The honest
answers.

The questions that come up before the first call. If yours isn’t here, the founder reads support email himself — just write in.

Do I need proxies to use the Pinterest scraper?

No. Every endpoint runs on our residential pool — fifty million IPs sourced through opt-in partner SDKs. You send an HTTP request with your API key; rotation, retries, and anti-bot handling are ours to worry about.

How does HProxy get past Pinterest’s rate limits and bot detection?

Each call is routed through a residential session that matches typical organic traffic patterns. We don’t advertise specifics; what matters is the result — a 99%+ success rate on public-data endpoints in real customer traffic.

What does the JSON response look like?

Every endpoint returns a flat top-level wrapper (platform, scraper, data, creditsUsed, elapsedMs, requestId) with the parsed Pinterest entity inside data. See the live example near the top of this page for the exact shape.

Is scraping public Pinterest data legal?

Public data scraping (no login, no private content, no PII beyond what pinterest.com itself publishes) sits within the boundaries set by hiQ Labs v. LinkedIn and similar US/EU precedents. We don’t serve endpoints that touch authenticated content. You’re responsible for your own use of the data under your local data-protection law (GDPR, CCPA, etc.).

What does each call cost?

From $0.003 per call on the standard endpoints. Endpoints that do heavier upstream work — AI transcripts, posts with media archived to R2 — cost more. The exact per-call price shows on each endpoint row below. One call = one charge, never multiplied by record count.

Can I test before signing up?

Yes — the wallet starts with a $2 deposit that’s refundable for 24 hours. That’s plenty of calls to verify the response shape matches what you’re building across all 4 Pinterest endpoints.

How fast are the responses?

Median response time across the Pinterest endpoints is under 2 seconds. Heavier endpoints (deep comment threads, cursor-paginated lists) can run 4-8 seconds depending on the page depth requested.

§ Try it

Two dollars,
first run.

Sign in with Google, drop $2 in the wallet, fire your first Pinterest call against pinterest.com. If it doesn’t do what you need, the balance is refundable for 24 hours.