VOOZH about

URL: https://apify.com/sian.agency/pinterest-scraper

โ‡ฑ Pinterest Scraper - Pins, Images, Links & Boards API ยท Apify


๐Ÿ‘ Pinterest Scraper โ€” Pins, Images, Links & Boards avatar

Pinterest Scraper โ€” Pins, Images, Links & Boards

Pricing

from $2.40 / 1,000 pin extracted (overview)s

Go to Apify Store

Pinterest Scraper โ€” Pins, Images, Links & Boards

Pinterest scraper for pins, images, outbound links, boards, pinners and engagement stats. Search by keyword or paste a Pinterest URL; choose fast overview or full detail with saves, repins, comments and hashtags. Clean JSON/CSV, no account or Pinterest API key needed.

Pricing

from $2.40 / 1,000 pin extracted (overview)s

Rating

0.0

(0)

Developer

๐Ÿ‘ SIรN Oรœ

SIรN Oรœ

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Pinterest Scraper โ€” Pins, Images, Links & Boards ๐Ÿ“Œ

๐Ÿ‘ SIรN Agency Store
๐Ÿ‘ Instagram AI Transcript
๐Ÿ‘ Xiaohongshu RedNote Scraper
๐Ÿ‘ TikTok AI Transcript

๐ŸŽ‰ The fast, no-code Pinterest data API โ€” search pins, grab images, links, boards & engagement stats, no Pinterest API key required

Built for marketers, affiliates, designers, SEO teams and trend researchers who need clean, structured Pinterest data โ€” by keyword or by URL.

๐Ÿ“‹ Overview

Pull pins from Pinterest as clean JSON or CSV. Search any keyword or paste a Pinterest search URL and get back rich pins โ€” image, outbound link, source domain, board, pinner and alt-text โ€” at scale. Need the numbers? Switch to Detail and add saves, repins, comments, shares, hashtags and the full image-size ladder per pin.

Why marketers and researchers choose us:

  • โšก Two depths, one actor: a fast, low-cost Overview scan for whole-topic sweeps, or full Detail records when you need engagement stats
  • ๐Ÿ” Detail = Overview + more: every overview field is on a Detail row too, with deeper data added on top โ€” never less
  • ๐Ÿ’ฐ Pay-per-result pricing: Overview from $3 per 1,000 pins โ€” only charged for pins actually extracted
  • ๐ŸŒ Outbound links + domains on every pin โ€” perfect for affiliate, product and source-site research
  • ๐ŸŽฏ Three ways to search: by keyword, by a pasted Pinterest search URL (filters honored), or by specific pin URLs
  • ๐Ÿ’Ž No API key, no code: no Pinterest API access needed โ€” point, click, export a visual-data feed
  • ๐Ÿ†“ Free to try: up to 25 pins per run, no credit card

โœจ Features

  • ๐Ÿ” Overview mode: ~18โ€“25 pins per page โ€” image, link, domain, board, pinner, alt-text โ€” ideal for fast topic sweeps
  • ๐Ÿ“Œ Detail mode: full per-pin record โ€” saves, repins, comments, favorites, shares, hashtags, the long-form note, every image size
  • ๐Ÿ—‚๏ธ Search scopes: pins, products, videos, boards or users โ€” mirrors Pinterest's own search tabs
  • ๐Ÿ”— By keyword / search URL / pin URL: type a query, paste a search link (filters carry through), or drop in specific pins
  • ๐Ÿ–ผ๏ธ Every image variant: largest-first, deduped image ladder plus dimensions and dominant color
  • ๐ŸŒ Outbound link + source domain on every pin for product and affiliate sourcing
  • ๐Ÿ‘ค Pinner + board context: username, display name, follower count, board name and URL
  • ๐Ÿงพ Self-documenting datasets: every row carries a metadata object recording the exact search settings that produced it
  • ๐Ÿ“ค Clean exports: JSON, CSV, Excel, or the full REST API

๐ŸŽฌ Quick Start

Pick a depth, choose how to search, set a result cap, and run. Results stream to the Apify dataset as clean JSON/CSV.

curl-X POST "https://api.apify.com/v2/acts/sian.agency~pinterest-scraper/runs?token=[YOUR_TOKEN]"\
-H'Content-Type: application/json'\
-d'{"scrapeMode":"overview","searchMode":"byQuery","queries":["home office desk"],"maxResults":50}'

๐Ÿš€ Getting Started (3 Simple Steps)

Step 1: Pick your depth

Overview for a fast image + link + board scan, or Detail for the full per-pin record with engagement stats.

Step 2: Choose how to search

By query (type a keyword like minimalist desk), By search URL (paste a Pinterest search link โ€” filters honored), or By pin URL (detail mode โ€” drop in specific pins).

Step 3: Set a cap & run

Set Max Pins Per Run and Max Search Pages, then hit Start.

That's it! In under a minute, you'll have:

  • A clean dataset of Pinterest pins (JSON / CSV / Excel)
  • Image, outbound link, domain, board and pinner on every row
  • A repeatable, no-code visual-data feed

๐Ÿ“ฅ Input Configuration

FieldTypeRequiredDescription
scrapeModestringNooverview (fast & cheap) or detail (full engagement). Default overview.
searchModestringNobyQuery, bySearchUrl, or byPinUrl (detail only).
queriesarrayNoSearch keywords, e.g. ["home office","kitchen pantry"] (byQuery).
scopestringNopins, products, videos, boards or users. Default pins.
searchUrlsarrayNoPinterest search URLs (bySearchUrl) โ€” on-URL filters honored.
pinUrlsarrayNoPin URLs or numeric IDs (detail / byPinUrl).
maxResultsintegerNoMax pins this run. FREE tier capped at 25.
maxPagesintegerNoMax result pages to paginate per query/URL.

Example โ€” by query:

{
"scrapeMode":"overview",
"searchMode":"byQuery",
"queries":["home office desk"],
"scope":"pins",
"maxResults":100
}

Example โ€” detail by pin URL:

{
"scrapeMode":"detail",
"searchMode":"byPinUrl",
"pinUrls":["https://www.pinterest.com/pin/264938390609406782/","4592123610106029696"]
}

๐Ÿ“ค Output

Results are saved to the Apify dataset with 30+ fields including:

FieldTypeDescription
pinTitlestringPin title
imagestringLargest image URL
imagesarrayEvery image-size variant, deduped
linkstringOutbound destination URL
domainstringSource site host
saves / repin_countnumberEngagement (detail mode)
comment_count / share_countnumberEngagement (detail mode)
hashtagsarrayHashtags (detail mode)
pinner_usernamestringAccount that owns the pin
board_name / board_urlstringBoard the pin lives on
urlstringCanonical pin page

Example:

{
"id":"264938390609406782",
"url":"https://www.pinterest.com/pin/264938390609406782/",
"source":"detail",
"pinTitle":"Console Desk with Drawers",
"link":"https://www.potterybarn.com/products/dillon-console-desk/",
"domain":"potterybarn.com",
"saves":82,
"repin_count":80,
"pinner_username":"potterybarn",
"board_name":"Home Offices",
"image":"https://i.pinimg.com/originals/cd/e8/17/cde81773edc15fa114c9e38a7c66cc5f.png",
"image_count":9
}

๐Ÿ’ผ Use Cases & Examples

  • ๐Ÿ›๏ธ Affiliate & product research โ€” harvest outbound links and source domains for product and shopping pins.
  • ๐Ÿ“ˆ Visual trend tracking โ€” sweep a topic over time and watch which pins, boards and creators gain saves.
  • ๐ŸŽจ Creative & moodboard sourcing โ€” pull full-resolution image ladders for design inspiration at scale.
  • ๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘ Influencer (pinner) discovery โ€” surface high-follower pinners and the boards driving a niche.
  • ๐Ÿ”‘ SEO & content ideation โ€” mine titles, descriptions and alt-text for keyword and content angles.
  • ๐Ÿ“Š Competitor board analysis โ€” map what a brand or competitor is pinning and how it performs.

โ“ FAQ

Q: Do I need a Pinterest account or API key? A: No. Just supply a keyword or URL and run โ€” no login, no API key, no code.

Q: What's the difference between Overview and Detail? A: Overview is the fast, cheap scan (image, link, board, pinner). Detail adds the engagement numbers โ€” saves, repins, comments, shares, hashtags and the long-form note โ€” at a higher per-pin price.

Q: Can I paste a Pinterest search URL with filters? A: Yes. In bySearchUrl mode, faceted filters in the URL (color, price band, domain) carry through.

Q: Is this legal? A: We only extract publicly available data. See the legal note below.

๐Ÿ› Troubleshooting

No results returned

  • Check the query spelling, or that the pasted URL is a valid pinterest.com/search/... link.
  • Very niche queries may return few pins โ€” try a broader keyword or raise Max Search Pages.

Engagement fields are empty

  • Saves, repins, comments and hashtags are filled in Detail mode only โ€” Overview omits them by design.

โš–๏ธ Is it legal to scrape data?

Our actors are ethical and do not extract any private user data, such as email addresses, gender, or location. They only extract what the user has chosen to share publicly. We therefore believe that our actors, when used for ethical purposes by Apify users, are safe.

However, you should be aware that your results could contain personal data. Personal data is protected by the GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

You can also read Apify's blog post on the legality of web scraping.

This is an independent tool and is not affiliated with, endorsed by, or sponsored by Pinterest. "Pinterest" is a trademark of its respective owner.

๐Ÿค Support

Found a bug or need a new field? Open an issue on the actor's Issues tab โ€” we ship fast.

โญ Loving this tool? A 5-star review helps other users discover it. ๐Ÿ”ฅ More automation tools: https://apify.com/sian.agency?fpr=sian

You might also like

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

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 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 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 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 Boards Scraper

scrapapi/pinterest-boards-scraper