← ClaudeAtlas

pinterest-apilisted

Pinterest data toolkit via ScraperSocial — pin details, keyword search and save counts for any URL.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Pinterest API skill Read public Pinterest data as clean JSON. This Pinterest API skill returns a pin by URL, searches pins by keyword, and — the genuinely useful one — reports how many times any URL has been saved to Pinterest. That last endpoint costs 1 credit and is a real distribution signal for a page you publish. This skill wraps **3 live Pinterest endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You want to know how much traction one of your URLs has on Pinterest. - You are researching visual trends or how a product is being pinned. - A user pastes a pin link and wants its details. ### Do not use this skill when - **You need to create pins or boards.** Read-only; Pinterest's own API handles writes. - **You need board-level or account analytics.** Only pins, search and URL save counts are covered. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys ``` Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required. ## Scripts | Script | What it does | Input | Credits | |---|---|---|---| | `get_pin.js` | Get Pinterest pin. | url | 2 credits | | `search.js` | List Pinterest search. | query | 2 credits per pin | | `get_url_stats.js` | Get Pinterest url stats. | url | 1 credit | | `call_endpoint.js` | Call any `/v1/pinterest/` endpoint directly | path + params | varies | Every