Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
AI-powered web scraping and content extraction. Extract structured data, perform web searches, and convert pages to markdown.
endpoints
[{"path":"/v1/smartscraper","method":"POST","price":"Dynamic","description":"AI extract with prompt"},{"path":"/v1/smartscraper/{id}","method":"GET","price":"Free","description":"Get results"},{"path":"/v1/searchscraper","method":"POST","price":"Dynamic","description":"AI web search"},{"path":"/v1/searchscraper/{id}","method":"GET","price":"Free","description":"Get results"},{"path":"/v1/markdownify","method":"POST","price":"Dynamic","description":"Convert to markdown"},{"path":"/v1/markdownify/{id}","method":"GET","price":"Free","description":"Get results"},{"path":"/v1/sitemap","method":"POST","price":"Dynamic","description":"Extract sitemap"},{"path":"/v1/sitemap/{id}","method":"GET","price":"Free","description":"Get results"},{"path":"/v1/scrape","method":"POST","price":"Dynamic","description":"Raw HTML scrape"},{"path":"/v1/crawl","method":"POST","price":"Dynamic","description":"Website crawl"},{"path":"/v1/crawl/{id}","method":"GET","price":"Free","description":"Get crawl results"}]
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.
Authentication
All requests route through the Polymer Pay proxy. Include your Polymer Pay API key in every request:
{"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?"}}
Markdownify
Convert any webpage into clean, readable Markdown format.