polymer-pay-x402endpoints-firecrawl

Scrape, map, crawl, and extract web data via Polymer Pay proxy.

1|2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-x402endpoints-firecrawl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: polymer-pay-x402endpoints-firecrawl
Source: https://github.com/polymerdao/pay-apis/tree/main/skills/polymer-pay-x402endpoints-firecrawl
Command: npx skills add https://github.com/polymerdao/pay-apis --skill polymer-pay-x402endpoints-firecrawl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Firecrawl provides pay-per-use web scraping, site mapping, crawling, and structured data extraction through the Polymer Pay proxy, enabling per-call payments instead of a dedicated scraping account.

Core Features & Use Cases

  • Scrape a URL with JavaScript rendering and anti-bot handling.
  • Map a website to discover all URLs.
  • Crawl pages asynchronously with a required limit and per-page pricing.
  • Extract structured data from pages for ingestion.

Quick Start

Sign up for a Polymer Pay API key and POST to the proxy URL with your target URL and desired operation.

Frequently Asked Questions about polymer-pay-x402endpoints-firecrawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does pay-per-use web scraping work with a proxy?

Pay-per-use web scraping routes your requests through a proxy that charges per call, letting you scrape pages without a dedicated account. You POST your target URL to the proxy endpoint to execute scraping operations on demand.

Can I scrape JavaScript-rendered pages on a per-call pricing basis?

Yes, you can scrape JavaScript-rendered pages with per-call pricing. The proxy handles JavaScript rendering and anti-bot measures automatically when you send your scrape request.

Do I need a Polymer Pay API key to extract structured data from websites?

Yes, you need a Polymer Pay API key to extract structured data. You must sign up for a key and include it in your POST requests to the proxy URL to authenticate your scraping and extraction operations.

How do I map a website to discover all URLs for crawling?

To map a website, send a request to the /v1/map endpoint via the proxy. This discovers all available URLs on the target site, which you can then pass to the /v1/crawl endpoint to crawl pages asynchronously.

What are the limitations of asynchronous crawling with per-page pricing?

Asynchronous crawling requires a mandatory limit on the number of pages and charges per page crawled. You must specify this limit upfront when calling /v1/crawl to control costs and scope.

What is the best way to get on-demand web data without a dedicated scraping account?

The best way to get on-demand web data without a dedicated scraping account is using a pay-per-use proxy. It handles site mapping, crawling, and structured data extraction through per-call payments via a single API key.