crehq_locations_bulk
Bulk fetch locations for ETL by IDs, brands, or GeoJSON polygon to avoid looping single-location calls.
Instructions
Bulk location retrieval for ETL/pipeline use: fetch many locations in one call by a list of ids, a list of brands, or a GeoJSON polygon (e.g. a custom market boundary). Use this instead of looping single-location calls when hydrating a dataset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Explicit list of location ids/entity_uids. | |
| brands | No | List of brand slugs to pull all locations for. | |
| polygon | No | GeoJSON Polygon/MultiPolygon geometry; returns locations inside the boundary. | |
| per_page | No | Results per page (max 200, default 50). |