Visual trend and inspiration research
Use Pinterest endpoints to turn visual trend and inspiration research into repeatable API requests with documented inputs and JSON responses.
Turn Pinterest's public pins, boards, and profiles into structured JSON — keyword pin search, a pin's full detail, a user's boards and pins, a specific board's detail, and the "Ideas" category taxonomy with per-category feeds, all as normalized JSON. Credential-free.
Search Pinterest pins and get pin detail, boards, user profiles, and the Ideas category taxonomy as structured JSON.
Endpoint families
6
Documented params
16
Examples
8
Live catalog snapshot
Active endpoints
8
Methods
GET
Required params
16
Schema refs
8
{
"platform": "Pinterest",
"endpoint": "pinterest-search",
"method": "GET",
"path": "/pinterest/search",
"auth": "apiKey"
}Use cases
Search Pinterest pins and get pin detail, boards, user profiles, and the Ideas category taxonomy as structured JSON.
Use Pinterest endpoints to turn visual trend and inspiration research into repeatable API requests with documented inputs and JSON responses.
Use Pinterest endpoints to turn creator and board monitoring into repeatable API requests with documented inputs and JSON responses.
Use Pinterest endpoints to turn content and category discovery into repeatable API requests with documented inputs and JSON responses.
Managed execution
Each Crawlora platform API is designed around a specific data surface. Instead of exposing a generic fetch endpoint, Crawlora combines endpoint-specific request logic, managed infrastructure, parsing, normalization, billing, and Playground-tested examples.
Request behavior is tuned for the target platform and endpoint type.
Supported endpoints can use managed proxy routing to improve reliability and reduce infrastructure work.
Dynamic pages can be routed through managed browser instances where JavaScript rendering is required.
Challenge pages and unusable upstream responses are detected and surfaced clearly.
Results are returned as documented JSON instead of raw HTML.
Test the same route from Docs and Playground before production integration.
Coverage map
These cards are generated from the active endpoint catalog, so the landing page reflects the same API surface used by Docs and Playground.
/pinterest/user/{username}
/pinterest/board/{username}/{slug}
/pinterest/categories
/pinterest/ideas/{id}
/pinterest/pin/{id}
/pinterest/search
Endpoint catalog
/pinterest/searchReturns public Pinterest pins matching a text query: title, description, image, board, and pinner for each result. Public data sourced from Pinterest's own web search.
/pinterest/pin/{id}Returns a single Pinterest pin's full detail: title, description, image, board, pinner, comment count, save count, and creation time. Public data sourced from Pinterest's own pin pages.
/pinterest/board/{username}/{slug}Returns a Pinterest board's metadata (name, description, cover image, pin/follower counts, owner) plus a page of pins from that board. Public data sourced from Pinterest's own board pages.
/pinterest/user/{username}Returns a Pinterest user's public profile: display name, bio, website, avatar, and follower/following/pin/board counts. Public data sourced from Pinterest's own profile pages.
/pinterest/user/{username}/boardsReturns a page of a Pinterest user's own boards: name, description, cover image, and pin/follower counts for each. Public data sourced from Pinterest's own profile pages.
/pinterest/user/{username}/pinsReturns a page of a Pinterest user's own pins: title, description, image, board, and pinner for each. Public data sourced from Pinterest's own profile pages.
/pinterest/categoriesReturns Pinterest's top-level "Ideas" category taxonomy (e.g. "Animals", "Home Decor", "Food And Drink"). Each entry's id is usable directly with GET /pinterest/ideas/{id}. Public data sourced from Pinterest's own ideas.pinterest.com-style category hub.
/pinterest/ideas/{id}Returns one "Ideas" category's metadata (name, description, follower count) plus a page of pins from that category's feed. Public data sourced from Pinterest's own ideas category pages.
Related APIs
Social & Creator Platforms
Build creator intelligence, video research, transcript, and audience-comment workflows without maintaining YouTube scrapers.
Social & Creator Platforms
Track creator, content, hashtag, music, trend, and public ad creative signals from TikTok with production-ready API routes.
Social & Creator Platforms
Turn Instagram public data into structured inputs for social listening and creator research.
How to scrape Pinterest
Crawlora's Pinterest endpoints return pin search, pin detail, boards, user profiles, and category feeds as normalized JSON with one API key — no Pinterest account required.
Send a keyword to /pinterest/search for normalized pin results.
Pass a pin id to /pinterest/pin/{id}, or a username and board slug to /pinterest/board/{username}/{slug}.
Pass a username to /pinterest/user/{username} for their profile, or add /boards or /pins for their boards or own pins.
Use /pinterest/categories for the full list and /pinterest/ideas/{id} for a category's detail feed.
FAQ
Send a keyword to Crawlora's /pinterest/search endpoint and get normalized pin results as structured JSON — no Pinterest account required.
Yes — /pinterest/user/{username}/boards and /pinterest/user/{username}/pins return a user's boards and their own pins as structured JSON.
No Pinterest login or auth token is required from the caller — only your Crawlora API key.