Get Predicted Impact Area
Determine the area around a location where events are likely to influence demand.
Using Predicted Impact Area
Enter your PredictHQ API key. The Bearer prefix is added automatically.
When calling the API directly, send: Authorization: Bearer <YOUR_API_KEY> as documented at https://docs.predicthq.com/api/overview/authenticating
The industry category of the business location.
Different industries have different event impact profiles, which affect the size and shape of the returned predicted impact area.
accommodation— Accommodation providers, travel tech, and OTAscpg— Consumer packaged goods companiestourism— Leisure, travel, and tourism businesses (e.g. Expedia, DMOs, travel platforms)marketing— Advertising and marketing servicesparking— Parking facility operatorsrestaurants— Food and beverage businesses including restaurant groupsretail— Non-food retail and retail techtransportation— On-demand transport and deliveryother— All other industries
otherPossible values: A comma-separated string consisting of the latitude and longitude of the location to find the optimal area for. For example your store or hotel location.
The format is <latitude>,<longitude>
E.g. ?location.origin=37.747767,-122.455320
37.7749,-122.4194Pattern: ^-?\d{1,3}(?:\.\d+)?,\-?\d{1,3}(?:\.\d+)?$The shape used to represent the returned impact area.
polygonPossible values: The unit of the radius returned.
This will be the unit specified in the radius_unit parameter in the call made.
m— Meterskm— Kilometersft— Feetmi— Miles
mPossible values: Successful Response
Warnings about the response
Validation Error
Unauthorized
Forbidden
Rate limit exceeded. See Rate Limiting for details on limits and retry guidance.
Examples
OpenAPI Spec
Last updated
Was this helpful?