Watch video (14:37)
PredictHQ’s Demand Intelligence APIs
-
Demand Forecasting: Incorporating events into models for smarter forecasting.
Customer Stories -
Labor optimization: Ensuring the right number of drivers and store staff to meet demand.
Customer stories -
Demand Forecasting: Incorporating events into models for smarter forecasting.
Customer Stories -
Demand forecasting: Incorporating events into their Antuit-built models to better understand demand across 9600 stores.
Customer Stories -
Amazon Alexa's "Events Near Me" feature uses PredictHQ data to inform users about local events.
Blog Demand forecasting: Getting drivers in the right place ahead of time to improve pick-up times.
Customer stories-
Event visibility: Available in Zartico’s platform enabling deeper insight and smarter decisions.
Customer Stories -
Pricing: A key source of intelligence for the OTA Insights platform, enabling smarter pricing.
Customer Stories -
Labor optimization: Enriching the Legion Technologies platform, used by retailers to reduce labor inefficiencies.
Customer Stories
What are your business needs?
Depending on what you are looking for, we’ll make sure we get you set up with the right API to start getting value out of PredictHQ’s demand intelligence as soon as possible.
Access to individual event data
Save time with prebuilt intelligence and features
import requests
data = {
"active": {
"gte": "2019-11-28",
"lte": "2019-11-29"
},
"location": {
"place_id": [
5224323,
5811704,
4887398
]
},
"phq_attendance_conferences": {
"stats": [
"min",
"max"
]
},
"phq_attendance_sports": True,
"phq_attendance_concerts": True,
"phq_rank_public_holidays": True
}
response = requests.post(
url="https://api.predicthq.com/v1/features",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
json=data
)
print(response.json())
Access to historical and predicted viewership data
import requests
response = requests.get(
url="https://api.predicthq.com/v1/broadcasts/",
headers={
"Accept": "application/json",
"Authorization": "Bearer $ACCESS_TOKEN"
},
params={
"location.place_id": "5368381,5391832",
"start.gte": "2020-11-01",
"start.lte": "2020-11-30",
"start.tz": "America/Los_Angeles"
}
)
print(response.json())
Regardless of the API you choose, get up and running quickly

Create a new access token via API clients
Customer Stories
Demand intelligence gets results
Don't underestimate how much effort it takes to work with event data... Being able to rely on a company whose sole purpose is to remove the ambiguity of event data has been game-changing for us.
Which plan is right for me?
Start searching for events today for free or work with us to build a customized subscription plan.
Trial
Test our API and Web UI for FREE for 14 days

import requests
response = requests.get(
url="https://api.predicthq.com/v1/events/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
params={
"active.gte": "2019-12-29",
"active.lte": "2020-02-20",
}
)
- Easy-to-use central dashboard
- Search for events
- Demand surges
- Access to our events API
- Access to our API features
Typical users: Anyone who wants to test out and explore our data set
Lite
Access to our Web UI

- Easy-to-use central dashboard
- Search for events
- Demand surges
- Get notified about events
- Unlimited users
Typical users: Revenue Management, Business Analysts, Product Managers, Operations
Premium
Access to our APIs and Web UI

import requests
response = requests.get(
url="https://api.predicthq.com/v1/events/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
params={
"active.gte": "2019-12-29",
"active.lte": "2020-02-20",
}
)
- Everything from the "Lite" plan
- Event and Features API
- Pre-engineered features
- Snowflake integration
- ADX integration
- Tableau integrations + more
Typical users: Data Engineers, Data Scientists, Developers
You can’t prepare for what you don’t see coming
Harness the power of demand intelligence
Knowing the impact of demand causal factors like events will transform your business. The American Society of Hematology has a $45M estimated economic impact — and that's only one event in one city.
- data points enriching0
- events across0
- cities, accessed via01 API
Get Started
Contact our data science experts to find out the best solutions for your business. We'll get back to you within 1 business day.