Pinterest Data Extractor - Pins, Boards, Profiles & Search PPR avatar

Pinterest Data Extractor - Pins, Boards, Profiles & Search PPR

Pricing

from $1.80 / 1,000 pin extracteds

Go to Apify Store
Pinterest Data Extractor - Pins, Boards, Profiles & Search PPR

Pinterest Data Extractor - Pins, Boards, Profiles & Search PPR

Scrape Pinterest pins, boards, profiles and search results - no login. Get images in every resolution, description, link, board, creator and engagement, with an optional detail mode for saves, comments and shopping price. Export to CSV, JSON or Excel.

Pricing

from $1.80 / 1,000 pin extracteds

Rating

0.0

(0)

Developer

Zaver

Zaver

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Pinterest Scraper πŸ“Œ

Pinterest Scraper extracts pins, boards, profiles and search results from Pinterest β€” no login, no API key. Give it search keywords or Pinterest URLs and get every pin with images in all resolutions, description, source link, board, creator and engagement, plus an optional detail mode for saves, comments and shopping prices. Export to CSV, Excel or JSON, or pull it via the API.

Built for content research, trend and SEO analysis, e-commerce/product discovery and marketing.

  • βœ… No login, no API key β€” public Pinterest data, read anonymously
  • βœ… Pins, boards, profiles and search in one tool
  • βœ… Images in every resolution (orig / 736 / 474 / 236 / 170) + dominant color
  • βœ… Source link & domain for each pin β€” see where it links out
  • βœ… Detail mode β€” saves, comments, SEO title/description, shopping price
  • βœ… Pay per pin β€” only for results you get
  • βœ… CSV, Excel, JSON, XML export + full API, scheduler and integrations

What data does it extract?

One row per pin:

FieldDescriptionExample
title / descriptionPin textCozy living room
image_urlOriginal-resolution imagehttps://i.pinimg.com/orig/…jpg
image_urlsAll resolutions{orig, 736x, 474x, …}
dominant_colorHex color#aabbcc
link / domainExternal sourcehttps://shop.example.com / example.com
board_nameBoard it's saved toHome Ideas
creator_usernamePinnerhomestyle
creator_followersPinner follower count12000
pin_urlDirect pin linkhttps://www.pinterest.com/pin/…/

With Include full pin details on, each row also gains saves, comments, shares, seo_title, seo_description, and for products price + currency.

What can it scrape?

  • Search keywords β€” e.g. home decor ideas, up to your max-items limit per keyword
  • Pin URLs β€” /pin/<id>/ β†’ one fully detailed pin
  • Board URLs β€” /user/board/ β†’ all pins on the board
  • Profile URLs β€” /user/ β†’ the creator's pins (or just their profile with profile info only)
  • Search URLs β€” /search/pins/?q=…

How to scrape Pinterest (step by step)

  1. Add search keywords, Pinterest URLs, or both.
  2. Set max items per input.
  3. (Optional) Turn on Include full pin details for saves/comments/shopping data.
  4. Click Start, then download from the Storage β†’ Dataset tab as CSV, Excel, JSON or XML β€” or read via the API.

Example input

{
"searches": ["minimalist kitchen"],
"startUrls": ["https://www.pinterest.com/nasa/"],
"maxItems": 200,
"includeDetails": true
}

Example output

{
"pin_id": "1125935",
"title": "Cozy living room",
"description": "Warm neutral tones and layered textures",
"image_url": "https://i.pinimg.com/originals/ab/cd/ef.jpg",
"dominant_color": "#c9b7a3",
"link": "https://shop.example.com/sofa",
"domain": "example.com",
"board_name": "Home Ideas",
"creator_username": "homestyle",
"creator_followers": 12000,
"saves": 340,
"comments": 12,
"pin_url": "https://www.pinterest.com/pin/1125935/"
}

Run it via the Apify API

curl "https://api.apify.com/v2/acts/YOUR~ACTOR/runs?token=YOUR_TOKEN" \
-X POST -H "Content-Type: application/json" \
-d '{"searches": ["home decor ideas"], "maxItems": 100}'

Works with the Apify SDK, scheduled runs, webhooks, and integrations for Make, Zapier, n8n, Google Sheets and LangChain.

Pricing β€” pay only for results

You are billed per pin delivered to your dataset. Failed inputs and filtered rows cost nothing.

Result typePrice
Pin$0.0018 per pin ($1.80 / 1,000)
Pin with full details$0.004 per pin ($4 / 1,000)

The basic rate undercuts other Pinterest scrapers (which charge $0.002–0.004 per pin), and proxies are included.

What can I use Pinterest data for?

  • Content & trend research β€” see what's trending for a keyword, with images and engagement.
  • SEO & affiliate β€” every pin's outbound link and domain reveal which sites win Pinterest traffic in a niche.
  • E-commerce/product discovery β€” detail mode surfaces shopping pins with prices and merchants.
  • Creator & board analysis β€” pull a profile's or board's pins to study a competitor's strategy.

Frequently asked questions

Do I need a Pinterest account or API key?

No. The scraper reads public Pinterest data anonymously β€” no login, no API key, no developer app.

Can it scrape private boards?

No. Only public pins, boards and profiles are accessible.

Does it get saves and comments?

Turn on Include full pin details. Those counts (plus SEO and shopping data) come from an extra request per pin, so they're billed at the detailed rate.

How fast is it?

Roughly 1,500–3,000 pins per minute for feed scraping; detail mode is slower because of the extra per-pin request.

Which image resolutions do I get?

The original plus 736, 474, 236 and 170 px variants, in image_urls, with the original in image_url.

The scraper collects only publicly available data. You are responsible for using it in compliance with the laws that apply to you and Pinterest's terms.

Support & roadmap

Open an issue on the Actor's Issues tab. On the roadmap: board & user search scopes, related-pins discovery, and video download URLs.