TargetMarket
Example:
{
"industries": [
{
"id": "health_care",
"label": "Health Care"
},
{
"id": "graphic_design",
"label": "Graphic Design"
}
],
"functions": [
{
"id": "director",
"label": "Director"
}
],
"experienceLevels": [
{
"id": "mid_senior_level",
"label": "Mid-Senior Level"
}
],
"locations": [
{
"country": "US",
"region": "California",
"city": "San Francisco"
}
]
}
Fields description
Name | Type | Description |
---|---|---|
industries | list | list of Industry objects |
functions | list | list of Function objects |
experienceLevels | list | list of ExperienceLevel objects |
locations | list | list of Location objects |
Updated 11 months ago