News Search API — Keyword & Company News: AI مدل‌ها

Search recent news by keyword/topic, or fetch a company's recent news by domain, from a single MuAPI endpoint. Search recent news by keyword/topic, or fetch a company's recent news by domain.

Interactive model controls

Search recent news by keyword/topic, or fetch a company's recent news by domain.

📝

نمای کلی

مدل‌ها

News Search finds recent news either by keyword/topic (general brand or subject monitoring) or by a company's domain (company-specific news and events like funding or hires), from one normalized endpoint — for PR monitoring, reputation research, and company news lookups.

1Monitor recent news coverage of a brand, product, or topic
2Track a specific company's recent news, funding, or hiring events by domain
3Feed news mentions into a reputation or PR monitoring workflow
4Research a competitor's recent news activity
💰

قیمت‌گذاری و ارزش

تحلیل هزینه

muapiappFrom $0.02 per search (reserved; settled down to actual cost)

Keyword or company-domain news search with a normalized, structured JSON response.

** مدل‌ها。

⚙️

مشخصات فنی

طرح پیکربندی

Querystring

Keyword, brand, or topic to search recent news for. Ignored if domain is provided.

مقدار پیش‌فرضacme corp product launch
دامنه اینترنتیstring

Company domain (e.g. stripe.com) to fetch company-specific news for, instead of a keyword search.

مقدار پیش‌فرض-
Countrystring

2-letter country code to filter keyword search results. Ignored for domain lookups.

مقدار پیش‌فرض-
زبانstring

2-letter language code to filter keyword search results. Ignored for domain lookups.

مقدار پیش‌فرض-
محدودیتinteger

Maximum number of articles to return. Only applies to domain lookups.

مقدار پیش‌فرض-
📖

راهنمای پیاده‌سازی

مستندات توسعه‌دهندگان

  1. Provide a query or a domain: query for a keyword/topic search, or domain for company-specific news (e.g. stripe.com). Domain takes precedence if both are given.
  2. Optionally provide country/language: filters for keyword search only.
  3. Optionally provide a limit: maximum number of articles, for domain lookups only.
  4. Read the result: matching news articles/events.
curl -X POST https://api.muapi.ai/api/v1/news-search \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "query": "acme corp product launch"
  }'

پرسش‌های متداول

سوالات پرتکرار

What's the difference between query and domain?

query runs a general keyword/topic news search across sources. domain fetches a specific company's own recent news and events (e.g. funding, hires) by its domain. If both are provided, domain is used.

Does this include sentiment or theme classification?

No — it returns matching articles/events only. Any sentiment or theme analysis should be performed downstream on the returned text.

What if no results are found?

The request fails with a no-match error and is not charged; try a broader keyword, a different domain, or remove country/language filters.