# LinkedIn Search

LinkedIn search runs through a dedicated RolePrep browser profile. It does not attach to your normal browser session.

## Connect a Profile

```bash
roleprep login linkedin --profile main
```

The browser profile is stored under the RolePrep data directory. You can check it with:

```bash
roleprep status
npm run worker:status -- --profile main
```

## Search Profile

In the dashboard, configure the search query, location, seniority, date posted, and work type from Settings. Source checkouts can also use `linkedin_search/search_profile.example.json` as a template for scripted runs.

## Run Search

```bash
npm run roleprep:search-batch -- --limit 5 --profile main
```

Automation is visible and local. LinkedIn can restrict accounts for automated access; use a separate test account while evaluating the workflow.
