VOOZH about

URL: https://apify.com/khadinakbar/pinterest-data-extractor

โ‡ฑ Pinterest Data Extractor โ€” Pins, Boards & Keywords ยท Apify


๐Ÿ‘ 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

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

13 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.

Related actors

Legal

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.

You might also like

Pinterest Scraper โ€” Extract Pins, Boards & Profiles

oneary/pinterest-scraper

Scrape Pinterest pins, boards, and profiles with Playwright. Extract images, descriptions, save counts, and board metadata from any Pinterest search or board.

Pinterest Data Extractor

crawlerbros/pinterest-data-extractor

Scrape Pinterest pins, profiles, boards, search results, and comments. Extract images, videos, metadata, and engagement stats.

116

5.0

Pinterest Pins, Boards & Profiles Scraper

khadinakbar/pinterest-scraper

Scrape Pinterest pins, boards, profiles, and search results. Returns image URL, description, repins, board, author, and 27 fields per pin. No login required.

47

Pinterest Data Scraper

devcake/pinterest-data-scraper

Extract pins, boards, profiles, search, and comments from Pinterest. Get rich metadata, engagement metrics, product pins, and creator info in clean JSON. No login needed.

Pinterest Scraper - Pins, Boards & Profiles

pear_fight/pinterest-scraper

Scrape Pinterest pins, boards & user profiles. Extract pin images, descriptions, save counts, comments, board details, follower data. Search by keyword or URL. No login required. Pay per result. Export JSON/CSV/Excel.

Pinterest Scraper - Scrape Pins, Boards & Profiles

logiover/pinterest-scraper

Pinterest API alternative โ€” scrape pins, boards & profiles without login. Export Pinterest data to CSV/JSON: images, videos, links & save counts.

Pinterest Search Scraper โ€” Pins, Boards & Users

khadinakbar/pinterest-search-scraper

Search Pinterest by keyword and get pins, boards, and users as unified, structured JSON. No login. MCP-ready. PAY_PER_EVENT at $0.004 per result.

Pinterest Full Scraper - Pins, Profiles & Boards

pro100chok/pinterest-scraper-all-in-one

Scrape Pinterest without login or API key. Get pins, profiles, boards, sections, user pins & related pins โ€” with images, video & GIF URLs and engagement stats. Bulk keyword & URL input, export to JSON/CSV/Excel. Pay only per result from $1.50/1,000. No subscription.

Pinterest Detailed Data Extractor

crawlerbros/pinterest-detailed-data-extractor

Scrape Pinterest pins, profiles, boards, search results, and comments. Extract images, videos, metadata, and engagement stats using Pinterest's internal API.

18

Pinterest Pins Scraper

nifty.codes/pinterest-pins-scraper

Extract Pins from Pinterest search results, boards, and feeds with titles, images, and save counts. Powered by Pinterest Scraper.