{"name":"agentsvc.io","description":"Pay-per-call web services for AI agents (27 tools: scraping, screenshots, PDF, OCR, search, news, weather, prices, validation, codes). Paid per request with USDC on Base via x402. No account or API key.","url":"https://agentsvc.io/api/v1/proxy","provider":{"organization":"agentsvc.io","url":"https://agentsvc.io"},"version":"2.0.0","documentationUrl":"https://agentsvc.io/llms-full.txt","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json"],"authentication":{"schemes":["x402"],"credentials":"USDC on Base mainnet (eip155:8453), header PAYMENT-SIGNATURE (x402 v2) or X-PAYMENT (x402 v1)"},"payment":{"protocol":"x402","network":"eip155:8453","asset":"USDC","discovery":"https://agentsvc.io/.well-known/x402"},"skills":[{"id":"screenshot","name":"Screenshot API","description":"Capture any URL as a PNG screenshot. Returns image_base64 (base64 PNG — decode to get raw bytes). Full JS rendering via Playwright, works on SPAs and dynamic content. Params: url (required), width px (default 1280), height px (default 800), full_page boolean, wait_ms.","tags":["visual","browser","visual","playwright","screenshot","png"],"examples":["{\"url\":\"https://example.com\",\"width\":1280,\"height\":800}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/screenshot","price_usdc":0.005,"free_trial":"https://agentsvc.io/api/v1/try/screenshot"},{"id":"weather","name":"Weather Data","description":"Real-time weather + 3-day forecast. Returns current (temp_c, feels_like_c, humidity_pct, wind_kph, weather_code) and forecast_3d array. Pass location as city name ('Berlin') or GPS string ('52.52,13.41'). WMO codes: 0=clear, 1-3=cloudy, 45-48=fog, 51-67=rain, 71-77=snow, 95-99=thunderstorm.","tags":["data","weather","geolocation","forecast","climate","realtime"],"examples":["{\"location\":\"Berlin\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/weather","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/weather"},{"id":"exchange-rates","name":"Currency Exchange Rates","description":"Live forex rates from European Central Bank (ECB), updated hourly. Returns rates object mapping currency codes to rates relative to base. Pass symbols array to filter (e.g. ['USD','CHF','GBP']). Empty symbols = all 30+ currencies. Use for currency conversion in invoices, pricing, or financial calculations.","tags":["finance","forex","finance","currency","exchange","ecb"],"examples":["{\"base\":\"EUR\",\"symbols\":[\"USD\",\"CHF\",\"GBP\"]}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/exchange-rates","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/exchange-rates"},{"id":"html-to-pdf","name":"HTML to PDF","description":"Render a URL or raw HTML string to PDF. Returns pdf_base64 (base64 PDF — decode to get raw bytes) and page_count. Provide url OR html — never both. Supports format (A4/Letter/Legal), landscape boolean, and margin settings (top/bottom/left/right in CSS units). Use for invoices, reports, or printable document generation.","tags":["visual","pdf","browser","document","playwright","convert"],"examples":["{\"html\":\"<h1>Invoice #123</h1><p>Total: $42.00</p>\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/html-to-pdf","price_usdc":0.008,"free_trial":"https://agentsvc.io/api/v1/try/html-to-pdf"},{"id":"ip-lookup","name":"IP Geolocation","description":"Resolve any IPv4 or IPv6 address to location and network data. Returns country, country_code, city, region, postal, lat/lon, timezone, ISP, org, and ASN. Use for fraud detection, geolocation enrichment, or access log analysis.","tags":["utility","ip","geolocation","network","isp","timezone"],"examples":["{\"ip\":\"8.8.8.8\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/ip-lookup","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/ip-lookup"},{"id":"webpage-reader","name":"Webpage Reader","description":"Fetch and extract clean readable text from any URL. Full JS rendering via Playwright — works on SPAs and dynamic sites. Returns title, text (cleaned content, default max 8000 chars), description, word_count, and optional links array. Ideal for web research, content summarization, or feeding page content to an LLM.","tags":["web","web","scraper","reader","text","playwright","extract","research"],"examples":["{\"url\":\"https://example.com\",\"max_chars\":4000}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/webpage-reader","price_usdc":0.006,"free_trial":"https://agentsvc.io/api/v1/try/webpage-reader"},{"id":"dns-lookup","name":"DNS Lookup","description":"Resolve DNS records for any domain. Supports A, AAAA, MX, TXT, CNAME, NS. Returns records object with array per type. Default: A records only. Use to verify mail server setup (MX), check domain ownership (TXT), or debug DNS propagation.","tags":["utility","dns","network","domain","lookup","A","MX","TXT"],"examples":["{\"domain\":\"github.com\",\"types\":[\"A\",\"MX\"]}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/dns-lookup","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/dns-lookup"},{"id":"qr-code","name":"QR Code Generator","description":"Generate a QR code for any text or URL. Returns image_base64 (base64 PNG — decode to get raw bytes). Params: text (required), size in px (64-1024, default 256), error_correction (L/M/Q/H, default M). H = highest redundancy, survives up to 30% damage.","tags":["utility","qr","qrcode","image","encode","png","barcode"],"examples":["{\"text\":\"https://agentsvc.io\",\"size\":256}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/qr-code","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/qr-code"},{"id":"web-search","name":"Web Search","description":"Search for factual information via DuckDuckGo + Wikipedia. Returns heading, abstract (plain-language summary), abstract_url, and results (list of relevant links). Best for: people, places, concepts, history, science. NOT for breaking news — use news-search instead.","tags":["web","search","web","duckduckgo","research","query","information"],"examples":["{\"query\":\"x402 payment protocol\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/web-search","price_usdc":0.003,"free_trial":"https://agentsvc.io/api/v1/try/web-search"},{"id":"translate","name":"Text Translation","description":"Translate text between 100+ languages. Max 500 characters per call. Returns translated_text and confidence (0-1). Set target_lang to IETF code: 'de' (German), 'fr' (French), 'es' (Spanish), 'ja' (Japanese), 'zh-CN' (Chinese Simplified), 'ar' (Arabic), 'pt' (Portuguese), 'it' (Italian), 'nl' (Dutch). source_lang defaults to auto-detect.","tags":["text","translate","language","nlp","text","multilingual","i18n"],"examples":["{\"text\":\"Hello, how are you?\",\"target_lang\":\"de\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/translate","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/translate"},{"id":"email-validate","name":"Email Validation","description":"Validate an email address: RFC 5322 format check, domain MX record lookup, disposable provider detection, and role address detection (e.g. info@, admin@). Returns is_valid boolean and granular checks object. Use before storing or sending to email addresses to prevent bounces.","tags":["utility","email","validation","mx","deliverability","spam","verification"],"examples":["{\"email\":\"support@github.com\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/email-validate","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/email-validate"},{"id":"ssl-check","name":"SSL Certificate Check","description":"Inspect SSL/TLS certificate for any domain. Returns valid boolean, days_remaining, issuer, valid_from, valid_to, subject_alt_names (SANs), fingerprint_sha256, and protocol version. Default port 443. Use for certificate expiry monitoring, security audits, or HTTPS verification.","tags":["utility","ssl","tls","certificate","security","https","expiry","monitoring"],"examples":["{\"domain\":\"github.com\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/ssl-check","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/ssl-check"},{"id":"whois","name":"WHOIS Lookup","description":"Domain registration lookup via RDAP (modern WHOIS). Returns registrar, registrar_url, created_at, updated_at, expires_at, days_until_expiry, name_servers array, status array, and registrant_country. Clean JSON — no raw WHOIS text to parse. Covers all major TLDs.","tags":["utility","whois","rdap","domain","registrar","dns","expiry","registration"],"examples":["{\"domain\":\"github.com\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/whois","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/whois"},{"id":"crypto-prices","name":"Crypto Price Lookup","description":"Real-time crypto prices, market caps, and 24h % changes via CoinGecko. Pass coins as CoinGecko IDs (['bitcoin','ethereum','solana']) or tickers. Max 25 coins per call. Returns usd, usd_24h_change, usd_market_cap per coin. Add currencies param for multi-currency output (['usd','eur','gbp']).","tags":["finance","crypto","bitcoin","ethereum","prices","finance","defi","coingecko","market"],"examples":["{\"coins\":[\"bitcoin\",\"ethereum\"],\"currencies\":[\"usd\"]}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/crypto-prices","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/crypto-prices"},{"id":"pdf-extract","name":"PDF Text Extraction","description":"Extract all text from a PDF. Send as pdf_base64 (base64-encoded PDF, max ~10 MB decoded). Returns text (full concatenated text), pages array (per-page text + char_count), page_count, and metadata (title, author, creator). Encode with: Buffer.from(pdfBytes).toString('base64'). Ideal for RAG pipelines, document QA, or LLM ingestion.","tags":["text","pdf","text","extract","parse","document","ocr","rag","llm"],"examples":["{\"pdf_base64\":\"<base64 of a PDF>\",\"max_pages\":10}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/pdf-extract","price_usdc":0.004,"free_trial":"https://agentsvc.io/api/v1/try/pdf-extract"},{"id":"phone-validate","name":"Phone Number Validation","description":"Parse and validate any phone number worldwide using libphonenumber. Returns is_valid, e164 (canonical international format e.g. '+4917612345678'), national_format, country_code (ISO alpha-2), and line_type (MOBILE/FIXED_LINE/VOIP/TOLL_FREE). Provide country_code hint (e.g. 'DE') for local numbers without country prefix.","tags":["utility","phone","validation","mobile","landline","e164","international","carrier"],"examples":["{\"phone\":\"+41 44 668 18 00\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/phone-validate","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/phone-validate"},{"id":"stock-prices","name":"Stock Price Lookup","description":"Real-time stock data via Yahoo Finance. Returns price, change, change_pct, previous_close, market_cap, pe_ratio, week_52_high, week_52_low, volume, and market_state. Max 10 symbols per call. Non-US exchange suffixes: 'SAP.DE' (Xetra), 'VOD.L' (London LSE), 'AIR.PA' (Paris Euronext), 'ASML.AS' (Amsterdam).","tags":["finance","stocks","finance","nasdaq","nyse","shares","market","trading","equities"],"examples":["{\"symbols\":[\"AAPL\",\"MSFT\"]}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/stock-prices","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/stock-prices"},{"id":"geocode","name":"Geocoding","description":"Forward geocoding: address string → lat/lon. Reverse geocoding: lat/lon → human-readable address. Powered by OpenStreetMap Nominatim. Returns results array with display_name, lat, lon, type, and structured address object. Provide address (string) for forward, or lat + lon (numbers) for reverse.","tags":["utility","geocoding","geolocation","address","coordinates","lat","lon","maps","openstreetmap"],"examples":["{\"address\":\"Brandenburger Tor, Berlin\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/geocode","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/geocode"},{"id":"news-search","name":"News Search","description":"Search recent news articles by keyword. Returns articles with title, url, source, published_at, and snippet. Sources: HackerNews Algolia (tech) + BBC RSS (general/world). Optional category filter: general/tech/business/science/health/politics. Limit max 30. Use for current events, topic monitoring, or market sentiment.","tags":["web","news","search","articles","headlines","rss","hackernews","bbc","media"],"examples":["{\"query\":\"AI agents\",\"limit\":5}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/news-search","price_usdc":0.003,"free_trial":"https://agentsvc.io/api/v1/try/news-search"},{"id":"ocr","name":"OCR — Image to Text","description":"Extract text from images using Tesseract OCR. Send image as image_base64 (PNG/JPEG/WebP/TIFF/BMP, max 10 MB decoded). Returns text and confidence (0-100, where 80+ is reliable). Set language to Tesseract code: 'eng' (default), 'deu' (German), 'fra' (French), 'chi_sim' (Chinese Simplified), 'jpn' (Japanese), 'ara' (Arabic). Use for invoices, receipts, scanned documents, or screenshots with text.","tags":["text","ocr","image","text","extract","tesseract","scan","document","invoice","receipt"],"examples":["{\"image_base64\":\"<base64 of a PNG/JPG>\",\"language\":\"eng\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/ocr","price_usdc":0.008,"free_trial":"https://agentsvc.io/api/v1/try/ocr"},{"id":"web-scrape","name":"Web Scrape (URL to Markdown)","description":"Fetch any public URL and return the page as clean Markdown for LLM consumption (title, meta description, main content with headings/lists/links preserved). Pass render:true to execute JavaScript in a real browser for SPAs (slower, returns plain text). Use this instead of raw fetch when a site blocks bots or when you want token-efficient content. Params: url (required), max_chars (default 8000, max 60000), include_links boolean, render boolean.","tags":["web","scrape","markdown","crawl","html","reader","llm","content","web"],"examples":["{\"url\":\"https://example.com\",\"max_chars\":8000}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/web-scrape","price_usdc":0.004,"free_trial":"https://agentsvc.io/api/v1/try/web-scrape"},{"id":"rss-fetch","name":"RSS / Atom Feed to JSON","description":"Fetch an RSS 2.0, RSS 1.0 or Atom feed and return normalized JSON items (title, link, published_at ISO 8601, summary without HTML, author, guid). Use for monitoring blogs, news sites, GitHub releases, podcasts or any feed URL without writing an XML parser. Params: url (required), limit (default 20, max 100).","tags":["web","rss","atom","feed","news","monitor","xml","json"],"examples":["{\"url\":\"https://hnrss.org/frontpage\",\"limit\":10}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/rss-fetch","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/rss-fetch"},{"id":"url-status","name":"URL Status & Redirect Check","description":"Check whether a URL is reachable and what it returns: final status code, full redirect chain, response time, content-type, server header and content length. Use for link validation, uptime checks, canonical URL resolution or before spending money on a scrape/screenshot. Params: url (required), method (GET default, or HEAD).","tags":["utility","http","status","redirect","uptime","link","check","monitor"],"examples":["{\"url\":\"https://example.com\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/url-status","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/url-status"},{"id":"evm-balance","name":"Wallet Balance on Base","description":"Read the ETH and USDC balance of any address on Base mainnet (chain 8453) straight from the chain, plus transaction count and how many x402 calls the USDC covers. Use it to check your own agent wallet before a paid workflow, to verify a counterparty was paid, or to monitor treasury addresses. Params: address (required, 0x...).","tags":["finance","wallet","balance","usdc","eth","base","onchain","crypto","x402"],"examples":["{\"address\":\"0x622efA6Ceb83a5b6EdBC931332f4db68B7f74F27\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/evm-balance","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/evm-balance"},{"id":"barcode","name":"Barcode Generator","description":"Generate a barcode as PNG (base64): code128 (default), ean13, ean8, upca, upce, code39, itf14, gs1_128, isbn, datamatrix, pdf417, aztec or qr. Validates check digits for EAN/UPC. Use for labels, shipping, inventory, tickets or invoices. Params: text (required), type, scale (1-8, default 3), include_text boolean (human-readable text under the bars).","tags":["utility","barcode","ean","code128","png","label","generate","datamatrix","pdf417"],"examples":["{\"text\":\"4006381333931\",\"type\":\"ean13\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/barcode","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/barcode"},{"id":"image-resize","name":"Image Resize & Convert","description":"Resize, crop-fit and convert images (PNG, JPEG, WebP, AVIF, GIF, TIFF, SVG input) to webp, png, jpeg or avif. Auto-rotates by EXIF. Use to shrink screenshots before sending them to a vision model, create thumbnails, or convert formats. Params: image_base64 or image_url (one required), width, height (max 4096), fit (inside default | cover | contain | fill), format (webp default), quality (1-100, default 80).","tags":["visual","image","resize","thumbnail","webp","convert","compress","sharp"],"examples":["{\"image_url\":\"https://agentsvc.io/sample.png\",\"width\":130,\"format\":\"webp\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/image-resize","price_usdc":0.003,"free_trial":"https://agentsvc.io/api/v1/try/image-resize"},{"id":"timezone","name":"Timezone & Local Time","description":"Resolve a city name or coordinates to its IANA timezone and return the current local time, UTC offset, DST flag and weekday. Use for scheduling across regions, 'what time is it in X', or normalizing timestamps. Params: location (required, e.g. 'Tokyo' or '35.68,139.69').","tags":["data","timezone","time","clock","utc","dst","schedule","iana"],"examples":["{\"location\":\"Tokyo\"}"],"inputModes":["application/json"],"outputModes":["application/json"],"endpoint":"https://agentsvc.io/api/v1/proxy/timezone","price_usdc":0.002,"free_trial":"https://agentsvc.io/api/v1/try/timezone"}]}