{"uid":"cap_hCzawTXF7ZVCgMpjA0UXf","slug":"api-strale-io-48a99bd0","name":"Google Search via api.strale.io","description":"Perform a Google search and return structured results. Returns title, URL, snippet, position for each result.","url":"https://api.strale.io/x402/google-search","method":"GET","headers":{},"bodySchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"Search query"},"country":{"type":"string","description":"Country to scope results to, as an ISO 3166-1 alpha-2 code (MX), alpha-3 code (MEX), numeric code (484), or exact country name (Mexico). \"UK\" is accepted as an alias for GB. Unrecognised values are rejected before the search runs rather than silently ignored. Omit for unscoped global results."},"language":{"type":"string","description":"Language for results, as an ISO 639-1 code (\"en\"), optionally with a region (\"pt-BR\"). Validated for shape and rejected before the search runs if malformed, rather than silently ignored. Omit for Google's default."},"num_results":{"type":"integer","description":"Number of results (default 10, max 20)"}}},"responseSchema":{"query":{"type":"string"},"results":{"type":"array"},"total_results_estimate":{"type":"string"}},"example":{"request":{"query":"artificial intelligence","num_results":10},"response":{"_meta":{"payment":{"method":"x402","price_usd":0.10800000000000001,"settlement_id":"0x823946b68602a7f5f83aeb4794380a454fd0c788852e0e23af2b41f2297d07d5"},"capability":"google-search","latency_ms":775,"provenance":{"source":"google-serper","fetched_at":"2026-06-13T04:27:39.491Z"}},"query":"artificial intelligence","results":[{"url":"https://en.wikipedia.org/wiki/Artificial_intelligence","date":null,"title":"Artificial intelligence - Wikipedia","snippet":"Artificial intelligence (AI) is the capability of computational systems to perform tasks typically associated with human intelligence","position":1,"sitelinks":null},{"url":"https://www.ibm.com/think/topics/artificial-intelligence","date":null,"title":"What Is Artificial Intelligence (AI)? - IBM","snippet":"Artificial intelligence (AI) is technology that enables computers and machines to simulate human learning, comprehension, problem solving, decision-making, ...","position":2,"sitelinks":null},{"url":"https://www.nasa.gov/what-is-artificial-intelligence/","date":"May 13, 2024","title":"What is Artificial Intelligence? - NASA","snippet":"Artificial intelligence refers to computer systems that can perform complex tasks normally done by human-reasoning, decision making, creating, etc.","position":3,"sitelinks":null},{"url":"https://cloud.google.com/learn/what-is-artificial-intelligence","date":null,"title":"What is Artificial Intelligence (AI)? | Google Cloud","snippet":"What it is: AI is a field of computer science focused on creating smart machines that can perform tasks that typically require human intelligence, like learning ...","position":4,"sitelinks":null},{"url":"https://www.sas.com/en_us/insights/analytics/what-is-artificial-intelligence.html","date":null,"title":"Artificial Intelligence – What is AI & Why It Matters - SAS","snippet":"Artificial intelligence (AI) makes it possible for machines to learn from experience, adjust to new inputs and perform human-like tasks.","position":5,"sitelinks":null},{"url":"https://www.anl.gov/science-101/artificial-intelligence","date":null,"title":"Science 101: Artificial Intelligence | Argonne National Laboratory","snippet":"What is Artificial Intelligence? Artificial intelligence (AI) is the collective term for computer technologies and techniques that help solve complex ...","position":6,"sitelinks":null},{"url":"https://www.heinz.cmu.edu/media/2023/July/artificial-intelligence-explained","date":null,"title":"Artificial Intelligence, Explained | Carnegie Mellon University's Heinz ...","snippet":"AI refers to the ability of machines and computers to perform tasks that would normally require human intelligence. These tasks include things like recognizing ...","position":7,"sitelinks":null},{"url":"https://www.britannica.com/technology/artificial-intelligence","date":"2 days ago","title":"Artificial intelligence (AI) | Definition, Examples, Types, Applications ...","snippet":"Artificial intelligence (AI), the ability of a digital computer or computer-controlled robot to perform tasks commonly associated with intelligent beings.","position":8,"sitelinks":null},{"url":"https://www.iso.org/artificial-intelligence","date":null,"title":"Artificial intelligence: What it is, how it works and why it matters - ISO","snippet":"AI refers to a machine or computer system's ability to perform tasks that would typically require human intelligence.","position":9,"sitelinks":null},{"url":"https://meng.uic.edu/news-stories/ai-artificial-intelligence-what-is-the-definition-of-ai-and-how-does-ai-work/","date":"Dec 21, 2023","title":"What is (AI) Artificial Intelligence? | UIC Online MEng","snippet":"Artificial Intelligence (AI) enables machines to learn from experience, adapt to new inputs, and execute tasks resembling human capabilities.","position":10,"sitelinks":null}],"answer_box":null,"result_count":10,"knowledge_graph":null,"people_also_ask":[{"link":"https://www.lenovo.com/us/en/knowledgebase/understanding-the-4-types-of-artificial-intelligence-ai/","snippet":"The four types of AI are Reactive Machines, Limited Memory AI, Theory of Mind AI, and Self-Aware AI. Each type represents a different level of complexity and capability, ranging from basic task-specific systems to advanced, self-aware machines.","question":"What are the 4 types of AI?"}],"search_parameters":{"country":null,"language":null}}},"exampleRequest":{"query":"artificial intelligence","num_results":10},"tags":["x402"],"displayCostAmount":"0.108001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"1.00","reviews":0,"stars":null,"state":"rated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.108001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.108","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.108","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Ood-d3Cxz56ySgbMLpYYm","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.108","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Performs a Google search and returns structured results including title, URL, snippet, and position for each result.","exampleAgentPrompt":"Search Google for 'best open source LLM models 2024' and give me the top 10 results with titles, URLs, and snippets.","exampleUseCases":null,"resultDescription":"Returns a list of up to 20 structured search results, each containing the page title, URL, snippet/description, and position rank in the results.","failureModes":["Missing required 'query' parameter returns validation error","Exceeding num_results max of 20 may return an error or be capped","Invalid country or language codes may return unexpected results","Payment failure (402) if USDC balance is insufficient","Rate limiting or quota exceeded on the underlying search provider"],"whenToPreferThis":"Use this endpoint when you need real-time, structured Google search results programmatically — especially useful in agentic pipelines that need to research topics, find URLs, or gather fresh web information. Prefer this over static knowledge when freshness matters or when you need ranked snippets with source URLs.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":5,"lastUsedAt":"2026-04-30T23:56:23.999Z","lastSuccessfullyRanAt":"2026-04-30T23:56:23.999Z","lastHealthCheckAt":"2026-09-14T00:57:24.342Z","isFirstParty":false}