{"uid":"cap_GEAhhO4tBBt2x1l0wIYw-","slug":"scout-dx-hugen-tokyo-0ae34785","name":"Scout DX Stack Overflow Search","description":"Searches Stack Overflow for relevant answers and posts.","url":"https://scout-dx.hugen.tokyo/scout/stackoverflow","method":"GET","headers":{},"bodySchema":{"properties":{"input":{"required":["method"],"properties":{"method":{"enum":["GET"],"type":"string"}}}}},"responseSchema":{"type":"object","required":["data","count","query","source","success","elapsed_ms"],"properties":{"data":{"type":"array","items":{"type":"object","required":["id","url","date","tags","score","title","views","author","answers","is_answered","author_reputation"],"properties":{"id":{"type":"number"},"url":{"type":"string"},"date":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}},"score":{"type":"number"},"title":{"type":"string"},"views":{"type":"number"},"author":{"type":"string"},"answers":{"type":"number"},"is_answered":{"type":"boolean"},"author_reputation":{"type":"number"}}}},"count":{"type":"number"},"query":{"type":"string"},"source":{"type":"string"},"success":{"type":"boolean"},"elapsed_ms":{"type":"number"}}},"example":{"request":{"method":"GET"},"response":{"data":[{"id":11227809,"url":"https://stackoverflow.com/questions/11227809/why-is-conditional-processing-of-a-sorted-array-faster-than-of-an-unsorted-array","date":"2012-06-27T13:51:36.000Z","tags":["java","c++","performance","cpu-architecture","branch-prediction"],"score":27530,"title":"Why is conditional processing of a sorted array faster than of an unsorted array?","views":1985291,"author":"GManNickG","answers":26,"is_answered":true,"author_reputation":506999},{"id":927358,"url":"https://stackoverflow.com/questions/927358/how-do-i-undo-the-most-recent-local-commits-in-git","date":"2009-05-29T18:09:14.000Z","tags":["git","version-control","git-commit","undo"],"score":27212,"title":"How do I undo the most recent local commits in Git?","views":16685191,"author":"Hamza Yerlikaya","answers":105,"is_answered":true,"author_reputation":49470},{"id":2003505,"url":"https://stackoverflow.com/questions/2003505/how-do-i-delete-a-git-branch-locally-and-remotely","date":"2010-01-05T01:12:15.000Z","tags":["git","version-control","git-branch","git-push","git-remote"],"score":20359,"title":"How do I delete a Git branch locally and remotely?","views":13418473,"author":"Matthew Rankin","answers":41,"is_answered":true,"author_reputation":461327},{"id":292357,"url":"https://stackoverflow.com/questions/292357/what-is-the-difference-between-git-pull-and-git-fetch","date":"2008-11-15T09:51:09.000Z","tags":["git","version-control","git-pull","git-fetch"],"score":14053,"title":"What is the difference between &#39;git pull&#39; and &#39;git fetch&#39;?","views":3743306,"author":"Pablo Fernandez","answers":37,"is_answered":true,"author_reputation":290022},{"id":231767,"url":"https://stackoverflow.com/questions/231767/what-does-the-yield-keyword-do-in-python","date":"2008-10-23T22:21:11.000Z","tags":["python","iterator","generator","yield"],"score":13134,"title":"What does the &quot;yield&quot; keyword do in Python?","views":3493326,"author":"Alex. S.","answers":51,"is_answered":true,"author_reputation":148384},{"id":5767325,"url":"https://stackoverflow.com/questions/5767325/how-can-i-remove-a-specific-item-from-an-array-in-javascript","date":"2011-04-23T22:17:18.000Z","tags":["javascript","arrays"],"score":12255,"title":"How can I remove a specific item from an array in JavaScript?","views":13610309,"author":"Walker","answers":51,"is_answered":true,"author_reputation":135641},{"id":6591213,"url":"https://stackoverflow.com/questions/6591213/how-can-i-rename-a-local-git-branch","date":"2011-07-06T03:20:36.000Z","tags":["git","version-control","git-branch"],"score":12036,"title":"How can I rename a local Git branch?","views":6409427,"author":"Forrest","answers":41,"is_answered":true,"author_reputation":129441},{"id":477816,"url":"https://stackoverflow.com/questions/477816/which-json-content-type-do-i-use","date":"2009-01-25T15:25:19.000Z","tags":["json","mime-types","content-type"],"score":11654,"title":"Which JSON content type do I use?","views":4039788,"author":"Oli","answers":40,"is_answered":true,"author_reputation":240906},{"id":348170,"url":"https://stackoverflow.com/questions/348170/how-do-i-undo-git-add-before-commit","date":"2008-12-07T21:57:46.000Z","tags":["git","git-commit","undo","git-add"],"score":11620,"title":"How do I undo &#39;git add&#39; before commit?","views":6372990,"author":"oz10","answers":39,"is_answered":true,"author_reputation":159936},{"id":1642028,"url":"https://stackoverflow.com/questions/1642028/what-is-the-operator-in-c-c","date":"2009-10-29T06:57:45.000Z","tags":["c++","c","operators","code-formatting","standards-compliance"],"score":10262,"title":"What is the &#39;--&gt;&#39; operator in C/C++?","views":1058171,"author":"GManNickG","answers":26,"is_answered":true,"author_reputation":506999}],"count":10,"query":"","source":"stackexchange","success":true,"elapsed_ms":354}},"exampleRequest":{"method":"GET"},"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","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.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_EauX7wB18s2vlMtzMDlPa","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Searches Stack Overflow for relevant answers and posts based on a query, returning developer Q&A content and insights.","exampleAgentPrompt":"Search Stack Overflow for answers about how to handle asyncio event loop errors in Python — I need the most relevant posts and accepted answers.","exampleUseCases":null,"resultDescription":"Returns a set of relevant Stack Overflow posts and answers matching the query, likely including question titles, answer content, links, and relevance signals surfaced by the Scout DX engine.","failureModes":["No matching Stack Overflow posts found for the query — returns empty result set","Query too vague or broad — returns low-relevance results","Payment not processed (x402 protocol failure) — request rejected before execution","Rate limiting or server error from the scout service — 5xx response","Invalid or missing query parameter — 4xx bad request error"],"whenToPreferThis":"Choose this endpoint when you need to programmatically search Stack Overflow for developer Q&A content, especially in an agent workflow that requires on-demand technical answers. Prefer this over a general web search when the user specifically wants Stack Overflow community answers, accepted solutions, or code-level troubleshooting from that platform. The x402 micropayment model makes it suitable for pay-per-query agent pipelines.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:40:42.217Z","isFirstParty":false}