skills/polymer-pay-firecrawl-search/SKILL.md
USE THIS SKILL WHEN: the user wants to search the web and get scraped content from results. Provides web search with auto-scraped markdown via Firecrawl through the Polymer Pay proxy.
npx skillsauth add polymerdao/pay-apis polymer-pay-firecrawl-searchInstall 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.
Firecrawl's web search endpoint — search the web and get clean, scraped content from the results in a single call. Through the Polymer Pay proxy, each request is paid individually — no Firecrawl account or API key required.
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/firecrawl.x402endpoints.com
Search the web and get clean, scraped content from the results. Useful for finding and reading pages on a topic without knowing specific URLs.
Pricing: $0.002
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/firecrawl.x402endpoints.com/v1/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "firecrawl web scraping API",
"limit": 5
}
}
Response: Array of search results, each containing the page URL, title, and scraped content in clean markdown format.
Search and control how result pages are scraped — request specific formats, include only certain tags, or exclude elements like navigation.
Pricing: $0.002
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/firecrawl.x402endpoints.com/v1/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "x402 payment protocol",
"limit": 3,
"scrapeOptions": {
"formats": ["markdown", "links"]
}
}
}
Response: Search results with content in the requested formats. The links format returns all URLs found on each
result page.
Restrict search results to a specific time period using the tbs parameter.
Pricing: $0.002
{
"method": "POST",
"url": "https://pay.polymerlabs.org/proxy/https/firecrawl.x402endpoints.com/v1/search",
"headers": {
"Content-Type": "application/json",
"x-polymer-pay-api-key": "{{POLYMER_PAY_API_KEY}}"
},
"body": {
"query": "x402 ecosystem news",
"tbs": "qdr:w",
"lang": "en"
}
}
Response: Search results filtered to the specified time period. tbs values: qdr:h (past hour), qdr:d (past
day), qdr:w (past week), qdr:m (past month).
limit to control cost — Default is 5 results. Increase for broader research, decrease for quick lookups.scrapeOptions — Control output formats (markdown, html, links) to get exactly what you need.tbs for time-sensitive queries to get fresh results.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.