Pinterest Scraper
--- 𝐎𝒂ᥢ✪𝓻 - 𝕋𝕒𝕚𝕝𝕠𝕣𝕖𝕕 𝕋𝕖𝕔𝕙 𝕊𝕠𝕝𝕦𝕥𝕚𝕠𝕟𝕤 𝕗𝕠𝕣 𝔼𝕧𝕖𝕣𝕪 𝔹𝕦𝕤𝕚𝕟𝕖𝕤𝕤 --- ---  ### 📌 PINTEREST SCRAPER API Reliable Pinterest scraper API to search users, retrieve detailed profiles, pins, boards, followers, and followings with clean structured JSON. Built for visual content discovery, influencer research, trend analysis,…
Pinterest Scraper endpoints
| Method | Endpoint | Description |
|---|---|---|
| ✮ Followings | ||
| GET |
get_following_detail /followings |
Retrieves the list of users that a specified Pinterest user is following. Supports pagination via a bookmark token. |
| 🔳 Boards | ||
| GET |
get_boards /boards |
Retrieves board sections for a specified Pinterest username, requiring BOARD_URL and SECTION_ID environment variables. |
| ✔️ Ping | ||
| GET |
ping /ping |
Ping |
| 🔍︎ Search | ||
| GET |
search_users /search |
Searches for Pinterest users based on a provided username or query string and returns their profile information. |
| 📌 Pins | ||
| GET |
get_pins /pins |
Retrieves a list of pins for a specified Pinterest username or ID. |
| ⭐ Followers | ||
| GET |
get_followers_detail /followers |
Retrieves a list of followers for a specified Pinterest user ID or node ID with pagination cursor. Either a numeric user ID or both node_id and cursor must be provided. |
| 🛈 Information | ||
| GET |
information_user /information |
Retrieves detailed profile information for a specified Pinterest username or ID. |
| Other endpoints | ||
| GET |
Search Users /api/users/search |
pinterest - search users |
| GET |
Get User Information /api/users/info |
pinterest - get user information |
| GET |
Get User Pins /api/users/pins |
pinterest - get user pinterest posts |
| GET |
Get User Boards /api/users/boards |
pinterest - get user boards |
| GET |
ping_ping_get /ping |
|
| GET |
Get User Followers /api/users/followers |
pinterest - get user followers |
| GET |
Get User Followings /api/users/followings |
pinterest - get user followings |
| GET |
boards_boards_get /boards |
Get board sections (boards) for a given username. Parameters ---------- entry : str Username to get boards for. Required. Returns ------- JSONResponse The JSON result returned by… |
| GET |
info_information_get /information |
Retrieve all information for a given profile by ID/username. Parameters ---------- username : str The username or ID for which to fetch information. Required. Returns -------… |
| GET |
following_followings_get /followings |
Fetch the list of followings (people a user follows). Delegates to `following_service(...)`. Parameters ---------- username : str | None Target username. Optional (but the… |
| GET |
followers_followers_get /followers |
Fetch followers. This route delegates to `get_data(...)`. Behavior / parameter relationship: - If `userid` is provided and is numeric, `get_data` will call the first query path.… |
| GET |
search users /search |
Search for profiles and basic profile info by an entry string. Parameters ---------- username : str Search term (username or ID). Required. Returns ------- JSONResponse The JSON… |
| GET |
pins_pins_get /pins |
Retrieve pin-related data for a given username/ID. Parameters ---------- username : str The username or ID whose pins should be fetched. Required. Returns ------- JSONResponse… |
Pinterest Scraper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | 5 / second |
|
| ULTRA Recommended | $19.99 / month | 12 / second |
|
| MEGA | $49.99 / month | — |
|