skills/polymer-pay-scrapegraph/SKILL.md
AI-powered web scraping and content extraction. Extract structured data, perform web searches, and convert pages to markdown.
npx skillsauth add polymerdao/pay-apis polymer-pay-scrapegraphInstall 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.
AI-powered web scraping and content extraction API. Extract structured data from any website using AI, perform AI-powered web searches, and convert web pages to clean markdown format.
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/x402.orth.sh/scrapegraph
To get an Polymer Pay API key, sign up at https://my.pay.polymerlabs.org/dashboard/api-keys.
Extract content from a webpage using AI with a natural language prompt.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/smartscraper",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"website_url": "https://example.com",
"user_prompt": "Extract all product names and prices"
}
}
Returns request_id for polling.
Start an AI-powered web search request.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/searchscraper",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"user_prompt": "What is the latest Python version?"
}
}
Convert any webpage into clean, readable Markdown format.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/markdownify",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"website_url": "https://example.com"
}
}
Extract all URLs from a website sitemap.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/sitemap",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"website_url": "https://example.com"
}
}
Extract raw HTML content with JavaScript rendering support.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/scrape",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"website_url": "https://example.com",
"render_heavy_js": false
}
}
Start a web crawl with AI extraction or markdown conversion.
Pricing: Dynamic
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/crawl",
"method": "POST",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"url": "https://example.com",
"max_pages": 10,
"depth": 2
}
}
Check status and retrieve SmartScraper results.
Pricing: Free
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/smartscraper/{request_id}",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Check status and retrieve SearchScraper results.
Pricing: Free
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/searchscraper/{request_id}",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Check status and retrieve Markdownify results.
Pricing: Free
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/markdownify/{request_id}",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Check status and retrieve Sitemap results.
Pricing: Free
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/sitemap/{request_id}",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
Check status and retrieve crawl results.
Pricing: Free
{
"url": "https://pay.polymerlabs.org/proxy/https/x402.orth.sh/scrapegraph/v1/crawl/{task_id}",
"method": "GET",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
}
}
development
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.