Skip to main content
POST
Bridgly SDK

Authorizations

Authorization
string
header
required

A Bridgly API key (bgly_…). Metered endpoints deduct credits from the resolved account.

Body

application/json
keyword
string
required

Keyword(s) to search LinkedIn for, e.g. "openai", "software engineer", "fintech".

start
integer

Pagination offset into the result list. Defaults to 0.

Required range: 0 <= x <= 9007199254740991
count
integer
default:10

Number of results to return (1–10). Defaults to 10.

Required range: 1 <= x <= 10
location
string

Geographic location to filter jobs by, e.g. "San Francisco Bay Area", "India", "Remote".

workplaceType
enum<string>

Restrict to jobs with this workplace arrangement.

Available options:
on-site,
remote,
hybrid
experienceLevel
enum<string>

Restrict to jobs at this seniority level.

Available options:
internship,
entry-level,
associate,
mid-senior,
director,
executive
jobType
enum<string>

Restrict to jobs with this employment type.

Available options:
full-time,
part-time,
contract,
temporary,
internship,
volunteer,
other
datePosted
enum<string>

Restrict to posts published within a recent window.

Available options:
past-24h,
past-week,
past-month

Response

Default Response

timeMs
number
required

Wall-clock time the request took to complete, in milliseconds.

creditsCost
number
required

Number of account credits this request consumed.

data
object
required