adzuna_regional_breakdown
Retrieve live job vacancy counts for sub-regions of any location. Use area paths from results to filter job listings by region.
Instructions
Get the number of live vacancies in the sub-regions of a location.
Doubles as the discovery tool for location filters: the area array on each result
holds the exact strings to pass as location0/location1/location2 elsewhere.
Call with no location to see a country's top-level regions.
Args: params (GeodataInput): Validated parameters containing: - country (str): ISO code, default 'gb' - location0/1/2 (Optional[str]): area whose children to list - category (Optional[str]): category tag to limit counts - response_format (ResponseFormat): 'markdown' or 'json'
Returns:
str: Markdown table of sub-region, vacancy count and area path, or JSON with key
locations (list of objects with count (int) and
location {display_name (str), area (list[str])}).
On failure, an 'Error: ...' string explaining the cause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |