Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
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.