SEC API

sec-api.io

SEC API is a B2B data provider that offers programmatic access to the U.S. Securities and Exchange Commission’s EDGAR database, enabling developers to query, parse, and analyze historical and live financial filings. The platform provides a unified API endpoint for over 150 filing types, including 10-K, 10-Q, and Form 4, with data structured in JSON format and enriched with metadata such as ticker symbols, CIKs, and SIC codes. Designed for enterprise integration, it supports multiple programming languages and serves customers requiring scalable access to petabyte-scale regulatory datasets.

LLM mention score The LLM mention score is the total number of mentions of this brand in different LLM chatbots, normalized to the scale from 0 to 100. You can get actual, non-normalized numbers via the LLM Mention API from DataForSEO.

Normalized 0–100 · last 8 weeks

DataForSEO API

Get LLM mention data of any company via DataForSEO API

Get access to the structured data on keyword, brand, and website mentions in LLMs, including metrics like AI search volume, impressions, and mentions count. 

How to get LLM mention data →
// Fetch SEC API mentions
POST v3/ai_optimization/llm_mentions/search_mentions/live
[
    {
        "target": [
            {
                "domain": "sec-api.io",
                "search_filter": "include",
                "search_scope": ["sources"]
            }
        ],
        "order_by": ["ai_search_volume,desc"]
    }
]