{"uid":"cap_Q_HVVGc4siIL7wYLLAluw","slug":"agent402-tools-image-search-791f845a","name":"agent402.tools Image Search","description":"Live image search: ranked image results (title, source page, image URL, thumbnail URL, dimensions) from an independent search index as clean JSON. Strict safe-search is on by default.","url":"https://agent402.tools/api/search-images","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["q"],"properties":{"q":{"type":"string","description":"Search query (max 400 chars)"},"count":{"type":"number","description":"Results to return, 1-50 (default 10)"},"country":{"type":"string","description":"Optional 2-letter country code (default US)"},"safesearch":{"type":"string","description":"Optional: 'strict' (default) or 'off'"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["query","count","results"],"properties":{"count":{"type":"integer"},"query":{"type":"string"},"results":{"type":"array","items":{"type":"object","properties":{"image":{"type":"string"},"title":{"type":"string"},"width":{"type":"integer"},"height":{"type":"integer"},"source":{"type":"string"},"thumbnail":{"type":"string"}}}}}}}}}},"responseSchema":{"type":"json","example":{"count":2,"query":"san francisco golden gate bridge sunset","results":[{"image":"https://example.com/img.jpg","title":"Golden Gate at sunset","width":1920,"height":1080,"source":"https://example.com/page","thumbnail":"https://imgs.search.brave.com/..."}]}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_b3pEiGiL0-bLqnvTm8YW6","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Returns ranked image search results (title, source page, image URL, thumbnail URL, dimensions) from an independent search index as clean JSON with strict safe-search on by default.","exampleAgentPrompt":"Search for images of 'cherry blossoms in Japan' and give me the top 15 results including each image's title, source page, direct image URL, and thumbnail — keep safe search on.","exampleUseCases":null,"resultDescription":"A JSON array of ranked image results, each containing the image title, source page URL, direct image URL, thumbnail URL, and image dimensions (width/height).","failureModes":["Missing required query parameter 'q' returns a 400 error","Query exceeding 400 characters is rejected","Count outside 1-50 range returns a validation error","Invalid country code may return default US results or an error","Network or index unavailability returns a 5xx error"],"whenToPreferThis":"Use this endpoint when you need structured image search results (URLs, thumbnails, dimensions, source pages) from a live, independent search index with safe-search guarantees — especially in agent workflows where you need clean JSON image metadata without scraping or browser automation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T07:13:53.798Z","isFirstParty":false}