Visual trend and inspiration research
Pinterestエンドポイントを使えば、「Visual trend and inspiration research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
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.
エンドポイントファミリー
6
ドキュメント化されたパラメータ
16
サンプル数
8
ライブカタログスナップショット
稼働エンドポイント
8
メソッド
GET
必須パラメータ
16
スキーマ参照
8
{
"platform": "Pinterest",
"endpoint": "pinterest-search",
"method": "GET",
"path": "/pinterest/search",
"auth": "apiKey"
}ユースケース
Search Pinterest pins and get pin detail, boards, user profiles, and the Ideas category taxonomy as structured JSON.
Pinterestエンドポイントを使えば、「Visual trend and inspiration research」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Pinterestエンドポイントを使えば、「Creator and board monitoring」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
Pinterestエンドポイントを使えば、「Content and category discovery」をドキュメント化された入力とJSONレスポンスによる再現可能なAPIリクエストに変えられます。
マネージド実行
各CrawloraプラットフォームAPIは、特定のデータサーフェスに合わせて設計されています。汎用的なfetchエンドポイントを公開する代わりに、エンドポイント固有のリクエストロジック、マネージドインフラ、パース、正規化、課金、そしてPlaygroundで検証済みのサンプルを組み合わせています。
対象プラットフォームとエンドポイントの種類に合わせてリクエスト挙動をチューニングしています。
対応エンドポイントはマネージドプロキシルーティングを利用でき、信頼性を高めながらインフラ運用の手間を減らせます。
JavaScriptレンダリングが必要な動的ページは、マネージドブラウザインスタンス経由で処理できます。
チャレンジページや利用不能な上流レスポンスを検知し、明確に通知します。
結果は生のHTMLではなく、ドキュメント化されたJSONで返されます。
本番統合の前に、DocsとPlaygroundから同じルートをテストできます。
カバレッジマップ
これらのカードは稼働中のエンドポイントカタログから生成されるため、このページはDocsとPlaygroundが使うAPIサーフェスをそのまま反映します。
/pinterest/user/{username}
/pinterest/board/{username}/{slug}
/pinterest/categories
/pinterest/ideas/{id}
/pinterest/pin/{id}
/pinterest/search
エンドポイントカタログ
/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.
関連API
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.
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.