{"success":true,"data":[{"id":"svc_screenshot_01","slug":"screenshot","name":"Screenshot API","description":"Capture any URL as PNG. Returns base64-encoded image. Powered by Playwright with full JS rendering support.","category":"visual","endpoint":"https://agentsvc.io/api/v1/proxy/screenshot","price_usdc":0.005,"latency_p99_ms":2800,"input_schema":{"type":"object","required":["url"],"properties":{"url":{"type":"string","format":"uri","description":"The URL to capture"},"width":{"type":"integer","default":1280,"description":"Viewport width in pixels"},"height":{"type":"integer","default":800,"description":"Viewport height in pixels"},"full_page":{"type":"boolean","default":false,"description":"Capture full page height"},"wait_ms":{"type":"integer","default":1000,"description":"Wait time after page load in ms"}}},"output_schema":{"type":"object","properties":{"image_base64":{"type":"string","description":"Base64-encoded PNG image"},"width":{"type":"integer"},"height":{"type":"integer"},"url":{"type":"string"},"captured_at":{"type":"string","format":"date-time"}}},"is_active":true,"provider":"agentsvc.io","tags":["browser","visual","playwright","screenshot","png"]},{"id":"svc_weather_02","slug":"weather","name":"Weather Data","description":"Real-time weather for any location. No API key needed. Returns temperature, humidity, wind, and forecast data.","category":"data","endpoint":"https://agentsvc.io/api/v1/proxy/weather","price_usdc":0.002,"latency_p99_ms":400,"input_schema":{"type":"object","required":["location"],"properties":{"location":{"type":"string","description":"City name, zip code, or lat,lon coordinates"},"units":{"type":"string","enum":["metric","imperial"],"default":"metric"},"lang":{"type":"string","default":"en","description":"Language code for descriptions"}}},"output_schema":{"type":"object","properties":{"location":{"type":"object","properties":{"name":{"type":"string"},"country":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"}}},"current":{"type":"object","properties":{"temp_c":{"type":"number"},"feels_like_c":{"type":"number"},"humidity_pct":{"type":"integer"},"wind_kph":{"type":"number"},"condition":{"type":"string"},"uv_index":{"type":"number"}}},"forecast_3d":{"type":"array","items":{"type":"object"}}}},"is_active":true,"provider":"agentsvc.io","tags":["weather","geolocation","forecast","climate","realtime"]},{"id":"svc_exchange_03","slug":"exchange-rates","name":"Currency Exchange Rates","description":"Live forex rates from ECB. 30+ currencies supported. Updated every hour. Ideal for financial agents and invoice systems.","category":"finance","endpoint":"https://agentsvc.io/api/v1/proxy/exchange-rates","price_usdc":0.001,"latency_p99_ms":300,"input_schema":{"type":"object","properties":{"base":{"type":"string","default":"EUR","description":"Base currency (e.g. USD, EUR, GBP)"},"symbols":{"type":"array","items":{"type":"string"},"description":"Target currencies to return. Empty = all."}}},"output_schema":{"type":"object","properties":{"base":{"type":"string"},"date":{"type":"string","format":"date"},"rates":{"type":"object","additionalProperties":{"type":"number"},"description":"Map of currency code to exchange rate"},"source":{"type":"string"}}},"is_active":true,"provider":"agentsvc.io","tags":["forex","finance","currency","exchange","ecb"]},{"id":"svc_htmlpdf_04","slug":"html-to-pdf","name":"HTML to PDF","description":"Convert any URL or HTML string to a downloadable PDF. Perfect for generating reports, invoices, and documents.","category":"visual","endpoint":"https://agentsvc.io/api/v1/proxy/html-to-pdf","price_usdc":0.008,"latency_p99_ms":3500,"input_schema":{"type":"object","oneOf":[{"required":["url"],"properties":{"url":{"type":"string","format":"uri"}}},{"required":["html"],"properties":{"html":{"type":"string"}}}],"properties":{"url":{"type":"string","format":"uri","description":"URL to render as PDF"},"html":{"type":"string","description":"Raw HTML string to render"},"format":{"type":"string","enum":["A4","Letter","Legal"],"default":"A4"},"landscape":{"type":"boolean","default":false},"margin":{"type":"object","properties":{"top":{"type":"string"},"bottom":{"type":"string"},"left":{"type":"string"},"right":{"type":"string"}}}}},"output_schema":{"type":"object","properties":{"pdf_base64":{"type":"string","description":"Base64-encoded PDF bytes"},"page_count":{"type":"integer"},"file_size_bytes":{"type":"integer"},"generated_at":{"type":"string","format":"date-time"}}},"is_active":true,"provider":"agentsvc.io","tags":["pdf","browser","document","playwright","convert"]},{"id":"svc_iplookup_05","slug":"ip-lookup","name":"IP Geolocation","description":"Resolve any IP address to country, city, ISP, and timezone. Fast, accurate, and requires no authentication.","category":"utility","endpoint":"https://agentsvc.io/api/v1/proxy/ip-lookup","price_usdc":0.001,"latency_p99_ms":150,"input_schema":{"type":"object","required":["ip"],"properties":{"ip":{"type":"string","description":"IPv4 or IPv6 address to look up"},"fields":{"type":"array","items":{"type":"string"},"description":"Specific fields to return. Empty = all."}}},"output_schema":{"type":"object","properties":{"ip":{"type":"string"},"country":{"type":"string"},"country_code":{"type":"string"},"region":{"type":"string"},"city":{"type":"string"},"postal":{"type":"string"},"lat":{"type":"number"},"lon":{"type":"number"},"timezone":{"type":"string"},"isp":{"type":"string"},"org":{"type":"string"},"asn":{"type":"string"},"is_vpn":{"type":"boolean"},"is_tor":{"type":"boolean"}}},"is_active":true,"provider":"agentsvc.io","tags":["ip","geolocation","network","isp","timezone"]}],"meta":{"total":5,"limit":20,"offset":0}}