Skip to main content
GET
/
v1
/
search
/
market-insights
/
indicators
cURL
curl --request GET \
  --url https://api.statista.ai/v1/search/market-insights/indicators \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "identifier": "<string>",
      "title": "<string>",
      "subject": "<string>",
      "description": "<string>",
      "link": "<string>",
      "updated_at": "<string>",
      "industries": [
        {
          "name": "<string>",
          "segments": [
            "<string>"
          ]
        }
      ],
      "covered_timeframe": {
        "start": "<string>",
        "end": "<string>"
      },
      "covered_geos": {},
      "market_type": "<string>",
      "market_type_description": "<string>"
    }
  ],
  "total_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.platform.statista.ai/llms.txt

Use this file to discover all available pages before exploring further.

Semantically search Market Insights indicators using natural language or keywords.

Authorizations

x-api-key
string
header
required

Query Parameters

q
string
required

The query string to search.

Required string length: 1 - 1000
size
integer<uint32>
default:10

The maximum number of search results returned.

Required range: 1 <= x <= 25

Response

The request has succeeded.

items
object[]
required

A list of results returned for the current request.

total_count
integer<uint32>
required

The total number of available items matching the request.