skills/polymer-pay-scrape-creators/SKILL.md
USE THIS SKILL WHEN: the user wants to extract data from social media platforms including TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Facebook, Reddit, Pinterest, Threads, Bluesky, Truth Social, Twitch, Kick, Snapchat, and more. Provides pay-per-use social media scraping via Scrape Creators through the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-scrape-creatorsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scrape Creators provides pay-per-use social media data extraction across 22+ platforms. Get profiles, posts, comments, transcripts, ad libraries, trending content, and more from TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Facebook, Reddit, Pinterest, Threads, Bluesky, Truth Social, Twitch, Kick, Snapchat, and link-in-bio services. Each request costs $0.02 (1 credit) with no monthly fees — pay only for what you use through the Polymer Pay proxy.
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Base URL: https://pay.polymerlabs.org/proxy/https/scrapecreators.x402endpoints.com
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Get a TikTok user's profile data including follower count, bio, and verification status.
Pricing: $0.02
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/scrapecreators.x402endpoints.com/v1/tiktok/profile?handle=khaby.lame",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Profile object with username, nickname, follower/following/like counts, bio, avatar URLs, and verification status.
Get public Instagram profile data, recent posts, and related accounts.
Pricing: $0.02
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/scrapecreators.x402endpoints.com/v1/instagram/profile?handle=therock",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Profile object with username, full name, bio, follower/following counts, post count, profile picture URL, recent posts, and related accounts.
Get complete information about a YouTube video or short, including metadata and transcript.
Pricing: $0.02
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/scrapecreators.x402endpoints.com/v1/youtube/video?url=https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Video object with title, description, view/like/comment counts, channel info, publish date, duration, thumbnail URLs, and optionally the transcript.
Get Twitter/X profile information including stats and metadata.
Pricing: $0.02
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/scrapecreators.x402endpoints.com/v1/twitter/profile?handle=elonmusk",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Profile object with username, display name, bio, follower/following counts, tweet count, verification status, join date, and profile/banner image URLs.
Get a person's public LinkedIn profile including recent posts. For personal profiles, not company pages.
Pricing: $0.02
{
"method": "GET",
"url": "https://pay.polymerlabs.org/proxy/https/scrapecreators.x402endpoints.com/v1/linkedin/profile?url=https://www.linkedin.com/in/sundarpichai",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Response: Profile object with name, headline, summary, experience, education, skills, location, connections, and recent posts.
Most endpoints follow simple, consistent patterns:
| Pattern | Parameter | Example |
| ------------------- | -------------------- | -------------------------------------------------------- |
| Profile by handle | ?handle=username | /v1/tiktok/profile?handle=khaby.lame |
| Profile by URL | ?url=<profile-url> | /v1/linkedin/profile?url=https://linkedin.com/in/user |
| Content by URL | ?url=<content-url> | /v1/youtube/video?url=https://youtube.com/watch?v=abc |
| Search | ?query=<term> | /v1/reddit/search?query=artificial+intelligence |
| Hashtag search | ?hashtag=<tag> | /v1/tiktok/search/hashtag?hashtag=cooking |
| Keyword search | ?keyword=<word> | /v1/tiktok/search/keyword?keyword=dance |
| Pagination | ?cursor=<token> | /v3/tiktok/profile/videos?handle=user&cursor=abc123 |
| YT Pagination | ?continuationToken=| /v1/youtube/video/comments?url=...&continuationToken=x |
| Transcript lang | ?language=<code> | /v1/youtube/video/transcript?url=...&language=es |
| Subreddit | ?subreddit=<name> | /v1/reddit/subreddit?subreddit=AskReddit |
?handle=username which is simpler than full URLscursor or continuationToken from responses to fetch additional pagesuserId than handle?language=en (2-letter ISO code) for transcript endpoints — defaults to original languageAskReddit not askreddit)/v1/google/company/ads with get_ad_details=true costs $0.50 (25 credits) instead of $0.02development
USE THIS SKILL WHEN: the user wants to use Z.ai's GLM models for chat, translation, image generation, video generation, or web search. Z.ai provides GLM-4.5 and GLM-4.6 with advanced reasoning and agentic capabilities.
development
USE THIS SKILL WHEN: the user wants a quick single-page scrape to markdown or a webpage screenshot. Provides lightweight web scraping and screenshots via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants to generate AI images with FLUX models or create text-in-image with Ideogram. Provides pay-per-use image generation via x402engine through the Polymer Pay proxy.
data-ai
USE THIS SKILL WHEN: the user wants wallet balances, transactions, PnL, ENS resolution, token prices, or transaction simulation. Provides pay-per-use blockchain operations via x402engine through the Polymer Pay proxy.