Pinterest Data Extractor — Pins, Boards, Profiles, Keywords avatar

Pinterest Data Extractor — Pins, Boards, Profiles, Keywords

Pricing

from $4.00 / 1,000 pin extracteds

Go to Apify Store
Pinterest Data Extractor — Pins, Boards, Profiles, Keywords

Pinterest Data Extractor — Pins, Boards, Profiles, Keywords

Extract Pinterest data from any URL or search term. Auto-detects pins, boards, profiles, and keyword trends. Returns typed records with image/video download URLs, creator stats, and board metadata. No login. PAY_PER_EVENT.

Pricing

from $4.00 / 1,000 pin extracteds

Rating

0.0

(0)

Developer

Khadin Akbar

Khadin Akbar

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

4 days ago

Last modified

Share

Pinterest Data Extractor — Pins, Boards, Profiles & Keywords

Extract structured Pinterest data from any URL or search term in one actor. Paste a pin, board, or profile URL — or a keyword — and the extractor auto-detects the input and returns clean, typed JSON records. Built for marketers, SEO and content researchers, e-commerce teams, and AI agents.

No login. No cookies. Residential-proxy backed. MCP-ready.

What it does

One input → any Pinterest data. The actor classifies each input automatically and returns typed records discriminated by a dataType field:

dataTypeFromKey fields
pinsearches, boards, profiles, pin URLstitle, description, download_image_url, download_video_url, save_count, hashtags, link, price, board, creator
boardboard URLsname, description, pin_count, follower_count, section_count, cover image, owner
profileprofile URLsusername, full_name, bio, follower/following/pin/board counts, verified, website
keywordsearch termsquery, related_queries, top_pin_ids, result_count

Every pin record includes ready-to-use image and video download URLs, so this doubles as a Pinterest image/video downloader.

When to use it

  • Content & SEO research — find top-performing pins, related keywords, and trends for a niche.
  • Competitor analysis — pull a brand's profile stats, boards, and pins.
  • Image / video harvesting — collect downloadable media URLs in bulk.
  • Creator discovery — extract profile metrics (followers, pins, verification).
  • AI agents — a single tool call: URL or keyword in, structured JSON out.

Need pin-only bulk scraping at the lowest price? Use the companion Pinterest Pins, Boards & Profiles Scraper. This Data Extractor adds typed board/profile/keyword records, auto-detection, and media-download URLs.

Pricing (Pay-Per-Event)

EventPrice
Actor start$0.00005
Pin extracted$0.004 per pin record
Entity extracted$0.01 per board / profile / keyword record

You pay only for records returned. A 50-pin search ≈ $0.20. A profile or board record ≈ $0.01. Pay-Per-Usage (compute + proxy) is also available — pick at run time.

Input

FieldTypeDescription
startUrlsstring[]Pinterest pin / board / profile URLs — type auto-detected.
searchTermsstring[]Keywords to search; each returns pins + a keyword record.
resultsTypeenumauto (default), pins, boards, profiles, keywords.
maxItemsintegerMax records per input (default 50, range 1–10000).
includeRelatedPinsbooleanFor pin URLs, also return "More like this" pins.
proxyConfigurationobjectDefaults to Apify residential proxies.

Example input

{
"searchTerms": ["home office decor"],
"startUrls": [
"https://www.pinterest.com/nike/",
"https://www.pinterest.com/nike/nike-running/",
"https://www.pinterest.com/pin/241294492639523463/"
],
"resultsType": "auto",
"maxItems": 50
}

This returns: pin records for the search, a profile record for nike, a board record for nike-running (plus its pins), and a single pin record — all in one dataset, each tagged by dataType.

Output sample

{
"dataType": "pin",
"pin_id": "241294492639523463",
"title": "Modern Minimalist Home Office",
"description": "Clean white desk setup with natural wood accents.",
"pin_url": "https://www.pinterest.com/pin/241294492639523463/",
"image_url": "https://i.pinimg.com/originals/ab/cd/ef/abcdef.jpg",
"download_image_url": "https://i.pinimg.com/originals/ab/cd/ef/abcdef.jpg",
"is_video": false,
"save_count": 4821,
"hashtags": ["homeoffice", "decor"],
"link": "https://example.com/office-ideas",
"source_domain": "example.com",
"board_name": "Home Inspiration",
"pinner_username": "designerjane",
"scraped_at": "2026-06-14T10:30:00.000Z"
}
{
"dataType": "profile",
"username": "nike",
"full_name": "Nike",
"follower_count": 1200000,
"pin_count": 2450,
"board_count": 18,
"is_verified": true,
"website": "https://nike.com",
"scraped_at": "2026-06-14T10:30:00.000Z"
}

How auto-detection works

URL shapeDetected as
/pin/<id>/pin
/<username>/profile
/<username>/<board>/board
/search/pins/?q=...search

Set resultsType to force a single output type (e.g. profiles to keep only profile records).

Use with AI agents (MCP)

This actor is exposed via the Apify MCP server as apify--pinterest-data-extractor. Tool description, input descriptions, and output are written for LLM consumption — narrow input, structured output, predictable per-record pricing. Connect at https://mcp.apify.com.

FAQ

Do I need a Pinterest login or cookies? No. The actor extracts public data without authentication.

Why residential proxies? Pinterest blocks datacenter IPs. Residential proxies (default) keep the success rate high.

Can it download images and videos? Yes — every pin record includes download_image_url and download_video_url.

What if a board is anti-bot blocked? Board inputs fall back to a server-side provider for pins, so board extraction stays reliable.

How is this different from the other Pinterest scraper? The companion actor returns pin-only records at a lower price. This one adds typed board/profile/keyword records, auto-detection, and media-download URLs.

This actor extracts only publicly available Pinterest data. You are responsible for complying with Pinterest's Terms of Service, applicable laws (including GDPR/CCPA), and for using scraped data lawfully. Do not collect personal data without a lawful basis. This tool is provided for legitimate research, analytics, and archival use.