- There is currently a 1GB limit in how much data a single API result call can return, but there is a chance we reduce this overall or based on varying paid plan types.
- To paginate query results, please visit the pagination page to get more info.
Execute query and get result in one call
Execute query and get result in one call
Python SDK
run_query to get result in JSON,
run_query_csv to get result in CSV format,
and run_query_dataframe to get result in Pandas dataframe
