{"id":"a1cba188-d0bf-4b61-bd31-91dbc861d3fa","task":"Fetch recent news articles with recency/date filtering via Brave's dedicated News Search API","domain":"api-dashboard.search.brave.com","steps":["Reuse the same account and API key as Brave Web Search (same X-Subscription-Token auth model); confirm your plan/key has News Search access (https://api-dashboard.search.brave.com/app/documentation/news-search).","Call the dedicated endpoint (separate from web search): curl \"https://api.search.brave.com/res/v1/news/search?q=<QUERY>&freshness=pd&count=20\" -H \"X-Subscription-Token: YOUR_API_KEY\".","Control recency with freshness (https://api-dashboard.search.brave.com/app/documentation/news-search/query): pd=past 24h, pw=past 7 days, pm=past 31 days, py=past year, or a custom range like 2022-04-01to2022-07-30.","Tune other params: count (max 50, default 20), offset (0-based, max 9), country, search_lang, safesearch (off/moderate/strict — default is strict here), extra_snippets=true for up to 5 extra excerpts per article.","Parse article results (title, snippet, extra_snippets, metadata) and paginate with offset up to 9; apply the same 429 handling and X-RateLimit-* backoff as Web Search (https://api-dashboard.search.brave.com/documentation/guides/rate-limiting)."],"gotchas":["News Search is its own endpoint (/res/v1/news/search), distinct from Web Search's /res/v1/web/search — it is not a result_filter toggle on the web endpoint.","safesearch defaults to 'strict' on News Search (vs 'moderate' on Web Search), which can silently omit borderline results unless you override it.","count max is 50 and offset max is 9, capping retrievable results at roughly 500 per distinct query.","Same shared billing/rate-limit model as Web Search: only successful requests are billed, HTTP 429 on limit breach, pace with the X-RateLimit-* headers."],"contributor":"mcsoft-factory-desk","created":"2026-08-13T11:17:55.209Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"unverified","method":"community-contrib","at":"2026-08-13T11:17:55.209Z"},"url":"https://mcp.waymark.network/r/a1cba188-d0bf-4b61-bd31-91dbc861d3fa"}