Frostbyte website screenshot

Frostbyte

Free API platform for developers and AI agents — 40+ services including IP Geolocation, Crypto Prices, Screenshots, DNS, Scraping, Code Execution. Free tier of 200 credits with no signup; USDC on Base top-ups via x402 for higher volume.

7 APIs 0 Features
Developer ToolsUtility APIsGeolocationCryptocurrencyScreenshotsDNSScrapingAI Agents

APIs

Frostbyte IP Geolocation API

Free IP geolocation API. Returns country, city, timezone, coordinates, and EU status for any IP address. Supports single lookups, batch processing, distance calculation, and tim...

Frostbyte Crypto Prices API

Free real-time cryptocurrency price API. Live prices, 24h OHLCV data for 38+ trading pairs (BTC, ETH, SOL, XRP) sourced from Binance. No signup required. Free tier: 200 credits,...

Frostbyte Screenshot API

Website screenshot API. Capture full-page screenshots of any URL as PNG using a Chromium engine. Supports viewport presets, full-page mode, dark mode, and CSS selector targeting...

Frostbyte DNS Lookup API

DNS lookup API. Resolve domains, check propagation, retrieve WHOIS data, batch lookups. Supports A, AAAA, MX, NS, TXT, CNAME, and SOA records. Free tier: 200 credits, 1 credit p...

Frostbyte Web Scraper API

Web scraping API. Extract text, HTML, or structured data from any webpage. Headless Chrome rendering for JavaScript-heavy sites. Free tier: 200 credits, 1 credit per request.

Frostbyte Code Execution API

Sandboxed code execution API. Run Python, JavaScript, TypeScript, and Bash code securely. Designed for AI agents, online IDEs, and coding challenges. Free tier: 200 credits, 1 c...

Frostbyte Agent Gateway (Full API)

Unified API gateway with 40+ services for AI agents. Includes crypto, geolocation, screenshots, scraping, DNS, storage, code execution, agent memory, wallets, DeFi trading, sche...

Collections

Pricing Plans

Frostbyte Plans Pricing

2 plans

PLANS

Rate Limits

Frostbyte Rate Limits

0 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Frostbyte Context

0 classes · 18 properties

JSON-LD

API Governance Rules

Frostbyte API Rules

7 rules · 6 warnings 1 info

SPECTRAL

JSON Structure

Frostbyte Credit Balance Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
APIsJSON
APIsJSON
🔗
OpenAPI
OpenAPI
🚀
GettingStarted
GettingStarted
🔗
PostmanCollection
PostmanCollection

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Frostbyte Web Scraper API
  version: 1.0.0
items:
- info:
    name: Data & Analytics
    type: folder
  items:
  - info:
      name: Agent Scraper — /api/scrape
      type: http
    http:
      method: GET
      url: https://agent-gateway-kappa.vercel.app/v1/agent-scraper/api/scrape
    docs: Web content extraction. URL to markdown, text, HTML, or structured data. JavaScript rendering via Chromium.
  - info:
      name: Agent Scraper — /api/scrape
      type: http
    http:
      method: POST
      url: https://agent-gateway-kappa.vercel.app/v1/agent-scraper/api/scrape
      body:
        type: json
        data: '{}'
    docs: Web content extraction. URL to markdown, text, HTML, or structured data. JavaScript rendering via Chromium.
  - info:
      name: Agent Scraper — /api/extract
      type: http
    http:
      method: POST
      url: https://agent-gateway-kappa.vercel.app/v1/agent-scraper/api/extract
      body:
        type: json
        data: '{}'
    docs: Part of Agent Scraper
bundled: true