curl --request POST \
--url https://api.hirebase.org/v2/jobs/neural-search \
--header 'Content-Type: application/json' \
--data '
{
"vector": {
"vector.job_ids": [
"<string>"
],
"vector.artifact_id": "<string>",
"vector.query": "<string>",
"vector.vectors": [
[
123
]
]
},
"lexical": {
"lexical.job_titles": [
"<string>"
],
"lexical.keywords": [
"<string>"
],
"lexical.job_slug": "<string>",
"lexical.company_slug": "<string>",
"lexical.location_group": "<string>",
"lexical.location_types": [
"<string>"
],
"lexical.geo_locations": [
{
"lexical.geo_locations.city": "<string>",
"lexical.geo_locations.region": "<string>",
"lexical.geo_locations.country": "<string>"
}
],
"lexical.experience": [
"<string>"
],
"lexical.yoe": {
"lexical.yoe.min": 123,
"lexical.yoe.max": 123
},
"lexical.include_yoe": "<string>",
"lexical.company_types": [
"<string>"
],
"lexical.company_name": "<string>",
"lexical.date_posted": "<string>",
"lexical.days_ago": 123,
"lexical.month": "<string>",
"lexical.salary": {
"lexical.salary.min": 123,
"lexical.salary.max": 123
},
"lexical.include_no_salary": "<string>",
"lexical.currency": "<string>",
"lexical.job_types": [
"<string>"
],
"lexical.job_category": [
"<string>"
],
"lexical.industry": [
"<string>"
],
"lexical.sub_industry": [
"<string>"
],
"lexical.visa": "<string>",
"lexical.include_expired": "<string>",
"lexical.hide_seen_jobs": "<string>",
"lexical.user_id": "<string>",
"lexical.job_board": [
"<string>"
],
"lexical.sort_by": "<string>",
"lexical.sort_order": "<string>",
"lexical.page": 123,
"lexical.limit": 123
}
}
'{
"jobs": [
{
"_id": "<string>",
"job_title": "<string>",
"description": "<string>",
"application_link": "<string>",
"job_categories": [
{}
],
"job_type": "<string>",
"location_type": "<string>",
"locations": [
{
"city": "<string>",
"region": "<string>",
"country": "<string>"
}
],
"salary_range": {
"min": 123,
"max": 123,
"currency": "<string>",
"period": "<string>"
},
"yoe_range": {
"min": 123,
"max": 123
},
"requirements_summary": "<string>",
"visa_sponsored": true,
"days_ago": 123,
"job_board": "<string>",
"job_board_link": "<string>",
"job_slug": "<string>",
"company_name": "<string>",
"company_slug": "<string>",
"company_link": "<string>",
"company_logo": "<string>",
"company_data": {
"description_summary": "<string>",
"linkedin_link": {},
"size_range": {
"min": 123,
"max": 123
},
"industries": [
{}
],
"subindustries": [
{}
]
},
"vector_score": 123
}
],
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}Search for jobs using a combination of traditional lexical filters and semantic, vector-based matching.
curl --request POST \
--url https://api.hirebase.org/v2/jobs/neural-search \
--header 'Content-Type: application/json' \
--data '
{
"vector": {
"vector.job_ids": [
"<string>"
],
"vector.artifact_id": "<string>",
"vector.query": "<string>",
"vector.vectors": [
[
123
]
]
},
"lexical": {
"lexical.job_titles": [
"<string>"
],
"lexical.keywords": [
"<string>"
],
"lexical.job_slug": "<string>",
"lexical.company_slug": "<string>",
"lexical.location_group": "<string>",
"lexical.location_types": [
"<string>"
],
"lexical.geo_locations": [
{
"lexical.geo_locations.city": "<string>",
"lexical.geo_locations.region": "<string>",
"lexical.geo_locations.country": "<string>"
}
],
"lexical.experience": [
"<string>"
],
"lexical.yoe": {
"lexical.yoe.min": 123,
"lexical.yoe.max": 123
},
"lexical.include_yoe": "<string>",
"lexical.company_types": [
"<string>"
],
"lexical.company_name": "<string>",
"lexical.date_posted": "<string>",
"lexical.days_ago": 123,
"lexical.month": "<string>",
"lexical.salary": {
"lexical.salary.min": 123,
"lexical.salary.max": 123
},
"lexical.include_no_salary": "<string>",
"lexical.currency": "<string>",
"lexical.job_types": [
"<string>"
],
"lexical.job_category": [
"<string>"
],
"lexical.industry": [
"<string>"
],
"lexical.sub_industry": [
"<string>"
],
"lexical.visa": "<string>",
"lexical.include_expired": "<string>",
"lexical.hide_seen_jobs": "<string>",
"lexical.user_id": "<string>",
"lexical.job_board": [
"<string>"
],
"lexical.sort_by": "<string>",
"lexical.sort_order": "<string>",
"lexical.page": 123,
"lexical.limit": 123
}
}
'{
"jobs": [
{
"_id": "<string>",
"job_title": "<string>",
"description": "<string>",
"application_link": "<string>",
"job_categories": [
{}
],
"job_type": "<string>",
"location_type": "<string>",
"locations": [
{
"city": "<string>",
"region": "<string>",
"country": "<string>"
}
],
"salary_range": {
"min": 123,
"max": 123,
"currency": "<string>",
"period": "<string>"
},
"yoe_range": {
"min": 123,
"max": 123
},
"requirements_summary": "<string>",
"visa_sponsored": true,
"days_ago": 123,
"job_board": "<string>",
"job_board_link": "<string>",
"job_slug": "<string>",
"company_name": "<string>",
"company_slug": "<string>",
"company_link": "<string>",
"company_logo": "<string>",
"company_data": {
"description_summary": "<string>",
"linkedin_link": {},
"size_range": {
"min": 123,
"max": 123
},
"industries": [
{}
],
"subindustries": [
{}
]
},
"vector_score": 123
}
],
"total_count": 123,
"page": 123,
"limit": 123,
"total_pages": 123
}POST /v2/jobs/neural-search
vector, only lexical, or both; at least one must be present.Show child attributes
Show child attributes
["Software Engineer", "Data Scientist"])."Bay_Area").["Remote","Hybrid","On-site"]).["Entry","Mid","Senior"])."true" to include jobs without specified years of experience.["1-10","11-50","51-200"])."today", "last_week", "last_month").7).YYYY-MM format (e.g., "2023-12")."true" to include listings without salary data."USD").["Full-time","Contract","Internship"]).["Data Science"]).["Technology","Healthcare"])."true" to only include visa-sponsored roles."true" to include expired listings."true" to omit jobs the user has already viewed.["iCIMS","Greenhouse"])."relevance", "date_posted", "salary", etc.)."asc" or "desc".Show child attributes
{
"vector": {
"query": "machine learning engineer",
"score_threshold": 0.8
},
"lexical": {
"location_group": "Bay_Area",
"experience": ["Mid", "Senior"],
"yoe": {"min": 2, "max": 5},
"job_types": ["Full-time"]
},
"page": 1,
"limit": 5
}
{
"jobs": [
{
"_id": "6814bw99fc2284gt4777f21a",
"job_title": "Machine Learning Engineer",
"company_name": "AI Innovations",
"vector_score": 0.87,
"date_posted": "2025-07-15",
"location_type": "Hybrid",
"locations": [{"city":"San Francisco","region":"CA","country":"United States"}],
"...": "..."
}
],
"total_count": 23,
"page": 1,
"limit": 5,
"total_pages": 5
}
422 Unprocessable Entity
500 Internal Server Error
403 Forbidden