cURL
curl --request POST \ --url https://api.bigdata.com/v1/search/volume \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data ' { "query": { "text": "Tariffs impact", "filters": { "timestamp": { "start": "2025-01-01T14:15:22Z", "end": "2025-01-05T14:15:22Z" } } } } '
{ "results": { "volume": [ { "date": "2025-01-01", "documents": 164, "chunks": 387, "sentiment": -0.15 } ], "total": { "documents": 3440, "chunks": 8196, "sentiment": -0.18 } }, "metadata": { "request_id": "473d22ea-7753-41d8-825a-4a4c7696f8cb", "timestamp": "2025-12-15T17:34:34.181589+00:00" }, "usage": { "api_query_units": 1 } }
Get document and chunk volume statistics over time for a search query, aggregated by date with sentiment analysis.
Show child attributes
Volume search results
Volume statistics aggregated by date and totals.
Request metadata and timing information.
API usage information for the request.
Was this page helpful?