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 -
PredictHQ has supplemented incomplete data sets, including unticketed events and cancelled events, to power pricing strategies and operational decisions.
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 event data and 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())
Easily identify Demand Surges
import requests
response = requests.get(
url="https://api.predicthq.com/v1/demand-surge/",
headers={
"Authorization": "Bearer $ACCESS_TOKEN",
"Accept": "application/json"
},
params={
"date_from": "2021-05-12",
"date_to": "2021-08-10",
"min_surge_intensity": "m",
"location.place_id": "2643743"
}
)
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.
Every plan starts with an all access 14 day free trial
Choose our Lite or Premium plan and we will build a customized subscription plan for you while you have full access during the trial.
Free
Access to our Web Application only

- Location Insights: 3 locations
- Location Type: Radius only
- Max Radius: 5 miles
- Central Dashboard
- Event Search
- Event Notifications
- Demand Surge Impact
Lite
Access to our Web Application only

Typical users: Revenue Management, Business Analysts, Product Managers, Operations
- Location Insights: Unlimited
- Location Type: All
- Max Radius: 10 miles
- Central Dashboard
- Event Search
- Event Notifications
- Demand Surge Impact
Premium
Access to both our Web Application and APIs

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",
}
)
Typical users: Data Engineers, Data Scientists, Developers
- Everything from the "Lite" plan
- Events API
- Features API
- Live TV Events API
- Snowflake Integration
- ADX Integration
- Tableau Integration + more
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.