# LinkedIn Visa Sponsorship Jobs Intelligence (`neuton/linkedin-visa-sponsorship-jobs-intelligence`) Actor

Find public LinkedIn jobs that explicitly mention employment visa sponsorship or H-1B support.

- **URL**: https://apify.com/neuton/linkedin-visa-sponsorship-jobs-intelligence.md
- **Developed by:** [Neuton Scripts](https://apify.com/neuton) (community)
- **Categories:** Jobs, Lead generation, Business
- **Stats:** 3 total users, 2 monthly users, 80.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$18.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## LinkedIn Visa Sponsorship Jobs Intelligence

Find public LinkedIn jobs that explicitly mention employment visa sponsorship or H-1B support. Built for international talent platforms, immigration-adjacent research teams, and global recruiters.

[Open the one-result US sponsorship Task](https://apify.com/neuton/linkedin-visa-sponsorship-jobs-intelligence/examples/sample-li-visa-sponsorship-jobs-us-sponsored-jobs?utm_source=apify_store\&utm_medium=actor_readme\&utm_campaign=linkedin_visa_sponsorship_activation\&utm_content=us_sponsorship_task) to inspect the evidence before running. The maximum Actor charge is `$0.018` when one supported job row is returned; rejected, duplicate, unavailable, and diagnostic rows are free.

### What you get

- Public job ID, title, company, location, posting date, and canonical LinkedIn job URL
- Public description, criteria, compensation text, and apply URL when LinkedIn exposes them
- `classification`, `evidenceField`, and `evidenceText` on every returned row
- HTTP-only 256 MB runtime with bounded retries and safe limits
- JSON, CSV, Excel, API, webhook, Task, and MCP-ready output

### Use cases

- Build focused recruiting and talent-research feeds for international talent platforms, immigration-adjacent research teams, and global recruiters
- Monitor public demand by role and location without collecting private profiles
- Add evidence-backed LinkedIn job intelligence to sales, research, and AI-agent workflows

### Choose this Actor when

Use this Actor when you need postings with explicit public visa or sponsorship wording, not inferred eligibility. For an unfiltered export use [LinkedIn Jobs Search Scraper](https://apify.com/neuton/linkedin-jobs-search-scraper). For known job IDs or URLs use [LinkedIn Job Details Scraper](https://apify.com/neuton/linkedin-job-details-scraper).

### Example input

```json
{
  "queries": [
    "visa sponsorship"
  ],
  "locations": [
    "United States"
  ],
  "datePosted": "",
  "maxResultsPerQuery": 25
}
```

### First run checklist

1. Keep the default 25-job inspection limit and one query/location pair.
2. Verify `classification`, `evidenceField`, `evidenceText`, and `jobUrl` in the Dataset.
3. Check `RUN_SUMMARY` for jobs scanned, rows saved, billable rows, and failed requests.
4. Expand the limit or schedule the Task only after the evidence matches your workflow.

### Evidence and billing

The Actor returns a row only when the public title, job criteria, location, compensation, or description directly supports the classification. It never guesses sponsorship, seniority, job type, or hiring intent. Diagnostics, incomplete fetches, duplicates, unsupported classifications, and empty results are never billed.

`RUN_SUMMARY` is a free diagnostic record outside the Dataset. It is never a billable result row.

### Automation and AI agents

Save common searches as Apify Tasks, schedule recurring runs, send results to a webhook, or call this Actor from ChatGPT, Claude, the Neuton Actors MCP server, n8n, Make, Zapier, Clay, a CRM, or a data warehouse. Deduplicate on `jobId` between runs.

### Explore the LinkedIn data family

- [LinkedIn Jobs Search Scraper](https://apify.com/neuton/linkedin-jobs-search-scraper) for broad discovery by role and location
- [LinkedIn Job Details Scraper](https://apify.com/neuton/linkedin-job-details-scraper) for complete records from job IDs or URLs
- [LinkedIn Company Hiring Signals](https://apify.com/neuton/linkedin-company-hiring-signals) for evidence-backed company aggregates
- [LinkedIn Remote Jobs Intelligence](https://apify.com/neuton/linkedin-remote-jobs-intelligence) for verified remote opportunities
- [LinkedIn Salary Jobs Intelligence](https://apify.com/neuton/linkedin-salary-jobs-intelligence) for compensation-bearing postings

### SEO keywords

LinkedIn jobs scraper, LinkedIn jobs API, LinkedIn recruiting data, LinkedIn hiring intelligence, evidence-backed job data, talent market research, recruiting automation, LinkedIn job monitoring, Apify LinkedIn Actor, AI recruiting agent.

### Pricing

Launch PPE price: $18.00 per 1,000 complete evidence-backed results, or about $1.80 for 100. The paid unit is a classified source-backed result, not an unfiltered search card.

### Responsible use

This Actor processes public job-posting information. Do not use it for spam, unlawful discrimination, automated applications, private-profile collection, access-control bypass, or excessive requests. Review LinkedIn's current terms and applicable employment, immigration, and privacy laws before production use. Sponsorship output records public wording and is not legal or immigration advice.

# Actor input Schema

## `queries` (type: `array`):

LinkedIn public-job keywords to inspect.

## `locations` (type: `array`):

Location text such as United States, London, or Bengaluru.

## `datePosted` (type: `string`):

Optional public LinkedIn freshness window. Leave at All dates when relevance matters more than recency.

## `maxResultsPerQuery` (type: `integer`):

Maximum public jobs inspected for each query and location pair.

## `maxItems` (type: `integer`):

Stop after this many evidence-backed rows are saved.

## Actor input object example

```json
{
  "queries": [
    "visa sponsorship"
  ],
  "locations": [
    "United States"
  ],
  "datePosted": "",
  "maxResultsPerQuery": 25,
  "maxItems": 25
}
```

# Actor output Schema

## `results` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("neuton/linkedin-visa-sponsorship-jobs-intelligence").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("neuton/linkedin-visa-sponsorship-jobs-intelligence").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call neuton/linkedin-visa-sponsorship-jobs-intelligence --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,neuton/linkedin-visa-sponsorship-jobs-intelligence"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/R0ly9yXihKqXWNvP6/builds/iE0vDF2T35eQpWELh/openapi.json
