X
xPortalX
Gateway service that fetches web content, extracts data, and provides crypto pricing with micropayment billing. Charges 0.01 USDC per request for most web operations.
152 viewsRemote
What it does
- Fetch data from APIs and web pages
- Extract structured data using AI-powered schemas
- Crawl websites with configurable depth
- Convert web pages to clean Markdown
- Get real-time cryptocurrency prices
- Process micropayments via x402 protocol
Best for
AI agents needing web data accessDevelopers building data extraction workflowsApplications requiring crypto price feedsServices implementing micropayment models
Micropayment model (0.01 USDC per request)Built-in crypto pricing APIsx402 payment protocol support
Tools (29)
fetch_api
Fetch structured JSON/XML data from any API endpoint. Best for REST APIs and data feeds. Cost: 0.01 USDC
fetch_page
Fetch raw HTML content from any web page. Best for static HTML scraping. Cost: 0.01 USDC
fetch_pdf
Fetch and extract text content from PDF documents. Returns structured text with page numbers. Cost: 0.01 USDC
extract
Extract structured data from a web page using a JSON schema. AI-powered extraction. Cost: 0.01 USDC
crawl
Crawl a website starting from a URL, following links up to specified depth. Cost: 0.01 USDC