{"x402Version":2,"payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","resources":[{"id":12914,"slug":"12914","resource":"https://api.agishub.com/v1/embed","description":"Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"text":{"description":"Text to embed into a numeric vector for semantic search / RAG.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-17T03:59:16.162Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-17T03:59:09.552Z"},"liveness":{},"verified":false,"featured":false},{"id":12915,"slug":"12915","resource":"https://api.agishub.com/paid/meeting-slots","description":"Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"date_range":{"end":"2026-12-31","start":"2026-12-25"},"duration":30,"participants":[{"country":"ES","timezone":"Europe/Madrid","working_hours":{"end":"17:00","start":"09:00"}}]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"date_range":{"additionalProperties":false,"description":"Inclusive date window to search, e.g. { \"start\":\"2026-07-13\", \"end\":\"2026-07-17\" }.","properties":{"end":{"description":"Last date to search \"YYYY-MM-DD\".","type":"string"},"start":{"description":"First date to search \"YYYY-MM-DD\".","type":"string"}},"required":["start","end"],"type":"object"},"duration":{"description":"Meeting duration in minutes.","type":"number"},"participants":{"description":"The people to meet. Each participant is { timezone (IANA, required), working_hours? { start, end }, country? (ISO alpha-2) }.","items":{"additionalProperties":false,"properties":{"country":{"description":"ISO 3166-1 alpha-2 code (e.g. 'US', 'ES') to exclude that person's public holidays.","type":"string"},"timezone":{"description":"Participant's IANA timezone, e.g. 'Europe/Madrid'.","type":"string"},"working_hours":{"additionalProperties":false,"description":"This participant's local working hours. Defaults to 09:00-17:00.","properties":{"end":{"description":"Local end time \"HH:mm\" (24h), e.g. \"17:00\".","type":"string"},"start":{"description":"Local start time \"HH:mm\" (24h), e.g. \"09:00\".","type":"string"}},"required":["start","end"],"type":"object"}},"required":["timezone"],"type":"object"},"minItems":1,"type":"array"}},"required":["participants","duration","date_range"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-11T11:33:08.737Z","quality":{"calls30d":3,"uniquePayers30d":2,"lastCalledAt":"2026-09-11T11:33:07.334Z"},"liveness":{},"verified":false,"featured":false},{"id":12916,"slug":"12916","resource":"https://api.agishub.com/paid/crawl","description":"Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown or HTML per page. Use it to fetch and process many pages of content at once.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":5,"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"formats":{"description":"Output formats per page (default ['markdown']). 'html' adds raw HTML.","items":{"enum":["markdown","html"],"type":"string"},"type":"array"},"limit":{"description":"Maximum pages to crawl (default 100, max 100 per call). Returns 202 with job_id for async processing. For larger sites, issue several calls: each one is priced the same, so 1.000 pages cost ten calls.","exclusiveMinimum":true,"maximum":100,"minimum":0,"type":"integer"},"max_depth":{"description":"Maximum link depth from root (default 2, max 10). Depth 0 = root only, depth 1 = root + direct children.","exclusiveMinimum":true,"maximum":10,"minimum":0,"type":"integer"},"same_domain":{"description":"Only crawl URLs on the same domain (default true). Subdomain links are excluded when false.","type":"boolean"},"url":{"description":"Root domain URL to crawl (e.g., https://example.com).","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-11T11:33:03.314Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-11T11:33:03.15Z"},"liveness":{},"verified":false,"featured":false},{"id":12917,"slug":"12917","resource":"https://api.agishub.com/paid/snapshot","description":"Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally Markdown and the accessibility tree. Backed by a headless browser. Saves round-trips when an agent needs both the content and a visual of a page.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"formats":["html"],"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally M"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"formats":{"description":"Which representations to return (default ['html','screenshot']). Add 'markdown' and/or 'accessibilityTree' as needed.","items":{"enum":["html","screenshot","markdown","accessibilityTree"],"type":"string"},"type":"array"},"full_page":{"description":"Capture the full scrollable page in the screenshot instead of just the viewport (default false).","type":"boolean"},"height":{"description":"Viewport height in pixels (default 800).","exclusiveMinimum":true,"minimum":0,"type":"integer"},"url":{"description":"Full http/https URL to capture.","format":"uri","type":"string"},"width":{"description":"Viewport width in pixels (default 1280).","exclusiveMinimum":true,"minimum":0,"type":"integer"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:02:33.37Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:02:32.085Z"},"liveness":{},"verified":false,"featured":false},{"id":12918,"slug":"12918","resource":"https://api.agishub.com/paid/screenshot","description":"Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded. Backed by a headless browser.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"full_page":true,"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"full_page":{"description":"Capture the entire scrollable page instead of just the viewport (default false).","type":"boolean"},"height":{"description":"Viewport height in pixels (default 800).","exclusiveMinimum":true,"minimum":0,"type":"integer"},"url":{"description":"Public http/https URL to capture.","format":"uri","type":"string"},"width":{"description":"Viewport width in pixels (default 1280).","exclusiveMinimum":true,"minimum":0,"type":"integer"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T17:56:35.249Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T17:56:35.12Z"},"liveness":{},"verified":false,"featured":false},{"id":12919,"slug":"12919","resource":"https://api.agishub.com/paid/scrape","description":"Extract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price', 'a.product') and get back the text and attributes of every match. Backed by a headless browser, so it works on SPAs and JS-heavy pages.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"selectors":["h1"],"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Extract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price'"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"selectors":{"description":"CSS selectors to extract, e.g. ['h1', 'a.product', '.price']. Returns the text and attributes of every match per selector.","items":{"minLength":1,"type":"string"},"maxItems":20,"minItems":1,"type":"array"},"url":{"description":"Full http/https URL of the page to scrape.","format":"uri","type":"string"}},"required":["url","selectors"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T17:55:54.645Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T17:55:53.348Z"},"liveness":{},"verified":false,"featured":false},{"id":12920,"slug":"12920","resource":"https://api.agishub.com/paid/crawl-map","description":"Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robots.txt crawl delays. Use it to map a site's structure before crawling.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":5,"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robo"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"include_subdomains":{"description":"Include URLs from subdomains (default false, same domain only).","type":"boolean"},"limit":{"description":"Maximum URLs to return (default 100, max 200 per call). Respects robots.txt crawl-delay.","exclusiveMinimum":true,"maximum":200,"minimum":0,"type":"integer"},"search":{"description":"Optional regex or plain string to filter results (case-insensitive).","type":"string"},"url":{"description":"Root domain URL to map (e.g., https://example.com).","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T17:55:30.918Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T17:55:29.867Z"},"liveness":{},"verified":false,"featured":false},{"id":12921,"slug":"12921","resource":"https://api.agishub.com/paid/links","description":"Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links or only same-site links. Backed by a headless browser. Use it to map a site or seed a crawler.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com","visible_only":true},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"exclude_external":{"description":"Drop links pointing to other domains, keeping only same-site links (default false).","type":"boolean"},"url":{"description":"Full http/https URL of the page to read links from.","format":"uri","type":"string"},"visible_only":{"description":"Return only links visible in the rendered layout (default false).","type":"boolean"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T17:54:59.487Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T17:54:58.232Z"},"liveness":{},"verified":false,"featured":false},{"id":12922,"slug":"12922","resource":"https://api.agishub.com/paid/classify","description":"Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"labels":["example","example"],"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent)."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"labels":{"description":"Candidate labels to choose from, e.g. ['positive','negative','neutral'].","items":{"minLength":1,"type":"string"},"maxItems":20,"minItems":2,"type":"array"},"text":{"description":"The text to classify.","minLength":1,"type":"string"}},"required":["text","labels"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:51:04.59Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:51:04.442Z"},"liveness":{},"verified":false,"featured":false},{"id":12923,"slug":"12923","resource":"https://api.agishub.com/paid/chat","description":"Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"prompt":"What is the x402 protocol?"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key requ"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"max_tokens":{"description":"Maximum tokens to generate (default 512).","exclusiveMinimum":true,"maximum":2048,"minimum":0,"type":"integer"},"prompt":{"description":"The user's message or question for the assistant.","minLength":1,"type":"string"},"system":{"description":"Optional system instruction to steer the assistant's behaviour/persona.","type":"string"}},"required":["prompt"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:50:44.357Z","quality":{"calls30d":2,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:50:43.637Z"},"liveness":{},"verified":false,"featured":false},{"id":12924,"slug":"12924","resource":"https://api.agishub.com/v1/chat","description":"Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key required.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"prompt":"What is the x402 protocol?","system":"example"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Ask a general-purpose LLM a question or give it an instruction, with an optional system prompt. No external API key requ"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"max_tokens":{"description":"Maximum tokens to generate (default 512).","exclusiveMinimum":true,"maximum":2048,"minimum":0,"type":"integer"},"prompt":{"description":"The user's message or question for the assistant.","minLength":1,"type":"string"},"system":{"description":"Optional system instruction to steer the assistant's behaviour/persona.","type":"string"}},"required":["prompt"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-09T00:02:56.103Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-09T00:02:54.864Z"},"liveness":{},"verified":false,"featured":false},{"id":12925,"slug":"12925","resource":"https://api.agishub.com/v1/classify","description":"Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"labels":["example","example"],"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Classify a text into exactly one of the candidate labels you provide (e.g. sentiment, topic, intent)."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"labels":{"description":"Candidate labels to choose from, e.g. ['positive','negative','neutral'].","items":{"minLength":1,"type":"string"},"maxItems":20,"minItems":2,"type":"array"},"text":{"description":"The text to classify.","minLength":1,"type":"string"}},"required":["text","labels"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-09T00:01:39.394Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-09T00:01:39.193Z"},"liveness":{},"verified":false,"featured":false},{"id":12926,"slug":"12926","resource":"https://api.agishub.com/v1/time-offset","description":"Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"instant":"2026-12-25T10:00:00Z","timezone":"Europe/Madrid"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"instant":{"description":"ISO 8601 or natural language. Defaults to now.","type":"string"},"timezone":{"description":"IANA timezone.","type":"string"}},"required":["timezone"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-09T00:01:06.785Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-09T00:01:05.639Z"},"liveness":{},"verified":false,"featured":false},{"id":12927,"slug":"12927","resource":"https://api.agishub.com/v1/extract","description":"Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JS"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"text":{"description":"The text to extract named entities from.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:08:00.631Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:07:59.313Z"},"liveness":{},"verified":false,"featured":false},{"id":12928,"slug":"12928","resource":"https://api.agishub.com/v1/summarize","description":"Summarize a block of text into a short abstract, with an optional target length. No external API key required.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_words":5,"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Summarize a block of text into a short abstract, with an optional target length. No external API key required."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"max_words":{"description":"Approximate maximum length of the summary, in words (default ~80).","exclusiveMinimum":true,"maximum":400,"minimum":0,"type":"integer"},"text":{"description":"The text to summarize.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:06:54.642Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:06:54.318Z"},"liveness":{},"verified":false,"featured":false},{"id":12929,"slug":"12929","resource":"https://api.agishub.com/v1/web-scraper","description":"Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execute JavaScript first for single-page apps or JS-heavy pages that would otherwise come back empty. Built for RAG and for agents that need to read the contents of a URL.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"render":true,"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"include_images":{"description":"Keep images as markdown (default false).","type":"boolean"},"include_links":{"description":"Keep hyperlinks in the markdown output (default true).","type":"boolean"},"max_chars":{"description":"Truncate the markdown to at most this many characters (sets truncated:true).","exclusiveMinimum":true,"minimum":0,"type":"integer"},"render":{"description":"Render JavaScript with a headless browser before extracting (default false). Enable for SPAs / JS-heavy pages that return empty content otherwise. Slower.","type":"boolean"},"url":{"description":"Full http/https URL of the page to extract.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:06:02.773Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:06:01.584Z"},"liveness":{},"verified":false,"featured":false},{"id":12930,"slug":"12930","resource":"https://api.agishub.com/v1/scrape","description":"Extract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price', 'a.product') and get back the text and attributes of every match. Backed by a headless browser, so it works on SPAs and JS-heavy pages.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"selectors":["h1"],"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Extract specific elements from a JavaScript-rendered page by CSS selector. Give a list of selectors (e.g. 'h1', '.price'"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"selectors":{"description":"CSS selectors to extract, e.g. ['h1', 'a.product', '.price']. Returns the text and attributes of every match per selector.","items":{"minLength":1,"type":"string"},"maxItems":20,"minItems":1,"type":"array"},"url":{"description":"Full http/https URL of the page to scrape.","format":"uri","type":"string"}},"required":["url","selectors"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:04:56.741Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:04:56.593Z"},"liveness":{},"verified":false,"featured":false},{"id":12931,"slug":"12931","resource":"https://api.agishub.com/v1/links","description":"Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links or only same-site links. Backed by a headless browser. Use it to map a site or seed a crawler.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com","visible_only":true},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Return every hyperlink on a JavaScript-rendered page as a list of absolute URLs, with options to keep only visible links"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"exclude_external":{"description":"Drop links pointing to other domains, keeping only same-site links (default false).","type":"boolean"},"url":{"description":"Full http/https URL of the page to read links from.","format":"uri","type":"string"},"visible_only":{"description":"Return only links visible in the rendered layout (default false).","type":"boolean"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:04:02.979Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:04:01.828Z"},"liveness":{},"verified":false,"featured":false},{"id":12932,"slug":"12932","resource":"https://api.agishub.com/v1/extract-structured","description":"AI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean structured JSON (e.g. product name, price, rating). Renders the page in a headless browser first, so it works on SPAs.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"prompt":"What is the x402 protocol?","url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"AI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean str"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"prompt":{"description":"Natural-language instruction of what to extract, e.g. 'the product name, price and rating'. Provide this and/or a schema.","type":"string"},"schema":{"additionalProperties":{},"description":"Optional JSON Schema object describing the exact shape of the data to return. When given, the output is constrained to it.","type":"object"},"url":{"description":"Full http/https URL of the page to extract data from.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:03:06.992Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:03:05.415Z"},"liveness":{},"verified":false,"featured":false},{"id":12933,"slug":"12933","resource":"https://api.agishub.com/v1/snapshot","description":"Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally Markdown and the accessibility tree. Backed by a headless browser. Saves round-trips when an agent needs both the content and a visual of a page.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"formats":["html"],"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Capture several representations of a page in one call — rendered HTML plus a PNG screenshot by default, and optionally M"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"formats":{"description":"Which representations to return (default ['html','screenshot']). Add 'markdown' and/or 'accessibilityTree' as needed.","items":{"enum":["html","screenshot","markdown","accessibilityTree"],"type":"string"},"type":"array"},"full_page":{"description":"Capture the full scrollable page in the screenshot instead of just the viewport (default false).","type":"boolean"},"height":{"description":"Viewport height in pixels (default 800).","exclusiveMinimum":true,"minimum":0,"type":"integer"},"url":{"description":"Full http/https URL to capture.","format":"uri","type":"string"},"width":{"description":"Viewport width in pixels (default 1280).","exclusiveMinimum":true,"minimum":0,"type":"integer"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:02:00.433Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:01:59.201Z"},"liveness":{},"verified":false,"featured":false},{"id":12934,"slug":"12934","resource":"https://api.agishub.com/v1/browser-automate","description":"Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach (logins, forms, multi-step pages).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"steps":[{"action":"click","ms":1,"selector":"h1","text":"AgisHub sells agent capabilities per call."}],"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"screenshot":{"description":"Also return a final full-page PNG screenshot (base64).","type":"boolean"},"steps":{"description":"Ordered actions to perform after the page loads.","items":{"additionalProperties":false,"properties":{"action":{"description":"What to do.","enum":["click","type","press","wait","extract_text","screenshot"],"type":"string"},"ms":{"description":"Milliseconds to wait (wait, when no selector given).","maximum":10000,"minimum":0,"type":"integer"},"selector":{"description":"CSS selector (for click/type/wait-for/extract_text).","type":"string"},"text":{"description":"Text to type (type), or key to press (press, e.g. 'Enter').","type":"string"}},"required":["action"],"type":"object"},"maxItems":20,"type":"array"},"url":{"description":"Starting URL to open in a headless browser.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T19:01:01.643Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T19:00:59.697Z"},"liveness":{},"verified":false,"featured":false},{"id":12935,"slug":"12935","resource":"https://api.agishub.com/v1/crawl-map","description":"Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robots.txt crawl delays. Use it to map a site's structure before crawling.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":5,"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Discover all URLs reachable from a domain within a link depth limit. Returns a flat list of absolute URLs, respects robo"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"include_subdomains":{"description":"Include URLs from subdomains (default false, same domain only).","type":"boolean"},"limit":{"description":"Maximum URLs to return (default 100, max 200 per call). Respects robots.txt crawl-delay.","exclusiveMinimum":true,"maximum":200,"minimum":0,"type":"integer"},"search":{"description":"Optional regex or plain string to filter results (case-insensitive).","type":"string"},"url":{"description":"Root domain URL to map (e.g., https://example.com).","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:59:51.857Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:59:51.732Z"},"liveness":{},"verified":false,"featured":false},{"id":12936,"slug":"12936","resource":"https://api.agishub.com/v1/crawl","description":"Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown or HTML per page. Use it to fetch and process many pages of content at once.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":5,"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Crawl multiple pages of a site, respecting link depth and domain limits. Returns async job_id; results include markdown "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"formats":{"description":"Output formats per page (default ['markdown']). 'html' adds raw HTML.","items":{"enum":["markdown","html"],"type":"string"},"type":"array"},"limit":{"description":"Maximum pages to crawl (default 100, max 100 per call). Returns 202 with job_id for async processing. For larger sites, issue several calls: each one is priced the same, so 1.000 pages cost ten calls.","exclusiveMinimum":true,"maximum":100,"minimum":0,"type":"integer"},"max_depth":{"description":"Maximum link depth from root (default 2, max 10). Depth 0 = root only, depth 1 = root + direct children.","exclusiveMinimum":true,"maximum":10,"minimum":0,"type":"integer"},"same_domain":{"description":"Only crawl URLs on the same domain (default true). Subdomain links are excluded when false.","type":"boolean"},"url":{"description":"Root domain URL to crawl (e.g., https://example.com).","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:59:01.157Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:59:00.106Z"},"liveness":{},"verified":false,"featured":false},{"id":12937,"slug":"12937","resource":"https://api.agishub.com/v1/screenshot","description":"Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded. Backed by a headless browser.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"full_page":true,"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Capture a PNG screenshot of any public URL — full page or just the viewport, at a chosen size — returned base64-encoded."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"full_page":{"description":"Capture the entire scrollable page instead of just the viewport (default false).","type":"boolean"},"height":{"description":"Viewport height in pixels (default 800).","exclusiveMinimum":true,"minimum":0,"type":"integer"},"url":{"description":"Public http/https URL to capture.","format":"uri","type":"string"},"width":{"description":"Viewport width in pixels (default 1280).","exclusiveMinimum":true,"minimum":0,"type":"integer"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:58:02.071Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:58:00.222Z"},"liveness":{},"verified":false,"featured":false},{"id":12938,"slug":"12938","resource":"https://api.agishub.com/v1/time-now","description":"Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what time it is 'now' somewhere.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"timezone":"Europe/Madrid"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"timezone":{"description":"IANA timezone, e.g. 'Europe/Madrid', 'Asia/Kolkata'.","type":"string"}},"required":["timezone"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:56:52.427Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:56:52.291Z"},"liveness":{},"verified":false,"featured":false},{"id":12939,"slug":"12939","resource":"https://api.agishub.com/v1/time-convert","description":"Convert a specific date/time from one IANA timezone to another (single or batch). Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with UTC offset, zone abbreviation and DST flag.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"datetime":"2026-12-25","from":"Europe/Madrid","to":"America/New_York"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert a specific date/time from one IANA timezone to another (single or batch). Accepts ISO 8601 or natural language ("},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"datetime":{"description":"ISO 8601 or natural language, e.g. \"2026-07-09T15:30\" or \"next Tuesday 3pm\".","type":"string"},"from":{"description":"Source IANA timezone.","type":"string"},"to":{"description":"Target IANA timezone.","type":"string"}},"required":["datetime","from","to"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:55:52.818Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:55:51.726Z"},"liveness":{},"verified":false,"featured":false},{"id":12940,"slug":"12940","resource":"https://api.agishub.com/v1/timezones","description":"List or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s). Use it to discover the exact identifier to pass to the other tools.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"query":"Madrid"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"List or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"query":{"description":"Case-insensitive substring filter.","type":"string"}},"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:51:52.871Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:51:51.848Z"},"liveness":{},"verified":false,"featured":false},{"id":12941,"slug":"12941","resource":"https://api.agishub.com/v1/date-calculate","description":"Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"datetime":"2026-12-25","operation":{"amount":1,"to_datetime":"2026-12-25","to_timezone":"Europe/Madrid","type":"add","unit":"seconds"},"timezone":"Europe/Madrid"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours an"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"datetime":{"description":"Base datetime: ISO 8601 or natural language.","type":"string"},"operation":{"additionalProperties":false,"description":"What to compute: { type:'add', amount, unit } to add/subtract a duration, or { type:'diff', to_datetime, to_timezone? } for the difference between two datetimes.","properties":{"amount":{"description":"For type 'add': how much to shift. Use a negative number to subtract.","type":"number"},"to_datetime":{"description":"For type 'diff': the second datetime (ISO 8601 or natural language).","type":"string"},"to_timezone":{"description":"For type 'diff': the IANA timezone of to_datetime (defaults to the base timezone).","type":"string"},"type":{"description":"'add' to shift the datetime by a duration, or 'diff' to measure the gap between two datetimes.","enum":["add","diff"],"type":"string"},"unit":{"description":"For type 'add': one of seconds, minutes, hours, days, weeks.","enum":["seconds","minutes","hours","days","weeks"],"type":"string"}},"required":["type"],"type":"object"},"timezone":{"description":"IANA timezone the base datetime is in.","type":"string"}},"required":["datetime","timezone","operation"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:50:53.323Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:50:52.141Z"},"liveness":{},"verified":false,"featured":false},{"id":12942,"slug":"12942","resource":"https://api.agishub.com/v1/units-convert","description":"Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"from":"km","to":"mi","value":1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temper"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"from":{"description":"Source unit, e.g. 'km', 'mi', 'kg', 'lb', 'C', 'F', 'GB', 'm/s'.","type":"string"},"to":{"description":"Target unit in the SAME category as 'from', e.g. 'mi', 'km', 'lb', 'F'.","type":"string"},"value":{"description":"The numeric value to convert.","type":"number"}},"required":["value","from","to"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:49:52.308Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:49:52.096Z"},"liveness":{},"verified":false,"featured":false},{"id":12943,"slug":"12943","resource":"https://api.agishub.com/v1/audio-transcribe","description":"Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"audio_url":"https://github.com/ggerganov/whisper.cpp/raw/master/samples/jfk.wav"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"audio_url":{"description":"Public URL of an audio file (mp3, wav, m4a, ogg, ...) to transcribe to text.","format":"uri","type":"string"}},"required":["audio_url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:49:04.561Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:49:03.507Z"},"liveness":{},"verified":false,"featured":false},{"id":12944,"slug":"12944","resource":"https://api.agishub.com/v1/meeting-slots","description":"Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, excluding weekends and (when a country is given per participant) that person's public holidays. Free tier returns at most 1 slot; the paid endpoint returns every matching slot (see 'upgrade' in the response).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"date_range":{"end":"2026-12-31","start":"2026-12-25"},"duration":1,"participants":[{"country":"ES","timezone":"Europe/Madrid","working_hours":{"end":"2026-12-31","start":"2026-12-25"}}]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Find working-hour time slots that overlap across participants in different timezones for a meeting of a given duration, "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"date_range":{"additionalProperties":false,"description":"Inclusive date window to search, e.g. { \"start\":\"2026-07-13\", \"end\":\"2026-07-17\" }.","properties":{"end":{"description":"Last date to search \"YYYY-MM-DD\".","type":"string"},"start":{"description":"First date to search \"YYYY-MM-DD\".","type":"string"}},"required":["start","end"],"type":"object"},"duration":{"description":"Meeting duration in minutes.","type":"number"},"participants":{"description":"The people to meet. Each participant is { timezone (IANA, required), working_hours? { start, end }, country? (ISO alpha-2) }.","items":{"additionalProperties":false,"properties":{"country":{"description":"ISO 3166-1 alpha-2 code (e.g. 'US', 'ES') to exclude that person's public holidays.","type":"string"},"timezone":{"description":"Participant's IANA timezone, e.g. 'Europe/Madrid'.","type":"string"},"working_hours":{"additionalProperties":false,"description":"This participant's local working hours. Defaults to 09:00-17:00.","properties":{"end":{"description":"Local end time \"HH:mm\" (24h), e.g. \"17:00\".","type":"string"},"start":{"description":"Local start time \"HH:mm\" (24h), e.g. \"09:00\".","type":"string"}},"required":["start","end"],"type":"object"}},"required":["timezone"],"type":"object"},"minItems":1,"type":"array"}},"required":["participants","duration","date_range"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:47:52.954Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:47:51.885Z"},"liveness":{},"verified":false,"featured":false},{"id":12945,"slug":"12945","resource":"https://api.agishub.com/v1/time-holiday","description":"Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authoritative public-holiday dataset.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"country_code":"ES","date":"2026-12-25"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"country_code":{"description":"ISO country code, e.g. \"US\", \"ES\", \"IN\".","type":"string"},"date":{"description":"Date \"YYYY-MM-DD\".","type":"string"}},"required":["date","country_code"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:47:01.655Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:47:00.435Z"},"liveness":{},"verified":false,"featured":false},{"id":12946,"slug":"12946","resource":"https://api.agishub.com/v1/currency-convert","description":"Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"amount":1,"from":"USD","to":"EUR"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"amount":{"description":"The amount of money to convert.","type":"number"},"from":{"description":"Source currency ISO 4217 code, e.g. 'USD', 'EUR'.","maxLength":3,"minLength":3,"type":"string"},"to":{"description":"Target currency ISO 4217 code, e.g. 'EUR', 'JPY'.","maxLength":3,"minLength":3,"type":"string"}},"required":["amount","from","to"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:45:53.46Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:45:52.053Z"},"liveness":{},"verified":false,"featured":false},{"id":12947,"slug":"12947","resource":"https://api.agishub.com/v1/crypto-price","description":"Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"symbols":"BTC,ETH"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL)."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"symbols":{"description":"Comma-separated ticker symbols, e.g. 'BTC,ETH,SOL'. Prices are returned in USD.","type":"string"}},"required":["symbols"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:41:53.589Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:41:52.114Z"},"liveness":{},"verified":false,"featured":false},{"id":12948,"slug":"12948","resource":"https://api.agishub.com/v1/generate-image","description":"Generate an image from a text prompt (returned base64-encoded PNG).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"prompt":"What is the x402 protocol?","steps":1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Generate an image from a text prompt (returned base64-encoded PNG)."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"prompt":{"description":"Text description of the image to generate.","minLength":1,"type":"string"},"steps":{"description":"Diffusion steps (1-8, default 4). More = higher quality but slower.","maximum":8,"minimum":1,"type":"integer"}},"required":["prompt"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:40:54.678Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:40:53.672Z"},"liveness":{},"verified":false,"featured":false},{"id":12949,"slug":"12949","resource":"https://api.agishub.com/v1/audio-speak","description":"Convert text into spoken audio (returned base64-encoded MP3), in several languages.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"lang":"en","text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert text into spoken audio (returned base64-encoded MP3), in several languages."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"lang":{"description":"Language of the text (default 'en').","enum":["en","es","fr","zh","jp","kr"],"type":"string"},"text":{"description":"The text to convert to spoken audio.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:36:54.287Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:36:54.118Z"},"liveness":{},"verified":false,"featured":false},{"id":12950,"slug":"12950","resource":"https://api.agishub.com/v1/pdf","description":"Render a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use for invoices, reports, receipts and any HTML-to-PDF need.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Render a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"format":{"description":"Paper size (default A4).","enum":["A4","Letter","Legal","A3","A5","Tabloid"],"type":"string"},"html":{"description":"Raw HTML string to render to PDF. Provide this OR url.","type":"string"},"landscape":{"description":"Landscape orientation (default false = portrait).","type":"boolean"},"url":{"description":"Public http/https URL to render to PDF. Provide this OR html.","format":"uri","type":"string"}},"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:36:01.64Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:36:01.431Z"},"liveness":{},"verified":false,"featured":false},{"id":12951,"slug":"12951","resource":"https://api.agishub.com/v1/shorten","description":"Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a y"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"url":{"description":"The long http/https URL to shorten.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:34:52.939Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:34:52.785Z"},"liveness":{},"verified":false,"featured":false},{"id":12952,"slug":"12952","resource":"https://api.agishub.com/v1/qr-generate","description":"Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"size":8,"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin a"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"ec_level":{"description":"Error-correction level: L(7%), M(15%), Q(25%), H(30%). Default M.","enum":["L","M","Q","H"],"type":"string"},"margin":{"description":"Quiet-zone margin around the code, in cells (default 4).","maximum":20,"minimum":0,"type":"integer"},"size":{"description":"Pixel size of each QR module/cell in the SVG (default 6).","exclusiveMinimum":true,"maximum":40,"minimum":0,"type":"integer"},"text":{"description":"Text or URL to encode in the QR code.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:33:59.796Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:33:58.689Z"},"liveness":{},"verified":false,"featured":false},{"id":12953,"slug":"12953","resource":"https://api.agishub.com/v1/webhook-send","description":"Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"payload":"example","url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"description":"Optional extra request headers, e.g. an auth token.","type":"object"},"method":{"description":"HTTP method (default POST).","enum":["POST","PUT","PATCH"],"type":"string"},"payload":{"description":"JSON body to POST to the target (object, array, string or number)."},"url":{"description":"Public http/https URL to deliver the webhook to.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:32:54.352Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:32:54.042Z"},"liveness":{},"verified":false,"featured":false},{"id":12954,"slug":"12954","resource":"https://api.agishub.com/v1/webhook-status","description":"Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"job_id":"example"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"job_id":{"description":"The job_id returned by webhook_relay.","type":"string"}},"required":["job_id"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:31:52.517Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:31:52.358Z"},"liveness":{},"verified":false,"featured":false},{"id":12955,"slug":"12955","resource":"https://api.agishub.com/v1/memory-store","description":"Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"namespace":"demo","text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"id":{"description":"Optional stable id to update an existing entry; auto-generated if omitted.","type":"string"},"namespace":{"description":"Your collection key — groups and isolates your memories. Treat it like a secret: anyone with it can read/write this collection.","minLength":1,"type":"string"},"text":{"description":"The text/content to store and make searchable.","minLength":1,"type":"string"}},"required":["namespace","text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:30:57.168Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:30:55.18Z"},"liveness":{},"verified":false,"featured":false},{"id":12956,"slug":"12956","resource":"https://api.agishub.com/v1/memory-search","description":"Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"namespace":"demo","query":"What is the x402 protocol?"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of R"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"namespace":{"description":"The namespace to search within (the same key used on upsert).","minLength":1,"type":"string"},"query":{"description":"Natural-language query; returns the most semantically similar stored entries.","minLength":1,"type":"string"},"top_k":{"description":"How many results to return (default 5).","maximum":20,"minimum":1,"type":"integer"}},"required":["namespace","query"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:30:04.043Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:30:02.255Z"},"liveness":{},"verified":false,"featured":false},{"id":12957,"slug":"12957","resource":"https://api.agishub.com/paid/pdf","description":"Render a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use for invoices, reports, receipts and any HTML-to-PDF need.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Render a public URL or a raw HTML string into a PDF document, returned base64-encoded. Backed by a headless browser. Use"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"format":{"description":"Paper size (default A4).","enum":["A4","Letter","Legal","A3","A5","Tabloid"],"type":"string"},"html":{"description":"Raw HTML string to render to PDF. Provide this OR url.","type":"string"},"landscape":{"description":"Landscape orientation (default false = portrait).","type":"boolean"},"url":{"description":"Public http/https URL to render to PDF. Provide this OR html.","format":"uri","type":"string"}},"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:02:18.068Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:02:16.937Z"},"liveness":{},"verified":false,"featured":false},{"id":12958,"slug":"12958","resource":"https://api.agishub.com/paid/extract-structured","description":"AI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean structured JSON (e.g. product name, price, rating). Renders the page in a headless browser first, so it works on SPAs.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"prompt":"What is the x402 protocol?","url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"AI-powered structured extraction: give a URL plus a natural-language prompt and/or a JSON Schema, and get back clean str"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"prompt":{"description":"Natural-language instruction of what to extract, e.g. 'the product name, price and rating'. Provide this and/or a schema.","type":"string"},"schema":{"additionalProperties":{},"description":"Optional JSON Schema object describing the exact shape of the data to return. When given, the output is constrained to it.","type":"object"},"url":{"description":"Full http/https URL of the page to extract data from.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-08T18:01:27.1Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-08T18:01:25.625Z"},"liveness":{},"verified":false,"featured":false},{"id":12959,"slug":"12959","resource":"https://api.agishub.com/paid/webhook-status","description":"Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"job_id":"example"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Check the delivery status of a webhook job (queued / retrying / delivered / failed) by its job_id."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"job_id":{"description":"The job_id returned by webhook_relay.","type":"string"}},"required":["job_id"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:59:14.906Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:59:13.927Z"},"liveness":{},"verified":false,"featured":false},{"id":12960,"slug":"12960","resource":"https://api.agishub.com/paid/webhook-send","description":"Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a job_id; AgisHub keeps retrying in the background until it succeeds.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Deliver a webhook (POST/PUT/PATCH a JSON payload to a URL) with guaranteed, retried delivery. Returns immediately with a"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"description":"Optional extra request headers, e.g. an auth token.","type":"object"},"method":{"description":"HTTP method (default POST).","enum":["POST","PUT","PATCH"],"type":"string"},"payload":{"description":"JSON body to POST to the target (object, array, string or number)."},"url":{"description":"Public http/https URL to deliver the webhook to.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:58:58.27Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:58:58.143Z"},"liveness":{},"verified":false,"featured":false},{"id":12961,"slug":"12961","resource":"https://api.agishub.com/paid/web-scraper","description":"Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, links, lists). Set render:true to execute JavaScript first for single-page apps or JS-heavy pages that would otherwise come back empty. Built for RAG and for agents that need to read the contents of a URL.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Fetch any public web page and return its main content as clean, token-efficient Markdown (title, description, headings, "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"include_images":{"description":"Keep images as markdown (default false).","type":"boolean"},"include_links":{"description":"Keep hyperlinks in the markdown output (default true).","type":"boolean"},"max_chars":{"description":"Truncate the markdown to at most this many characters (sets truncated:true).","exclusiveMinimum":true,"minimum":0,"type":"integer"},"render":{"description":"Render JavaScript with a headless browser before extracting (default false). Enable for SPAs / JS-heavy pages that return empty content otherwise. Slower.","type":"boolean"},"url":{"description":"Full http/https URL of the page to extract.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:58:31.34Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:58:31.224Z"},"liveness":{},"verified":false,"featured":false},{"id":12962,"slug":"12962","resource":"https://api.agishub.com/paid/browser-automate","description":"Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and screenshot. For flows the plain scraper can't reach (logins, forms, multi-step pages).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Drive a headless browser: open a URL and run an ordered list of steps — click, type, press keys, wait, extract text and "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"screenshot":{"description":"Also return a final full-page PNG screenshot (base64).","type":"boolean"},"steps":{"description":"Ordered actions to perform after the page loads.","items":{"additionalProperties":false,"properties":{"action":{"description":"What to do.","enum":["click","type","press","wait","extract_text","screenshot"],"type":"string"},"ms":{"description":"Milliseconds to wait (wait, when no selector given).","maximum":10000,"minimum":0,"type":"integer"},"selector":{"description":"CSS selector (for click/type/wait-for/extract_text).","type":"string"},"text":{"description":"Text to type (type), or key to press (press, e.g. 'Enter').","type":"string"}},"required":["action"],"type":"object"},"maxItems":20,"type":"array"},"url":{"description":"Starting URL to open in a headless browser.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:57:41.455Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:57:41.333Z"},"liveness":{},"verified":false,"featured":false},{"id":12963,"slug":"12963","resource":"https://api.agishub.com/paid/shorten","description":"Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a year.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Shorten a long URL into a compact api.agishub.com/s/<code> link that redirects to the original. Codes are stored for a y"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"url":{"description":"The long http/https URL to shorten.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:57:15.334Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:57:15.214Z"},"liveness":{},"verified":false,"featured":false},{"id":12964,"slug":"12964","resource":"https://api.agishub.com/paid/timezones","description":"List or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s). Use it to discover the exact identifier to pass to the other tools.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"query":"What is the x402 protocol?"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"List or search valid IANA timezone identifiers by city/region/country, and resolve a city/country name to its timezone(s"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"query":{"description":"Case-insensitive substring filter.","type":"string"}},"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:57:03.285Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:57:03.16Z"},"liveness":{},"verified":false,"featured":false},{"id":12965,"slug":"12965","resource":"https://api.agishub.com/paid/time-offset","description":"Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as India +05:30 and Nepal +05:45.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"timezone":"Europe/Madrid"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Get the exact UTC offset of an IANA timezone at a given instant, DST-aware. Correctly handles fractional offsets such as"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"instant":{"description":"ISO 8601 or natural language. Defaults to now.","type":"string"},"timezone":{"description":"IANA timezone.","type":"string"}},"required":["timezone"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:56:49.895Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:56:47.666Z"},"liveness":{},"verified":false,"featured":false},{"id":12966,"slug":"12966","resource":"https://api.agishub.com/paid/time-holiday","description":"Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the holiday name if so. Backed by an authoritative public-holiday dataset.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"country_code":"ES","date":"2026-12-25"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Check whether a given date is a public holiday in a country (identified by its ISO 3166-1 alpha-2 code), and return the "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"country_code":{"description":"ISO country code, e.g. \"US\", \"ES\", \"IN\".","type":"string"},"date":{"description":"Date \"YYYY-MM-DD\".","type":"string"}},"required":["date","country_code"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:56:23.022Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:56:21.844Z"},"liveness":{},"verified":false,"featured":false},{"id":12967,"slug":"12967","resource":"https://api.agishub.com/paid/time-convert","description":"Convert a specific date/time from one IANA timezone to another (single or batch). Accepts ISO 8601 or natural language ('next Tuesday 3pm'). Returns the converted datetime with UTC offset, zone abbreviation and DST flag.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"datetime":"2026-12-25","from":"Europe/Madrid","to":"America/New_York"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert a specific date/time from one IANA timezone to another (single or batch). Accepts ISO 8601 or natural language ("},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"datetime":{"description":"ISO 8601 or natural language, e.g. \"2026-07-09T15:30\" or \"next Tuesday 3pm\".","type":"string"},"from":{"description":"Source IANA timezone.","type":"string"},"to":{"description":"Target IANA timezone.","type":"string"}},"required":["datetime","from","to"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:56:08.874Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:56:07.898Z"},"liveness":{},"verified":false,"featured":false},{"id":12968,"slug":"12968","resource":"https://api.agishub.com/paid/date-calculate","description":"Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours and minutes are absolute), or compute the difference between two datetimes that may be in different zones.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"datetime":"2026-12-25","operation":{"amount":1,"to_datetime":"2026-12-25","to_timezone":"Europe/Madrid","type":"add","unit":"seconds"},"timezone":"Europe/Madrid"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Timezone-aware date arithmetic: add or subtract a duration to a datetime (days are calendar-based and DST-safe; hours an"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"datetime":{"description":"Base datetime: ISO 8601 or natural language.","type":"string"},"operation":{"additionalProperties":false,"description":"What to compute: { type:'add', amount, unit } to add/subtract a duration, or { type:'diff', to_datetime, to_timezone? } for the difference between two datetimes.","properties":{"amount":{"description":"For type 'add': how much to shift. Use a negative number to subtract.","type":"number"},"to_datetime":{"description":"For type 'diff': the second datetime (ISO 8601 or natural language).","type":"string"},"to_timezone":{"description":"For type 'diff': the IANA timezone of to_datetime (defaults to the base timezone).","type":"string"},"type":{"description":"'add' to shift the datetime by a duration, or 'diff' to measure the gap between two datetimes.","enum":["add","diff"],"type":"string"},"unit":{"description":"For type 'add': one of seconds, minutes, hours, days, weeks.","enum":["seconds","minutes","hours","days","weeks"],"type":"string"}},"required":["type"],"type":"object"},"timezone":{"description":"IANA timezone the base datetime is in.","type":"string"}},"required":["datetime","timezone","operation"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:55:50.558Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:55:50.444Z"},"liveness":{},"verified":false,"featured":false},{"id":12969,"slug":"12969","resource":"https://api.agishub.com/paid/qr-generate","description":"Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin and error-correction level.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Generate a QR code for any text or URL. Returns an inline SVG plus a data URI, with selectable size, quiet-zone margin a"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"ec_level":{"description":"Error-correction level: L(7%), M(15%), Q(25%), H(30%). Default M.","enum":["L","M","Q","H"],"type":"string"},"margin":{"description":"Quiet-zone margin around the code, in cells (default 4).","maximum":20,"minimum":0,"type":"integer"},"size":{"description":"Pixel size of each QR module/cell in the SVG (default 6).","exclusiveMinimum":true,"maximum":40,"minimum":0,"type":"integer"},"text":{"description":"Text or URL to encode in the QR code.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:55:37.467Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:55:37.348Z"},"liveness":{},"verified":false,"featured":false},{"id":12970,"slug":"12970","resource":"https://api.agishub.com/paid/memory-store","description":"Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic recall.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"namespace":"demo","text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Store a piece of text in a persistent, searchable memory collection (namespace). Embedded and indexed for later semantic"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"id":{"description":"Optional stable id to update an existing entry; auto-generated if omitted.","type":"string"},"namespace":{"description":"Your collection key — groups and isolates your memories. Treat it like a secret: anyone with it can read/write this collection.","minLength":1,"type":"string"},"text":{"description":"The text/content to store and make searchable.","minLength":1,"type":"string"}},"required":["namespace","text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:55:20.003Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:55:19.882Z"},"liveness":{},"verified":false,"featured":false},{"id":12971,"slug":"12971","resource":"https://api.agishub.com/paid/memory-search","description":"Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of RAG.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"namespace":"demo","query":"What is the x402 protocol?"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Semantically search a memory collection (namespace) and return the most relevant stored entries. The retrieval half of R"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"namespace":{"description":"The namespace to search within (the same key used on upsert).","minLength":1,"type":"string"},"query":{"description":"Natural-language query; returns the most semantically similar stored entries.","minLength":1,"type":"string"},"top_k":{"description":"How many results to return (default 5).","maximum":20,"minimum":1,"type":"integer"}},"required":["namespace","query"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:55:00.196Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:55:00.081Z"},"liveness":{},"verified":false,"featured":false},{"id":12972,"slug":"12972","resource":"https://api.agishub.com/paid/crypto-price","description":"Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"symbols":"BTC,ETH"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Get live USD spot prices for one or more cryptocurrencies by ticker symbol (e.g. BTC, ETH, SOL)."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"symbols":{"description":"Comma-separated ticker symbols, e.g. 'BTC,ETH,SOL'. Prices are returned in USD.","type":"string"}},"required":["symbols"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:54:44.865Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:54:44.749Z"},"liveness":{},"verified":false,"featured":false},{"id":12973,"slug":"12973","resource":"https://api.agishub.com/paid/generate-image","description":"Generate an image from a text prompt (returned base64-encoded PNG).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"100000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"prompt":"What is the x402 protocol?"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Generate an image from a text prompt (returned base64-encoded PNG)."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"prompt":{"description":"Text description of the image to generate.","minLength":1,"type":"string"},"steps":{"description":"Diffusion steps (1-8, default 4). More = higher quality but slower.","maximum":8,"minimum":1,"type":"integer"}},"required":["prompt"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:54:28.665Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:54:27.608Z"},"liveness":{},"verified":false,"featured":false},{"id":12974,"slug":"12974","resource":"https://api.agishub.com/paid/currency-convert","description":"Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns the converted amount and the rate used.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"amount":1,"from":"USD","to":"EUR"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert an amount between currencies using live daily exchange rates (ISO 4217 codes, e.g. USD, EUR, GBP, JPY). Returns "},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"amount":{"description":"The amount of money to convert.","type":"number"},"from":{"description":"Source currency ISO 4217 code, e.g. 'USD', 'EUR'.","maxLength":3,"minLength":3,"type":"string"},"to":{"description":"Target currency ISO 4217 code, e.g. 'EUR', 'JPY'.","maxLength":3,"minLength":3,"type":"string"}},"required":["amount","from","to"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:54:12.999Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:54:11.924Z"},"liveness":{},"verified":false,"featured":false},{"id":12975,"slug":"12975","resource":"https://api.agishub.com/paid/units-convert","description":"Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temperature (Celsius/Fahrenheit/Kelvin).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"from":"Europe/Madrid","to":"America/New_York","value":1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert a value between units of the same category: length, mass, volume, speed, area, digital storage, time, and temper"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"from":{"description":"Source unit, e.g. 'km', 'mi', 'kg', 'lb', 'C', 'F', 'GB', 'm/s'.","type":"string"},"to":{"description":"Target unit in the SAME category as 'from', e.g. 'mi', 'km', 'lb', 'F'.","type":"string"},"value":{"description":"The numeric value to convert.","type":"number"}},"required":["value","from","to"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:53:56.855Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:53:55.713Z"},"liveness":{},"verified":false,"featured":false},{"id":12976,"slug":"12976","resource":"https://api.agishub.com/paid/audio-transcribe","description":"Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"audio_url":"https://example.com/audio.mp3"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Transcribe an audio file (given by public URL) to text. Handles mp3, wav, m4a, ogg and more."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"audio_url":{"description":"Public URL of an audio file (mp3, wav, m4a, ogg, ...) to transcribe to text.","format":"uri","type":"string"}},"required":["audio_url"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:52:56.071Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:52:55.941Z"},"liveness":{},"verified":false,"featured":false},{"id":12977,"slug":"12977","resource":"https://api.agishub.com/paid/audio-speak","description":"Convert text into spoken audio (returned base64-encoded MP3), in several languages.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Convert text into spoken audio (returned base64-encoded MP3), in several languages."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"lang":{"description":"Language of the text (default 'en').","enum":["en","es","fr","zh","jp","kr"],"type":"string"},"text":{"description":"The text to convert to spoken audio.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:52:40.727Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:52:40.577Z"},"liveness":{},"verified":false,"featured":false},{"id":12978,"slug":"12978","resource":"https://api.agishub.com/paid/summarize","description":"Summarize a block of text into a short abstract, with an optional target length. No external API key required.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Summarize a block of text into a short abstract, with an optional target length. No external API key required."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"max_words":{"description":"Approximate maximum length of the summary, in words (default ~80).","exclusiveMinimum":true,"maximum":400,"minimum":0,"type":"integer"},"text":{"description":"The text to summarize.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:52:18.543Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:52:17.419Z"},"liveness":{},"verified":false,"featured":false},{"id":12979,"slug":"12979","resource":"https://api.agishub.com/paid/extract","description":"Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JSON.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Extract named entities from text — people, organizations, locations, dates and miscellaneous — returned as structured JS"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"text":{"description":"The text to extract named entities from.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:52:05.236Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:52:04.026Z"},"liveness":{},"verified":false,"featured":false},{"id":12980,"slug":"12980","resource":"https://api.agishub.com/paid/embed","description":"Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"text":"AgisHub sells agent capabilities per call."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Turn text into a numeric embedding vector for semantic search, RAG and similarity. Multilingual."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"text":{"description":"Text to embed into a numeric vector for semantic search / RAG.","minLength":1,"type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:51:23.295Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:51:23.151Z"},"liveness":{},"verified":false,"featured":false},{"id":12981,"slug":"12981","resource":"https://api.agishub.com/paid/time-now","description":"Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect. Use whenever you need to know what time it is 'now' somewhere.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x23Fc725e8EAa1c58900C6507Ba89be99a6DFc75d","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"timezone":"Europe/Madrid"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"Get the current local time in an IANA timezone, including the UTC offset, zone abbreviation and whether DST is in effect"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"timezone":{"description":"IANA timezone, e.g. 'Europe/Madrid', 'Asia/Kolkata'.","type":"string"}},"required":["timezone"],"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"enum":["http"],"type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"type":"object"},"type":{"enum":["json"],"type":"string"}},"required":["type","example"],"type":"object"}},"required":["input","output"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"api.agishub.com","lastUpdated":"2026-09-07T20:32:36.332Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-07T20:32:36.159Z"},"liveness":{},"verified":false,"featured":false}]}