PredictHQ website screenshot

PredictHQ

PredictHQ is an AI-powered demand intelligence platform that predicts the impact of real-world events on business demand. The PredictHQ API delivers structured, deduplicated event data, machine learning features, demand forecasts, and impact analytics across categories such as concerts, sports, conferences, public holidays, school terms, severe weather, and more, helping enterprises make smarter decisions about staffing, inventory, pricing, and marketing.

1 APIs 0 Features
Demand IntelligenceEventsForecastingMachine LearningReal-World Events

APIs

PredictHQ API

The PredictHQ REST API provides programmatic access to global real-world event data and demand intelligence. It exposes endpoints for the Events API, Features API, Forecasts API...

Collections

Pricing Plans

Predicthq Plans Pricing

3 plans

PLANS

Rate Limits

Predicthq Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Documentation
Documentation
📝
Signup
Signup
🔗
Login
Login
💰
Pricing
Pricing
📰
Blog
Blog
💬
Support
Support
🟢
StatusPage
StatusPage
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Security
Security
👥
GitHubOrganization
GitHubOrganization
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: PredictHQ API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Search Events
    type: http
  http:
    method: GET
    url: https://api.predicthq.com/v1/events/
  docs: Search across global real-world events.
- info:
    name: Get Event Counts
    type: http
  http:
    method: GET
    url: https://api.predicthq.com/v1/events/count/
  docs: Get the count of events by category, PHQ Label and more.
- info:
    name: Get ML Features
    type: http
  http:
    method: POST
    url: https://api.predicthq.com/v1/features/
    body:
      type: json
      data: '{}'
  docs: Prebuilt event-based features for Machine Learning models.
- info:
    name: Get Suggested Radius
    type: http
  http:
    method: GET
    url: https://api.predicthq.com/v1/suggested-radius/
  docs: Returns the suggested radius for a given location.
- info:
    name: Get Place Hierarchies
    type: http
  http:
    method: GET
    url: https://api.predicthq.com/v1/places/
  docs: Retrieve PredictHQ place hierarchies.
bundled: true