> ## Documentation Index
> Fetch the complete documentation index at: https://newscatcherinc-docs.mintlify.site/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# News API subscription plans

> Select a News API plan that matches your needs.

<Note>
  Each plan includes support for multiple languages, advanced querying
  capabilities, and comprehensive metadata. Plans differ in their NLP
  processing capabilities and available features.
</Note>

## Available plans

<Tabs>
  <Tab title="NLP" icon="brain">
    **Plan ID**: `v3_nlp`

    Core features plus natural language processing for original content and
    English translations.

    <Check>Retrieve up to 1,000 articles per request</Check>
    <Check>Filter by article type (headline, opinion, paid content)</Check>
    <Check>URL and domain link filtering</Check>
    <Check>Access predefined top sources by country</Check>
    <Check>Filter by news domain type and source metadata</Check>
    <Check>Filter by robots.txt compliance</Check>
    <Check>Access historical data since 2019</Check>
    <Check>Categorize content across 16 themes (Business, Tech, Politics, and more)</Check>
    <Check>Detect named entities (PER, ORG, LOC, MISC)</Check>
    <Check>Analyze sentiment in titles and content on a `-1.0` to `1.0` scale</Check>
    <Check>Get AI-generated article summaries</Check>
    <Check>Enable article clustering and deduplication</Check>
    <Check>Access English translations of non-English content with full NLP processing</Check>

    <Note>
      NLP features apply to articles indexed from July 2023 onward. Historical
      articles from 2019 to June 2023 include core metadata only. NLP
      enrichment for that period is available upon request — contact
      [support@newscatcherapi.com](mailto:support@newscatcherapi.com).
    </Note>
  </Tab>

  <Tab title="IPTC Tags" icon="tags">
    **Plan ID**: `v3_nlp_iptc_tags`

    All NLP plan features plus standardized content categorization.

    <Check>Access all NLP plan features</Check>
    <Check>Use IPTC media topic tags for standardized news categorization</Check>
    <Check>Access IAB content categories for digital advertising</Check>
    <Check>Filter by hierarchical topic structures</Check>
  </Tab>

  <Tab title="Embeddings" icon="vector-square">
    **Plan ID**: `v3_nlp_embeddings`

    All IPTC Tags plan features plus pre-computed vector embeddings.

    <Check>Access all IPTC Tags plan features</Check>
    <Check>Access pre-computed 1024-dimensional vector embeddings per article</Check>
    <Check>Build semantic search and similarity analysis pipelines</Check>
    <Check>Create custom clustering and recommendation systems</Check>

    For embedding model details, see
    [Clustering news articles](/news-api/guides-and-concepts/clustering-news-articles).
  </Tab>
</Tabs>

## Technical specifications

| Feature                         | NLP | IPTC Tags | Embeddings |
| ------------------------------- | --- | --------- | ---------- |
| **Core features**               |     |           |            |
| Article metadata                | ✓   | ✓         | ✓          |
| Article type filtering          | ✓   | ✓         | ✓          |
| Historical data since 2019      | ✓   | ✓         | ✓          |
| Robots.txt compliance filtering | ✓   | ✓         | ✓          |
| **NLP features**                |     |           |            |
| Theme classification            | ✓   | ✓         | ✓          |
| Named entity recognition        | ✓   | ✓         | ✓          |
| Sentiment analysis              | ✓   | ✓         | ✓          |
| AI-generated summaries          | ✓   | ✓         | ✓          |
| Clustering and deduplication    | ✓   | ✓         | ✓          |
| **Translation features**        |     |           |            |
| English translations            | ✓   | ✓         | ✓          |
| NLP on translations             | ✓   | ✓         | ✓          |
| **Content tags**                |     |           |            |
| IPTC tags                       | —   | ✓         | ✓          |
| IAB tags                        | —   | ✓         | ✓          |
| **Embeddings**                  |     |           |            |
| Vector embeddings               | —   | —         | ✓          |

## Support

For plan selection and pricing, contact our team:

* For pricing and sales: [sales@newscatcherapi.com](mailto:sales@newscatcherapi.com)
* For technical questions: [support@newscatcherapi.com](mailto:support@newscatcherapi.com)

<Tip>
  [Book a demo](https://www.newscatcherapi.com/book-a-demo) to get started.
</Tip>
