Skip to main content
POST
/
action
/
search_linkedin_jobs
Search LinkedIn Jobs
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/search_linkedin_jobs \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyword": "product manager",
  "location": "New York",
  "country": "US",
  "job_type": "Full-time",
  "experience_level": "Internship",
  "remote": "On-site",
  "time_range": "Past 24 hours"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
keyword
string
required

Search keyword for job titles or skills.

Example:

"product manager"

location
string

City or location to search in.

Example:

"New York"

country
string

Country code (e.g., 'US', 'FR', 'UK').

Example:

"US"

job_type
enum<string>

Type of employment.

Available options:
Full-time,
Part-time,
Contract,
Temporary,
Internship
experience_level
enum<string>

Required experience level.

Available options:
Internship,
Entry level,
Associate,
Mid-Senior level,
Director,
Executive
remote
enum<string>

Work location type.

Available options:
On-site,
Remote,
Hybrid
time_range
enum<string>

When the job was posted.

Available options:
Past 24 hours,
Past week,
Past month

Response

LinkedIn job search results

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action