๐ฐ H1B Salary Search โ Employer Compensation
Pricing
from $20.00 / 1,000 results
๐ฐ H1B Salary Search โ Employer Compensation
Search H1B visa salary data by company, title, location. Get prevailing wages, employer sponsorship counts, and approval rates.
Pricing
from $20.00 / 1,000 results
Rating
0.0
(0)
Developer
Stephan Corbeil
Maintained by CommunityActor stats
0
Bookmarked
16
Total users
3
Monthly active users
an hour ago
Last modified
Share
๐ H-1B Visa Salary Search โ Employer Compensation, LCA Filings & Sponsorship Data
Search U.S. Department of Labor H-1B / LCA filings โ employer, job title, wage, work city, year. The free, scriptable alternative to MyVisaJobs, H1BGrader, USCIS direct, and Greg Siskind's paid tools.
Why This Beats MyVisaJobs, H1BGrader & USCIS Direct
| Feature | NexGenData H-1B Salary Search | MyVisaJobs | H1BGrader | USCIS direct disclosure | Greg Siskind tools |
|---|---|---|---|---|---|
| Cost | $5 per 1,000 results | $9.95+/mo subscription | Free (ad-walled, limited) | Free (CSV dumps, no API) | Subscription |
| Bulk export | CSV / JSON / Excel | Limited (subscription) | None | Raw CSV only | Limited |
| API access | Apify Actor โ JSON/CSV | Manual UI scraping | None | None | None |
| Filters | Employer / title / city / year / wage range | Limited | Limited | None | UI filters only |
| Time-to-first-row | <60 seconds | Manual page-by-page | Manual | Download + parse 2GB CSVs | UI clicks |
| Updates | Live against latest DOL disclosure | Quarterly | Quarterly | Quarterly | Quarterly |
The DOL publishes the raw data, but extracting useful answers from 2GB+ CSV dumps is painful. This actor gives you the same data via API in seconds.
What You Get
- Employer / petitioner name
- Job title (SOC code + title)
- Worksite city, state, ZIP
- Wage offered (annual / hourly) + prevailing wage
- Wage range from the actual LCA
- Case status (Certified / Denied / Withdrawn)
- Year of filing
- Decision date, employment start/end dates
- Full-time vs part-time flag
- Visa class (H-1B, H-1B1, E-3, etc.)
Use Cases
- Job seekers โ verify a company's typical wage range before negotiating
- Recruiters โ find employers that sponsor for your candidates' SOC code
- Immigration attorneys โ pull case histories for due diligence
- Compensation researchers โ benchmark salaries by SOC + MSA
- Journalists โ investigate offshoring / wage suppression patterns
- Founders evaluating relo โ know what tech roles really pay in target metros
- Policy researchers โ quantify visa flows by industry / employer
Quick Start
from apify_client import ApifyClientclient = ApifyClient("YOUR_APIFY_TOKEN")run = client.actor("nexgendata/h1b-visa-salary-search").call(run_input={"employer": "Stripe","year": 2025,"maxItems": 500})for filing in client.dataset(run["defaultDatasetId"]).iterate_items():print(filing["employer"], filing["job_title"], filing["wage"])
Pricing
Pay-per-event โ pay only for filings extracted.
- Actor Start: $0.00005 per GB
- Result (filing): $0.005 per item
1,000 LCA filings = $5. MyVisaJobs charges $9.95/month just to view summary data without bulk export.
Related NexGenData Actors
| Use case | Actor |
|---|---|
| General salary data search | Salary Data Search |
| U.S. federal court dockets and case data | Court Records Search |
| Government contract awards (SAM.gov) | Government Contracts Search |
| SEC Form D startup fundraises | SEC Form D Scraper |
| Federal Register rule changes | Federal Register Rules Scraper |
| FEC independent expenditures | FEC Independent Expenditures |
| NHTSA vehicle recalls | NHTSA Vehicle Recalls |
| LinkedIn hiring data | LinkedIn Jobs Scraper |
FAQ
Q: Is this data official? Yes โ pulled from the U.S. Department of Labor's public LCA disclosure dataset. Government source of truth.
Q: How current is it? DOL publishes quarterly; the actor reflects the latest published quarter.
Q: Can I find every job a specific employer filed? Yes โ filter by employer name. The actor handles fuzzy matching of legal entity variants.
Q: What about salary by zip / metro? Filter by worksite city, state, or ZIP. Aggregate yourself, or check the Salary Data Search actor.
Q: Output formats? JSON, JSONL, CSV, Excel โ full Apify dataset format support.
Q: Is this legal? Yes โ DOL explicitly publishes this data for public use. No login or terms-of-service violation.
Q: How is this different from H1BGrader? H1BGrader is a free web UI with ads and per-page rate limits. This is an API you can hit programmatically with bulk export.
About NexGenData
NexGenData publishes 260+ buyer-intent actors covering SEC filings, YC alumni, real-estate, lead generation, competitive intelligence, stock fundamentals across 30+ exchanges, MCP servers for AI agents, and U.S. government public-data search. All pay-per-result. Browse the full catalog at https://apify.com/nexgendata?fpr=2ayu9b
How NexGenData Pricing Works
Every NexGenData actor uses pay-per-event pricing โ you only pay for results that actually land in your dataset. No monthly minimum, no seat fees, no surprise overage bills.
- Actor Start: a single-event charge each time you spin the actor up (scaled to memory size)
- Result: charged per item written to the default dataset
- No charge for retries, internal proxy rotation, or failed sub-requests โ those are absorbed by the platform
If you only need the data once a quarter, you only pay once a quarter. If you scale to millions of records, the unit cost stays the same.
Apify Platform Bonus
New to Apify? Sign up with the NexGenData referral link โ you get free platform credits on signup (enough for several thousand free results) and you help fund the maintenance of this actor fleet.
Integration Surface
Every actor in the NexGenData catalog can be triggered from:
- Apify console โ point-and-click run
- Apify API โ REST + webhooks
- Apify Python / JS SDKs โ programmatic batch
- Zapier, Make.com, n8n โ official integrations
- MCP โ many actors are exposed as MCP tools for Claude / ChatGPT / Cursor agents
- Schedules โ built-in cron for daily / weekly / monthly runs
- Webhooks โ POST results to any HTTPS endpoint on dataset write
Support
NexGenData maintains 260+ Apify actors and ships updates regularly. Bug reports via the Apify console issues tab get a response within 24 hours. Roadmap requests are welcome โ high-demand features ship in the next version.
๐ Home: thenextgennexus.com ๐ฆ Full catalog: apify.com/nexgendata