{"name":"cross-lingual-topic-monitor","description":"Monitor a topic across non-English sources in one call: search the open web and X, detect what language each hit is actually in, translate it into your target language, and score sentiment on the translated text. Composite: one call runs web-search, x-search, detect-language, translate, and sentiment in parallel and per-hit and merges them into a language-tagged, sentiment-scored feed. Send a topic, a target_lang, and an optional day/week/month window; get back each hit's source, url, original text, detected language, translated text, and sentiment, plus a language_mix breakdown. Use it as a multilingual monitoring API, a foreign news tracker, or a global topic-tracking and cross-lingual sentiment tool.","price":"$0.06","method":"POST","input_schema":{"properties":{"topic":{"type":"string","description":"Topic to monitor, e.g. 'lithium mining regulation'. Max 300 chars."},"target_lang":{"type":"string","description":"Language to translate every hit into, ISO code or name (e.g. 'en', 'Spanish'). Default 'en'."},"window":{"type":"string","enum":["day","week","month"],"description":"Recency window for the web search leg. Default 'week'."},"limit":{"type":"number","description":"Max hits to fetch per source (web + X). Default 5, max 10."}},"required":["topic"]},"input_example":{"topic":"lithium mining regulation","target_lang":"en","window":"week","limit":5},"output_example":{"topic":"lithium mining regulation","target_lang":"en","window":"week","hits":[{"source":"web","url":"https://example.cl/noticia","original_text":"Nueva regulacion del litio en Chile","language":"es","translated_text":"New lithium regulation in Chile","sentiment":{"overall_sentiment":"neutral","overall_score":0.1}},{"source":"x","url":"https://x.com/someone/status/123","original_text":"big news on lithium rules","language":"en","translated_text":"big news on lithium rules","sentiment":{"overall_sentiment":"positive","overall_score":0.4}}],"language_mix":{"es":1,"en":1},"composed_of":["web-search","x-search","detect-language","translate","sentiment"],"components":[{"name":"web-search","ok":true,"ms":900},{"name":"detect-language:0","ok":true,"ms":400}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}