LinkedIn Sales Navigator | Lead Search Scraper [NO COOKIE] avatar
LinkedIn Sales Navigator | Lead Search Scraper [NO COOKIE]

Pricing

Pay per event

Go to Store
LinkedIn Sales Navigator | Lead Search Scraper [NO COOKIE]

LinkedIn Sales Navigator | Lead Search Scraper [NO COOKIE]

Developed by

RICEMAN

RICEMAN

Maintained by Community

Scrape LinkedIn Sales Navigator lead search results—no LinkedIn session cookie or pre-built search URLs required. Just input your search parameters and get lead profiles from search results, all directly within this actor.

0.0 (0)

Pricing

Pay per event

0

Total users

17

Monthly users

17

Runs succeeded

>99%

Last modified

a day ago

You can access the LinkedIn Sales Navigator | Lead Search Scraper [NO COOKIE] programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

{
"openapi": "3.0.1",
"info": {
"version": "0.0",
"x-build-id": "AzgObyRCfts9t8a18"
},
"servers": [
{
"url": "https://api.apify.com/v2"
}
],
"paths": {
"/acts/riceman~linkedin-sales-navigator-lead-search-scraper/run-sync-get-dataset-items": {
"post": {
"operationId": "run-sync-get-dataset-items-riceman-linkedin-sales-navigator-lead-search-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/acts/riceman~linkedin-sales-navigator-lead-search-scraper/runs": {
"post": {
"operationId": "runs-sync-riceman-linkedin-sales-navigator-lead-search-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor and returns information about the initiated run in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/runsResponseSchema"
}
}
}
}
}
}
},
"/acts/riceman~linkedin-sales-navigator-lead-search-scraper/run-sync": {
"post": {
"operationId": "run-sync-riceman-linkedin-sales-navigator-lead-search-scraper",
"x-openai-isConsequential": false,
"summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
"tags": [
"Run Actor"
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/inputSchema"
}
}
}
},
"parameters": [
{
"name": "token",
"in": "query",
"required": true,
"schema": {
"type": "string"
},
"description": "Enter your Apify token here"
}
],
"responses": {
"200": {
"description": "OK"
}
}
}
}
},
"components": {
"schemas": {
"inputSchema": {
"type": "object",
"required": [
"limit"
],
"properties": {
"limit": {
"title": "Limit",
"minimum": 1,
"maximum": 2500,
"type": "integer",
"description": "Limits the number of results. Maximum 2500.",
"default": 5
},
"keywords": {
"title": "Search keywords",
"type": "string",
"description": "Search keywords. Supports Boolean keywords (e.g. AI OR \"machine learning\")."
},
"current_company_ids": {
"title": "Current company (Company ID)",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Filter for leads who currently work at one or more companies. Accepts LinkedIn company IDs. Here's how to find a company ID: http://bit.ly/466ZI35",
"items": {
"type": "string"
}
},
"current_company_names": {
"title": "Current company (Company name)",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Filter for leads who currently work at one or more companies. Accepts company names.",
"items": {
"type": "string"
}
},
"current_company_ids_exclude": {
"title": "Current company (Exclude)",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Exclude leads who currently work at one or more companies. Accepts LinkedIn company IDs. Here's how to find a company ID: http://bit.ly/466ZI35",
"items": {
"type": "string"
}
},
"company_headcounts": {
"title": "Company headcount",
"type": "array",
"description": "Filter leads by the number of employees at a company. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Self-employed",
"1-10",
"11-50",
"51-200",
"201-500",
"501-1000",
"1001-5000",
"5001-10000",
"10001+"
],
"enumTitles": [
"Self-employed",
"1-10",
"11-50",
"51-200",
"201-500",
"501-1000",
"1001-5000",
"5001-10000",
"10001+"
]
}
},
"past_company_ids": {
"title": "Past company (Company ID)",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Filter by leads' past companies. Accepts LinkedIn company IDs. Here's how to find a company ID: http://bit.ly/466ZI35",
"items": {
"type": "string"
}
},
"past_company_names": {
"title": "Past company (Company name)",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Filter by leads' past companies. Accepts company names.",
"items": {
"type": "string"
}
},
"past_company_ids_exclude": {
"title": "Past company (Exclude)",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Exclude leads who previously worked at one or more companies. Accepts LinkedIn company IDs. Here's how to find a company ID: http://bit.ly/466ZI35",
"items": {
"type": "string"
}
},
"company_type": {
"title": "Company type",
"type": "array",
"description": "Filter by company type to identify leads from non-profits, public companies, private companies, and more. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Public Company",
"Privately Held",
"Non Profit",
"Educational Institution",
"Partnership",
"Self Employed",
"Self Owned",
"Government Agency"
],
"enumTitles": [
"Public Company",
"Privately Held",
"Non Profit",
"Educational Institution",
"Partnership",
"Self Employed",
"Self Owned",
"Government Agency"
]
}
},
"company_headquarter_location_ids": {
"title": "Company headquarters location",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Filter leads by leads' current company headquarter locations. Accepts LinkedIn geo codes. Here's how to get a geo code: http://bit.ly/3IeX3dJ",
"items": {
"type": "string"
}
},
"company_headquarter_location_ids_exclude": {
"title": "Company headquarters location (Exclude)",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Exclude leads by leads' current company headquarter locations. Accepts LinkedIn geo codes. Here's how to get a geo code: http://bit.ly/3IeX3dJ",
"items": {
"type": "string"
}
},
"functions": {
"title": "Function",
"type": "array",
"description": "Filter by job function. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Accounting",
"Administrative",
"Arts and Design",
"Business Development",
"Community and Social Services",
"Consulting",
"Education",
"Engineering",
"Entrepreneurship",
"Finance",
"Healthcare Services",
"Human Resources",
"Information Technology",
"Legal",
"Marketing",
"Media and Communication",
"Military and Protective Services",
"Operations",
"Product Management",
"Program and Project Management",
"Purchasing",
"Quality Assurance",
"Real Estate",
"Research",
"Sales",
"Customer Success and Support"
],
"enumTitles": [
"Accounting",
"Administrative",
"Arts and Design",
"Business Development",
"Community and Social Services",
"Consulting",
"Education",
"Engineering",
"Entrepreneurship",
"Finance",
"Healthcare Services",
"Human Resources",
"Information Technology",
"Legal",
"Marketing",
"Media and Communication",
"Military and Protective Services",
"Operations",
"Product Management",
"Program and Project Management",
"Purchasing",
"Quality Assurance",
"Real Estate",
"Research",
"Sales",
"Customer Success and Support"
]
}
},
"functions_exclude": {
"title": "Function (Exclude)",
"type": "array",
"description": "Exclude leads by job function. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Accounting",
"Administrative",
"Arts and Design",
"Business Development",
"Community and Social Services",
"Consulting",
"Education",
"Engineering",
"Entrepreneurship",
"Finance",
"Healthcare Services",
"Human Resources",
"Information Technology",
"Legal",
"Marketing",
"Media and Communication",
"Military and Protective Services",
"Operations",
"Product Management",
"Program and Project Management",
"Purchasing",
"Quality Assurance",
"Real Estate",
"Research",
"Sales",
"Customer Success and Support"
],
"enumTitles": [
"Accounting",
"Administrative",
"Arts and Design",
"Business Development",
"Community and Social Services",
"Consulting",
"Education",
"Engineering",
"Entrepreneurship",
"Finance",
"Healthcare Services",
"Human Resources",
"Information Technology",
"Legal",
"Marketing",
"Media and Communication",
"Military and Protective Services",
"Operations",
"Product Management",
"Program and Project Management",
"Purchasing",
"Quality Assurance",
"Real Estate",
"Research",
"Sales",
"Customer Success and Support"
]
}
},
"title_keywords": {
"title": "Current job title",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Filter by the job titles you are targeting of leads' current roles. Accepts multiple keywords.",
"items": {
"type": "string"
}
},
"title_keywords_exclude": {
"title": "Current job title (Exclude)",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Exclude leads by the job titles you are targeting of leads' current roles. Accepts multiple keywords.",
"items": {
"type": "string"
}
},
"seniority_levels": {
"title": "Seniority level",
"type": "array",
"description": "Filter by seniority level. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Owner/Partner",
"CXO",
"Vice President",
"Director",
"Experienced Manager",
"Entry Level Manager",
"Strategic",
"Senior",
"Entry Level",
"In Training"
],
"enumTitles": [
"Owner/Partner",
"CXO",
"Vice President",
"Director",
"Experienced Manager",
"Entry Level Manager",
"Strategic",
"Senior",
"Entry Level",
"In Training"
]
}
},
"seniority_levels_exclude": {
"title": "Seniority level (Exclude)",
"type": "array",
"description": "Exclude leads by seniority level. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Owner/Partner",
"CXO",
"Vice President",
"Director",
"Experienced Manager",
"Entry Level Manager",
"Strategic",
"Senior",
"Entry Level",
"In Training"
],
"enumTitles": [
"Owner/Partner",
"CXO",
"Vice President",
"Director",
"Experienced Manager",
"Entry Level Manager",
"Strategic",
"Senior",
"Entry Level",
"In Training"
]
}
},
"past_job_titles": {
"title": "Past job title",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Filter by the job titles you are targeting of leads' past roles. Accepts multiple keywords.",
"items": {
"type": "string"
}
},
"past_job_titles_exclude": {
"title": "Past job title (Exclude)",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Exclude leads by the job titles you are targeting of leads' past roles. Accepts multiple keywords.",
"items": {
"type": "string"
}
},
"year_in_current_company": {
"title": "Years in current company",
"type": "array",
"description": "Filter by the range of years since leads joined their current companies. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Less than 1 year",
"1 to 2 years",
"3 to 5 years",
"6 to 10 years",
"More than 10 years"
],
"enumTitles": [
"Less than 1 year",
"1 to 2 years",
"3 to 5 years",
"6 to 10 years",
"More than 10 years"
]
}
},
"year_in_current_position": {
"title": "Years in current position",
"type": "array",
"description": "Filter by the range of years since leads started their current positions. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Less than 1 year",
"1 to 2 years",
"3 to 5 years",
"6 to 10 years",
"More than 10 years"
],
"enumTitles": [
"Less than 1 year",
"1 to 2 years",
"3 to 5 years",
"6 to 10 years",
"More than 10 years"
]
}
},
"geo_codes": {
"title": "Geography",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Filter by region, country, state/province, city or postal code to identify leads located in your selected geographic locations. Accepts LinkedIn geo codes. Here's how to get a geo code: http://bit.ly/3IeX3dJ",
"items": {
"type": "string"
}
},
"geo_codes_exclude": {
"title": "Geography (Exclude)",
"maxItems": 20,
"uniqueItems": true,
"type": "array",
"description": "Filter by region, country, state/province, city or postal code to exclude leads located in your selected geographic locations. Accepts LinkedIn geo codes. Here's how to get a geo code: http://bit.ly/3IeX3dJ",
"items": {
"type": "string"
}
},
"industry_codes": {
"title": "Industry",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Filter by industry to identify leads in your target industries. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"2190",
"34",
"2217",
"2212",
"2214",
"32",
"31",
"2197",
"2194",
"1912",
"1938",
"110",
"122",
"1965",
"2934",
"101",
"1916",
"121",
"1956",
"1958",
"104",
"1923",
"1925",
"1931",
"108",
"30",
"103",
"48",
"406",
"413",
"408",
"51",
"431",
"428",
"419",
"435",
"453",
"460",
"436",
"91",
"90",
"1909",
"107",
"1911",
"2318",
"100",
"2258",
"2272",
"2259",
"2282",
"131",
"89",
"2225",
"2247",
"2240",
"2255",
"2253",
"2226",
"1999",
"132",
"68",
"67",
"105",
"2018",
"2019",
"2025",
"2020",
"2029",
"2012",
"2027",
"28",
"38",
"37",
"2161",
"2159",
"2163",
"115",
"2130",
"2139",
"2135",
"39",
"33",
"2143",
"2142",
"2133",
"40",
"2167",
"29",
"2179",
"2181",
"124",
"201",
"63",
"150",
"298",
"256",
"66",
"64",
"43",
"129",
"1720",
"45",
"46",
"1713",
"106",
"1673",
"41",
"141",
"1696",
"1678",
"1742",
"1743",
"1745",
"1750",
"42",
"1738",
"1737",
"1725",
"75",
"73",
"3068",
"3065",
"3070",
"77",
"78",
"2375",
"3085",
"3086",
"388",
"2366",
"2368",
"2353",
"69",
"2360",
"2358",
"2369",
"2374",
"3081",
"2391",
"71",
"74",
"79",
"76",
"72",
"3089",
"1905",
"14",
"2115",
"2112",
"2081",
"88",
"2128",
"2122",
"2125",
"13",
"125",
"2077",
"2048",
"2045",
"2060",
"2074",
"2069",
"139",
"2050",
"2063",
"2054",
"2040",
"2091",
"25",
"598",
"615",
"112",
"998",
"2468",
"3255",
"1005",
"54",
"709",
"703",
"690",
"722",
"18",
"15",
"727",
"3251",
"24",
"973",
"964",
"3",
"3245",
"994",
"983",
"3254",
"7",
"144",
"840",
"852",
"861",
"871",
"849",
"883",
"887",
"873",
"876",
"23",
"562",
"564",
"2500",
"481",
"529",
"142",
"65",
"504",
"521",
"528",
"495",
"26",
"1080",
"1095",
"1090",
"145",
"799",
"773",
"779",
"794",
"616",
"622",
"625",
"55",
"901",
"147",
"3247",
"918",
"935",
"3241",
"923",
"135",
"928",
"17",
"679",
"61",
"743",
"146",
"117",
"763",
"807",
"83",
"20",
"60",
"21",
"1029",
"52",
"1",
"53",
"3253",
"1042",
"62",
"58",
"784",
"332",
"56",
"341",
"345",
"356",
"57",
"3096",
"3095",
"1810",
"47",
"80",
"148",
"98",
"97",
"50",
"3246",
"11",
"86",
"137",
"1862",
"2401",
"123",
"102",
"99",
"140",
"3256",
"3126",
"3242",
"3248",
"3249",
"96",
"118",
"3244",
"3102",
"3106",
"1855",
"3104",
"3103",
"3107",
"3105",
"10",
"120",
"9",
"136",
"70",
"12",
"114",
"130",
"3243",
"16",
"1757",
"1779",
"1798",
"1786",
"44",
"128",
"1759",
"1770",
"27",
"1339",
"22",
"1445",
"19",
"1319",
"3186",
"111",
"1409",
"1324",
"1423",
"1309",
"1370",
"1359",
"3250",
"143",
"1292",
"1407",
"138",
"1424",
"1431",
"1594",
"3133",
"82",
"1602",
"81",
"1600",
"36",
"1641",
"1633",
"35",
"127",
"126",
"1611",
"1623",
"1625",
"8",
"1649",
"1644",
"119",
"6",
"2458",
"3134",
"3128",
"3252",
"84",
"3132",
"3129",
"113",
"3124",
"85",
"3125",
"1285",
"3127",
"4",
"109",
"3131",
"5",
"3130",
"3101",
"3099",
"3100",
"116",
"94",
"87",
"1495",
"1504",
"1512",
"1517",
"1532",
"1505",
"1497",
"95",
"1520",
"1573",
"1481",
"92",
"93",
"59",
"383",
"385",
"386",
"3240",
"390",
"389",
"384",
"387",
"2489",
"382",
"397",
"398",
"404",
"1981",
"1986",
"400",
"133",
"1267",
"1222",
"1171",
"49",
"1257",
"1157",
"1221",
"1231",
"1230",
"1137",
"1178",
"134",
"1208",
"1187",
"1166",
"1128",
"1212",
"1262",
"1153",
"1250",
"1206"
],
"enumTitles": [
"Accommodation Services",
"Food and Beverage Services",
"Bars, Taverns, and Nightclubs",
"Caterers",
"Mobile Food Services",
"Restaurants",
"Hospitality",
"Bed-and-Breakfasts, Hostels, Homestays",
"Hotels and Motels",
"Administrative and Support Services",
"Collection Agencies",
"Events Services",
"Facilities Services",
"Janitorial Services",
"Landscaping Services",
"Fundraising",
"Office Administration",
"Security and Investigations",
"Security Guards and Patrol Services",
"Security Systems Services",
"Staffing and Recruiting",
"Executive Search Services",
"Temporary Help Services",
"Telephone Call Centers",
"Translation and Localization",
"Travel Arrangements",
"Writing and Editing",
"Construction",
"Building Construction",
"Nonresidential Building Construction",
"Residential Building Construction",
"Civil Engineering",
"Highway, Street, and Bridge Construction",
"Subdivision of Land",
"Utility System Construction",
"Specialty Trade Contractors",
"Building Equipment Contractors",
"Building Finishing Contractors",
"Building Structure and Exterior Contractors",
"Consumer Services",
"Civic and Social Organizations",
"Industry Associations",
"Political Organizations",
"Professional Organizations",
"Household Services",
"Non-profit Organizations",
"Personal and Laundry Services",
"Laundry and Drycleaning Services",
"Personal Care Services",
"Pet Services",
"Philanthropic Fundraising Services",
"Religious Institutions",
"Repair and Maintenance",
"Commercial and Industrial Machinery Maintenance",
"Electronic and Precision Equipment Maintenance",
"Footwear and Leather Goods Repair",
"Reupholstery and Furniture Repair",
"Vehicle Repair and Maintenance",
"Education",
"E-Learning Providers",
"Higher Education",
"Primary and Secondary Education",
"Professional Training and Coaching",
"Technical and Vocational Training",
"Cosmetology and Barber Schools",
"Fine Arts Schools",
"Flight Training",
"Language Schools",
"Secretarial Schools",
"Sports and Recreation Instruction",
"Entertainment Providers",
"Artists and Writers",
"Museums, Historical Sites, and Zoos",
"Historical Sites",
"Museums",
"Zoos and Botanical Gardens",
"Musicians",
"Performing Arts and Spectator Sports",
"Circuses and Magic Shows",
"Dance Companies",
"Performing Arts",
"Spectator Sports",
"Racetracks",
"Sports Teams and Clubs",
"Theater Companies",
"Recreational Facilities",
"Amusement Parks and Arcades",
"Gambling Facilities and Casinos",
"Golf Courses and Country Clubs",
"Skiing Facilities",
"Wellness and Fitness Services",
"Farming, Ranching, Forestry",
"Farming",
"Horticulture",
"Forestry and Logging",
"Ranching and Fisheries",
"Fisheries",
"Ranching",
"Financial Services",
"Capital Markets",
"Investment Advice",
"Investment Banking",
"Investment Management",
"Securities and Commodity Exchanges",
"Venture Capital and Private Equity Principals",
"Credit Intermediation",
"Banking",
"International Trade and Development",
"Loan Brokers",
"Savings Institutions",
"Funds and Trusts",
"Insurance and Employee Benefit Funds",
"Pension Funds",
"Trusts and Estates",
"Insurance",
"Claims Adjusting, Actuarial Services",
"Insurance Agencies and Brokerages",
"Insurance Carriers",
"Government Administration",
"Administration of Justice",
"Correctional Institutions",
"Courts of Law",
"Fire Protection",
"Law Enforcement",
"Public Safety",
"Economic Programs",
"Transportation Programs",
"Utilities Administration",
"Environmental Quality Programs",
"Air, Water, and Waste Program Management",
"Conservation Programs",
"Health and Human Services",
"Education Administration Programs",
"Public Assistance Programs",
"Public Health",
"Housing and Community Development",
"Community Development and Urban Planning",
"Housing Programs",
"Military and International Affairs",
"Armed Forces",
"International Affairs",
"Public Policy Offices",
"Executive Offices",
"Legislative Offices",
"Space Research and Technology",
"Holding Companies",
"Hospitals and Health Care",
"Community Services",
"Services for the Elderly and Disabled",
"Hospitals",
"Individual and Family Services",
"Child Day Care Services",
"Emergency and Relief Services",
"Vocational Rehabilitation Services",
"Medical Practices",
"Alternative Medicine",
"Ambulance Services",
"Chiropractors",
"Dentists",
"Family Planning Centers",
"Home Health Care Services",
"Medical and Diagnostic Laboratories",
"Mental Health Care",
"Optometrists",
"Outpatient Care Centers",
"Physical, Occupational and Speech Therapists",
"Physicians",
"Nursing Homes and Residential Care Facilities",
"Manufacturing",
"Apparel Manufacturing",
"Fashion Accessories Manufacturing",
"Appliances, Electrical, and Electronics Manufacturing",
"Electric Lighting Equipment Manufacturing",
"Electrical Equipment Manufacturing",
"Fuel Cell Manufacturing",
"Household Appliance Manufacturing",
"Chemical Manufacturing",
"Agricultural Chemical Manufacturing",
"Artificial Rubber and Synthetic Fiber Manufacturing",
"Chemical Raw Materials Manufacturing",
"Paint, Coating, and Adhesive Manufacturing",
"Personal Care Product Manufacturing",
"Pharmaceutical Manufacturing",
"Soap and Cleaning Product Manufacturing",
"Climate Technology Product Manufacturing",
"Computers and Electronics Manufacturing",
"Audio and Video Equipment Manufacturing",
"Communications Equipment Manufacturing",
"Computer Hardware Manufacturing",
"Accessible Hardware Manufacturing",
"Magnetic and Optical Media Manufacturing",
"Measuring and Control Instrument Manufacturing",
"Smart Meter Manufacturing",
"Semiconductor Manufacturing",
"Renewable Energy Semiconductor Manufacturing",
"Fabricated Metal Products",
"Architectural and Structural Metal Manufacturing",
"Boilers, Tanks, and Shipping Container Manufacturing",
"Construction Hardware Manufacturing",
"Cutlery and Handtool Manufacturing",
"Metal Treatments",
"Metal Valve, Ball, and Roller Manufacturing",
"Spring and Wire Product Manufacturing",
"Turned Products and Fastener Manufacturing",
"Food and Beverage Manufacturing",
"Breweries",
"Distilleries",
"Wineries",
"Animal Feed Manufacturing",
"Baked Goods Manufacturing",
"Beverage Manufacturing",
"Dairy Product Manufacturing",
"Fruit and Vegetable Preserves Manufacturing",
"Meat Products Manufacturing",
"Seafood Product Manufacturing",
"Sugar and Confectionery Product Manufacturing",
"Furniture and Home Furnishings Manufacturing",
"Household and Institutional Furniture Manufacturing",
"Mattress and Blinds Manufacturing",
"Office Furniture and Fixtures Manufacturing",
"Glass, Ceramics and Concrete Manufacturing",
"Abrasives and Nonmetallic Minerals Manufacturing",
"Clay and Refractory Products Manufacturing",
"Glass Product Manufacturing",
"Lime and Gypsum Products Manufacturing",
"Leather Product Manufacturing",
"Footwear Manufacturing",
"Women's Handbag Manufacturing",
"Machinery Manufacturing",
"Agriculture, Construction, Mining Machinery Manufacturing",
"Automation Machinery Manufacturing",
"Robot Manufacturing",
"Commercial and Service Industry Machinery Manufacturing",
"Engines and Power Transmission Equipment Manufacturing",
"Renewable Energy Equipment Manufacturing",
"HVAC and Refrigeration Equipment Manufacturing",
"Industrial Machinery Manufacturing",
"Metalworking Machinery Manufacturing",
"Medical Equipment Manufacturing",
"Oil and Coal Product Manufacturing",
"Paper and Forest Product Manufacturing",
"Plastics and Rubber Product Manufacturing",
"Packaging and Containers Manufacturing",
"Plastics Manufacturing",
"Rubber Products Manufacturing",
"Primary Metal Manufacturing",
"Printing Services",
"Sporting Goods Manufacturing",
"Textile Manufacturing",
"Tobacco Manufacturing",
"Transportation Equipment Manufacturing",
"Aviation and Aerospace Component Manufacturing",
"Defense and Space Manufacturing",
"Motor Vehicle Manufacturing",
"Alternative Fuel Vehicle Manufacturing",
"Motor Vehicle Parts Manufacturing",
"Railroad Equipment Manufacturing",
"Shipbuilding",
"Wood Product Manufacturing",
"Oil, Gas, and Mining",
"Mining",
"Coal Mining",
"Metal Ore Mining",
"Nonmetallic Mineral Mining",
"Oil and Gas",
"Natural Gas Extraction",
"Oil Extraction",
"Professional Services",
"Accounting",
"Advertising Services",
"Government Relations Services",
"Public Relations and Communications Services",
"Market Research",
"Architecture and Planning",
"Accessible Architecture and Design",
"Business Consulting and Services",
"Environmental Services",
"Human Resources Services",
"Marketing Services",
"Operations Consulting",
"Outsourcing and Offshoring Consulting",
"Strategic Management Services",
"Design Services",
"Graphic Design",
"Regenerative Design",
"Interior Design",
"Engineering Services",
"Robotics Engineering",
"Surveying and Mapping Services",
"IT Services and IT Consulting",
"Computer and Network Security",
"Digital Accessibility Services",
"IT System Custom Software Development",
"IT System Data Services",
"IT System Design Services",
"IT System Installation and Disposal",
"IT System Operations and Maintenance",
"IT System Testing and Evaluation",
"IT System Training and Support",
"Legal Services",
"Alternative Dispute Resolution",
"Law Practice",
"Photography",
"Research Services",
"Biotechnology Research",
"Nanotechnology Research",
"Think Tanks",
"Services for Renewable Energy",
"Veterinary Services",
"Real Estate and Equipment Rental Services",
"Equipment Rental Services",
"Commercial and Industrial Equipment Rental",
"Consumer Goods Rental",
"Real Estate",
"Leasing Non-residential Real Estate",
"Leasing Residential Real Estate",
"Real Estate Agents and Brokers",
"Retail",
"Food and Beverage Retail",
"Retail Groceries",
"Online and Mail Order Retail",
"Retail Apparel and Fashion",
"Retail Appliances, Electrical, and Electronic Equipment",
"Retail Art Dealers",
"Retail Art Supplies",
"Retail Books and Printed News",
"Retail Building Materials and Garden Equipment",
"Retail Florists",
"Retail Furniture and Home Furnishings",
"Retail Gasoline",
"Retail Health and Personal Care Products",
"Retail Pharmacies",
"Retail Luxury Goods and Jewelry",
"Retail Motor Vehicles",
"Retail Musical Instruments",
"Retail Office Equipment",
"Retail Office Supplies and Gifts",
"Retail Recyclable Materials & Used Merchandise",
"Technology, Information and Media",
"Media & Telecommunications",
"Book and Periodical Publishing",
"Book Publishing",
"Newspaper Publishing",
"Periodical Publishing",
"Broadcast Media Production and Distribution",
"Cable and Satellite Programming",
"Radio and Television Broadcasting",
"Movies, Videos and Sound",
"Animation and Post-production",
"Media Production",
"Movies and Sound Recording",
"Sound Recording",
"Sheet Music Publishing",
"Telecommunications",
"Satellite Telecommunications",
"Telecommunications Carriers",
"Wireless Services",
"Technology, Information and Internet",
"Data Infrastructure and Analytics",
"Blockchain Services",
"Business Intelligence Platforms",
"Climate Data and Analytics",
"Information Services",
"Internet Publishing",
"Business Content",
"Online Audio and Video Media",
"Internet News",
"Libraries",
"Blogs",
"Internet Marketplace Platforms",
"Social Networking Platforms",
"Software Development",
"Computer Games",
"Mobile Gaming Apps",
"Computer Networking Products",
"Data Security Software Products",
"Desktop Computing Software Products",
"Embedded Software Products",
"Mobile Computing Software Products",
"Transportation, Logistics, Supply Chain and Storage",
"Airlines and Aviation",
"Freight and Package Transportation",
"Ground Passenger Transportation",
"Interurban and Rural Bus Services",
"School and Employee Bus Services",
"Shuttles and Special Needs Transportation Services",
"Sightseeing Transportation",
"Taxi and Limousine Services",
"Urban Transit Services",
"Maritime Transportation",
"Pipeline Transportation",
"Postal Services",
"Rail Transportation",
"Truck Transportation",
"Warehousing and Storage",
"Utilities",
"Electric Power Generation",
"Fossil Fuel Electric Power Generation",
"Nuclear Electric Power Generation",
"Renewable Energy Power Generation",
"Biomass Electric Power Generation",
"Geothermal Electric Power Generation",
"Hydroelectric Power Generation",
"Solar Electric Power Generation",
"Wind Electric Power Generation",
"Electric Power Transmission, Control, and Distribution",
"Natural Gas Distribution",
"Water, Waste, Steam, and Air Conditioning Services",
"Steam and Air-Conditioning Supply",
"Waste Collection",
"Waste Treatment and Disposal",
"Water Supply and Irrigation Systems",
"Wholesale",
"Wholesale Alcoholic Beverages",
"Wholesale Apparel and Sewing Supplies",
"Wholesale Appliances, Electrical, and Electronics",
"Wholesale Building Materials",
"Wholesale Chemical and Allied Products",
"Wholesale Computer Equipment",
"Wholesale Drugs and Sundries",
"Wholesale Food and Beverage",
"Wholesale Footwear",
"Wholesale Furniture and Home Furnishings",
"Wholesale Hardware, Plumbing, Heating Equipment",
"Wholesale Import and Export",
"Wholesale Luxury Goods and Jewelry",
"Wholesale Machinery",
"Wholesale Metals and Minerals",
"Wholesale Motor Vehicles and Parts",
"Wholesale Paper Products",
"Wholesale Petroleum and Petroleum Products",
"Wholesale Photography Equipment and Supplies",
"Wholesale Raw Farm Products",
"Wholesale Recyclable Materials"
]
}
},
"industry_codes_exclude": {
"title": "Industry (Exclude)",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Filter by industry to exclude leads in specific industries. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"2190",
"34",
"2217",
"2212",
"2214",
"32",
"31",
"2197",
"2194",
"1912",
"1938",
"110",
"122",
"1965",
"2934",
"101",
"1916",
"121",
"1956",
"1958",
"104",
"1923",
"1925",
"1931",
"108",
"30",
"103",
"48",
"406",
"413",
"408",
"51",
"431",
"428",
"419",
"435",
"453",
"460",
"436",
"91",
"90",
"1909",
"107",
"1911",
"2318",
"100",
"2258",
"2272",
"2259",
"2282",
"131",
"89",
"2225",
"2247",
"2240",
"2255",
"2253",
"2226",
"1999",
"132",
"68",
"67",
"105",
"2018",
"2019",
"2025",
"2020",
"2029",
"2012",
"2027",
"28",
"38",
"37",
"2161",
"2159",
"2163",
"115",
"2130",
"2139",
"2135",
"39",
"33",
"2143",
"2142",
"2133",
"40",
"2167",
"29",
"2179",
"2181",
"124",
"201",
"63",
"150",
"298",
"256",
"66",
"64",
"43",
"129",
"1720",
"45",
"46",
"1713",
"106",
"1673",
"41",
"141",
"1696",
"1678",
"1742",
"1743",
"1745",
"1750",
"42",
"1738",
"1737",
"1725",
"75",
"73",
"3068",
"3065",
"3070",
"77",
"78",
"2375",
"3085",
"3086",
"388",
"2366",
"2368",
"2353",
"69",
"2360",
"2358",
"2369",
"2374",
"3081",
"2391",
"71",
"74",
"79",
"76",
"72",
"3089",
"1905",
"14",
"2115",
"2112",
"2081",
"88",
"2128",
"2122",
"2125",
"13",
"125",
"2077",
"2048",
"2045",
"2060",
"2074",
"2069",
"139",
"2050",
"2063",
"2054",
"2040",
"2091",
"25",
"598",
"615",
"112",
"998",
"2468",
"3255",
"1005",
"54",
"709",
"703",
"690",
"722",
"18",
"15",
"727",
"3251",
"24",
"973",
"964",
"3",
"3245",
"994",
"983",
"3254",
"7",
"144",
"840",
"852",
"861",
"871",
"849",
"883",
"887",
"873",
"876",
"23",
"562",
"564",
"2500",
"481",
"529",
"142",
"65",
"504",
"521",
"528",
"495",
"26",
"1080",
"1095",
"1090",
"145",
"799",
"773",
"779",
"794",
"616",
"622",
"625",
"55",
"901",
"147",
"3247",
"918",
"935",
"3241",
"923",
"135",
"928",
"17",
"679",
"61",
"743",
"146",
"117",
"763",
"807",
"83",
"20",
"60",
"21",
"1029",
"52",
"1",
"53",
"3253",
"1042",
"62",
"58",
"784",
"332",
"56",
"341",
"345",
"356",
"57",
"3096",
"3095",
"1810",
"47",
"80",
"148",
"98",
"97",
"50",
"3246",
"11",
"86",
"137",
"1862",
"2401",
"123",
"102",
"99",
"140",
"3256",
"3126",
"3242",
"3248",
"3249",
"96",
"118",
"3244",
"3102",
"3106",
"1855",
"3104",
"3103",
"3107",
"3105",
"10",
"120",
"9",
"136",
"70",
"12",
"114",
"130",
"3243",
"16",
"1757",
"1779",
"1798",
"1786",
"44",
"128",
"1759",
"1770",
"27",
"1339",
"22",
"1445",
"19",
"1319",
"3186",
"111",
"1409",
"1324",
"1423",
"1309",
"1370",
"1359",
"3250",
"143",
"1292",
"1407",
"138",
"1424",
"1431",
"1594",
"3133",
"82",
"1602",
"81",
"1600",
"36",
"1641",
"1633",
"35",
"127",
"126",
"1611",
"1623",
"1625",
"8",
"1649",
"1644",
"119",
"6",
"2458",
"3134",
"3128",
"3252",
"84",
"3132",
"3129",
"113",
"3124",
"85",
"3125",
"1285",
"3127",
"4",
"109",
"3131",
"5",
"3130",
"3101",
"3099",
"3100",
"116",
"94",
"87",
"1495",
"1504",
"1512",
"1517",
"1532",
"1505",
"1497",
"95",
"1520",
"1573",
"1481",
"92",
"93",
"59",
"383",
"385",
"386",
"3240",
"390",
"389",
"384",
"387",
"2489",
"382",
"397",
"398",
"404",
"1981",
"1986",
"400",
"133",
"1267",
"1222",
"1171",
"49",
"1257",
"1157",
"1221",
"1231",
"1230",
"1137",
"1178",
"134",
"1208",
"1187",
"1166",
"1128",
"1212",
"1262",
"1153",
"1250",
"1206"
],
"enumTitles": [
"Accommodation Services",
"Food and Beverage Services",
"Bars, Taverns, and Nightclubs",
"Caterers",
"Mobile Food Services",
"Restaurants",
"Hospitality",
"Bed-and-Breakfasts, Hostels, Homestays",
"Hotels and Motels",
"Administrative and Support Services",
"Collection Agencies",
"Events Services",
"Facilities Services",
"Janitorial Services",
"Landscaping Services",
"Fundraising",
"Office Administration",
"Security and Investigations",
"Security Guards and Patrol Services",
"Security Systems Services",
"Staffing and Recruiting",
"Executive Search Services",
"Temporary Help Services",
"Telephone Call Centers",
"Translation and Localization",
"Travel Arrangements",
"Writing and Editing",
"Construction",
"Building Construction",
"Nonresidential Building Construction",
"Residential Building Construction",
"Civil Engineering",
"Highway, Street, and Bridge Construction",
"Subdivision of Land",
"Utility System Construction",
"Specialty Trade Contractors",
"Building Equipment Contractors",
"Building Finishing Contractors",
"Building Structure and Exterior Contractors",
"Consumer Services",
"Civic and Social Organizations",
"Industry Associations",
"Political Organizations",
"Professional Organizations",
"Household Services",
"Non-profit Organizations",
"Personal and Laundry Services",
"Laundry and Drycleaning Services",
"Personal Care Services",
"Pet Services",
"Philanthropic Fundraising Services",
"Religious Institutions",
"Repair and Maintenance",
"Commercial and Industrial Machinery Maintenance",
"Electronic and Precision Equipment Maintenance",
"Footwear and Leather Goods Repair",
"Reupholstery and Furniture Repair",
"Vehicle Repair and Maintenance",
"Education",
"E-Learning Providers",
"Higher Education",
"Primary and Secondary Education",
"Professional Training and Coaching",
"Technical and Vocational Training",
"Cosmetology and Barber Schools",
"Fine Arts Schools",
"Flight Training",
"Language Schools",
"Secretarial Schools",
"Sports and Recreation Instruction",
"Entertainment Providers",
"Artists and Writers",
"Museums, Historical Sites, and Zoos",
"Historical Sites",
"Museums",
"Zoos and Botanical Gardens",
"Musicians",
"Performing Arts and Spectator Sports",
"Circuses and Magic Shows",
"Dance Companies",
"Performing Arts",
"Spectator Sports",
"Racetracks",
"Sports Teams and Clubs",
"Theater Companies",
"Recreational Facilities",
"Amusement Parks and Arcades",
"Gambling Facilities and Casinos",
"Golf Courses and Country Clubs",
"Skiing Facilities",
"Wellness and Fitness Services",
"Farming, Ranching, Forestry",
"Farming",
"Horticulture",
"Forestry and Logging",
"Ranching and Fisheries",
"Fisheries",
"Ranching",
"Financial Services",
"Capital Markets",
"Investment Advice",
"Investment Banking",
"Investment Management",
"Securities and Commodity Exchanges",
"Venture Capital and Private Equity Principals",
"Credit Intermediation",
"Banking",
"International Trade and Development",
"Loan Brokers",
"Savings Institutions",
"Funds and Trusts",
"Insurance and Employee Benefit Funds",
"Pension Funds",
"Trusts and Estates",
"Insurance",
"Claims Adjusting, Actuarial Services",
"Insurance Agencies and Brokerages",
"Insurance Carriers",
"Government Administration",
"Administration of Justice",
"Correctional Institutions",
"Courts of Law",
"Fire Protection",
"Law Enforcement",
"Public Safety",
"Economic Programs",
"Transportation Programs",
"Utilities Administration",
"Environmental Quality Programs",
"Air, Water, and Waste Program Management",
"Conservation Programs",
"Health and Human Services",
"Education Administration Programs",
"Public Assistance Programs",
"Public Health",
"Housing and Community Development",
"Community Development and Urban Planning",
"Housing Programs",
"Military and International Affairs",
"Armed Forces",
"International Affairs",
"Public Policy Offices",
"Executive Offices",
"Legislative Offices",
"Space Research and Technology",
"Holding Companies",
"Hospitals and Health Care",
"Community Services",
"Services for the Elderly and Disabled",
"Hospitals",
"Individual and Family Services",
"Child Day Care Services",
"Emergency and Relief Services",
"Vocational Rehabilitation Services",
"Medical Practices",
"Alternative Medicine",
"Ambulance Services",
"Chiropractors",
"Dentists",
"Family Planning Centers",
"Home Health Care Services",
"Medical and Diagnostic Laboratories",
"Mental Health Care",
"Optometrists",
"Outpatient Care Centers",
"Physical, Occupational and Speech Therapists",
"Physicians",
"Nursing Homes and Residential Care Facilities",
"Manufacturing",
"Apparel Manufacturing",
"Fashion Accessories Manufacturing",
"Appliances, Electrical, and Electronics Manufacturing",
"Electric Lighting Equipment Manufacturing",
"Electrical Equipment Manufacturing",
"Fuel Cell Manufacturing",
"Household Appliance Manufacturing",
"Chemical Manufacturing",
"Agricultural Chemical Manufacturing",
"Artificial Rubber and Synthetic Fiber Manufacturing",
"Chemical Raw Materials Manufacturing",
"Paint, Coating, and Adhesive Manufacturing",
"Personal Care Product Manufacturing",
"Pharmaceutical Manufacturing",
"Soap and Cleaning Product Manufacturing",
"Climate Technology Product Manufacturing",
"Computers and Electronics Manufacturing",
"Audio and Video Equipment Manufacturing",
"Communications Equipment Manufacturing",
"Computer Hardware Manufacturing",
"Accessible Hardware Manufacturing",
"Magnetic and Optical Media Manufacturing",
"Measuring and Control Instrument Manufacturing",
"Smart Meter Manufacturing",
"Semiconductor Manufacturing",
"Renewable Energy Semiconductor Manufacturing",
"Fabricated Metal Products",
"Architectural and Structural Metal Manufacturing",
"Boilers, Tanks, and Shipping Container Manufacturing",
"Construction Hardware Manufacturing",
"Cutlery and Handtool Manufacturing",
"Metal Treatments",
"Metal Valve, Ball, and Roller Manufacturing",
"Spring and Wire Product Manufacturing",
"Turned Products and Fastener Manufacturing",
"Food and Beverage Manufacturing",
"Breweries",
"Distilleries",
"Wineries",
"Animal Feed Manufacturing",
"Baked Goods Manufacturing",
"Beverage Manufacturing",
"Dairy Product Manufacturing",
"Fruit and Vegetable Preserves Manufacturing",
"Meat Products Manufacturing",
"Seafood Product Manufacturing",
"Sugar and Confectionery Product Manufacturing",
"Furniture and Home Furnishings Manufacturing",
"Household and Institutional Furniture Manufacturing",
"Mattress and Blinds Manufacturing",
"Office Furniture and Fixtures Manufacturing",
"Glass, Ceramics and Concrete Manufacturing",
"Abrasives and Nonmetallic Minerals Manufacturing",
"Clay and Refractory Products Manufacturing",
"Glass Product Manufacturing",
"Lime and Gypsum Products Manufacturing",
"Leather Product Manufacturing",
"Footwear Manufacturing",
"Women's Handbag Manufacturing",
"Machinery Manufacturing",
"Agriculture, Construction, Mining Machinery Manufacturing",
"Automation Machinery Manufacturing",
"Robot Manufacturing",
"Commercial and Service Industry Machinery Manufacturing",
"Engines and Power Transmission Equipment Manufacturing",
"Renewable Energy Equipment Manufacturing",
"HVAC and Refrigeration Equipment Manufacturing",
"Industrial Machinery Manufacturing",
"Metalworking Machinery Manufacturing",
"Medical Equipment Manufacturing",
"Oil and Coal Product Manufacturing",
"Paper and Forest Product Manufacturing",
"Plastics and Rubber Product Manufacturing",
"Packaging and Containers Manufacturing",
"Plastics Manufacturing",
"Rubber Products Manufacturing",
"Primary Metal Manufacturing",
"Printing Services",
"Sporting Goods Manufacturing",
"Textile Manufacturing",
"Tobacco Manufacturing",
"Transportation Equipment Manufacturing",
"Aviation and Aerospace Component Manufacturing",
"Defense and Space Manufacturing",
"Motor Vehicle Manufacturing",
"Alternative Fuel Vehicle Manufacturing",
"Motor Vehicle Parts Manufacturing",
"Railroad Equipment Manufacturing",
"Shipbuilding",
"Wood Product Manufacturing",
"Oil, Gas, and Mining",
"Mining",
"Coal Mining",
"Metal Ore Mining",
"Nonmetallic Mineral Mining",
"Oil and Gas",
"Natural Gas Extraction",
"Oil Extraction",
"Professional Services",
"Accounting",
"Advertising Services",
"Government Relations Services",
"Public Relations and Communications Services",
"Market Research",
"Architecture and Planning",
"Accessible Architecture and Design",
"Business Consulting and Services",
"Environmental Services",
"Human Resources Services",
"Marketing Services",
"Operations Consulting",
"Outsourcing and Offshoring Consulting",
"Strategic Management Services",
"Design Services",
"Graphic Design",
"Regenerative Design",
"Interior Design",
"Engineering Services",
"Robotics Engineering",
"Surveying and Mapping Services",
"IT Services and IT Consulting",
"Computer and Network Security",
"Digital Accessibility Services",
"IT System Custom Software Development",
"IT System Data Services",
"IT System Design Services",
"IT System Installation and Disposal",
"IT System Operations and Maintenance",
"IT System Testing and Evaluation",
"IT System Training and Support",
"Legal Services",
"Alternative Dispute Resolution",
"Law Practice",
"Photography",
"Research Services",
"Biotechnology Research",
"Nanotechnology Research",
"Think Tanks",
"Services for Renewable Energy",
"Veterinary Services",
"Real Estate and Equipment Rental Services",
"Equipment Rental Services",
"Commercial and Industrial Equipment Rental",
"Consumer Goods Rental",
"Real Estate",
"Leasing Non-residential Real Estate",
"Leasing Residential Real Estate",
"Real Estate Agents and Brokers",
"Retail",
"Food and Beverage Retail",
"Retail Groceries",
"Online and Mail Order Retail",
"Retail Apparel and Fashion",
"Retail Appliances, Electrical, and Electronic Equipment",
"Retail Art Dealers",
"Retail Art Supplies",
"Retail Books and Printed News",
"Retail Building Materials and Garden Equipment",
"Retail Florists",
"Retail Furniture and Home Furnishings",
"Retail Gasoline",
"Retail Health and Personal Care Products",
"Retail Pharmacies",
"Retail Luxury Goods and Jewelry",
"Retail Motor Vehicles",
"Retail Musical Instruments",
"Retail Office Equipment",
"Retail Office Supplies and Gifts",
"Retail Recyclable Materials & Used Merchandise",
"Technology, Information and Media",
"Media & Telecommunications",
"Book and Periodical Publishing",
"Book Publishing",
"Newspaper Publishing",
"Periodical Publishing",
"Broadcast Media Production and Distribution",
"Cable and Satellite Programming",
"Radio and Television Broadcasting",
"Movies, Videos and Sound",
"Animation and Post-production",
"Media Production",
"Movies and Sound Recording",
"Sound Recording",
"Sheet Music Publishing",
"Telecommunications",
"Satellite Telecommunications",
"Telecommunications Carriers",
"Wireless Services",
"Technology, Information and Internet",
"Data Infrastructure and Analytics",
"Blockchain Services",
"Business Intelligence Platforms",
"Climate Data and Analytics",
"Information Services",
"Internet Publishing",
"Business Content",
"Online Audio and Video Media",
"Internet News",
"Libraries",
"Blogs",
"Internet Marketplace Platforms",
"Social Networking Platforms",
"Software Development",
"Computer Games",
"Mobile Gaming Apps",
"Computer Networking Products",
"Data Security Software Products",
"Desktop Computing Software Products",
"Embedded Software Products",
"Mobile Computing Software Products",
"Transportation, Logistics, Supply Chain and Storage",
"Airlines and Aviation",
"Freight and Package Transportation",
"Ground Passenger Transportation",
"Interurban and Rural Bus Services",
"School and Employee Bus Services",
"Shuttles and Special Needs Transportation Services",
"Sightseeing Transportation",
"Taxi and Limousine Services",
"Urban Transit Services",
"Maritime Transportation",
"Pipeline Transportation",
"Postal Services",
"Rail Transportation",
"Truck Transportation",
"Warehousing and Storage",
"Utilities",
"Electric Power Generation",
"Fossil Fuel Electric Power Generation",
"Nuclear Electric Power Generation",
"Renewable Energy Power Generation",
"Biomass Electric Power Generation",
"Geothermal Electric Power Generation",
"Hydroelectric Power Generation",
"Solar Electric Power Generation",
"Wind Electric Power Generation",
"Electric Power Transmission, Control, and Distribution",
"Natural Gas Distribution",
"Water, Waste, Steam, and Air Conditioning Services",
"Steam and Air-Conditioning Supply",
"Waste Collection",
"Waste Treatment and Disposal",
"Water Supply and Irrigation Systems",
"Wholesale",
"Wholesale Alcoholic Beverages",
"Wholesale Apparel and Sewing Supplies",
"Wholesale Appliances, Electrical, and Electronics",
"Wholesale Building Materials",
"Wholesale Chemical and Allied Products",
"Wholesale Computer Equipment",
"Wholesale Drugs and Sundries",
"Wholesale Food and Beverage",
"Wholesale Footwear",
"Wholesale Furniture and Home Furnishings",
"Wholesale Hardware, Plumbing, Heating Equipment",
"Wholesale Import and Export",
"Wholesale Luxury Goods and Jewelry",
"Wholesale Machinery",
"Wholesale Metals and Minerals",
"Wholesale Motor Vehicles and Parts",
"Wholesale Paper Products",
"Wholesale Petroleum and Petroleum Products",
"Wholesale Photography Equipment and Supplies",
"Wholesale Raw Farm Products",
"Wholesale Recyclable Materials"
]
}
},
"first_name": {
"title": "First name",
"type": "string",
"description": "Filter leads by first name."
},
"last_name": {
"title": "Last name",
"type": "string",
"description": "Filter leads by last name."
},
"profile_languages": {
"title": "Profile language",
"type": "array",
"description": "Filter leads by their selected profile language on their LinkedIn profile. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Arabic",
"English",
"Spanish",
"Portuguese",
"Chinese",
"French",
"Italian",
"Russian",
"German",
"Dutch",
"Turkish",
"Tagalog",
"Polish",
"Korean",
"Japanese",
"Malay",
"Norwegian",
"Danish",
"Romanian",
"Swedish",
"Bahasa Indonesia",
"Czech"
],
"enumTitles": [
"Arabic",
"English",
"Spanish",
"Portuguese",
"Chinese",
"French",
"Italian",
"Russian",
"German",
"Dutch",
"Turkish",
"Tagalog",
"Polish",
"Korean",
"Japanese",
"Malay",
"Norwegian",
"Danish",
"Romanian",
"Swedish",
"Bahasa Indonesia",
"Czech"
]
}
},
"years_of_experience": {
"title": "Years of experience",
"type": "array",
"description": "Filter leads by their total work experience - find leads just starting out or identify those experienced in their roles. Allows multiple choices.",
"items": {
"type": "string",
"enum": [
"Less than 1 year",
"1 to 2 years",
"3 to 5 years",
"6 to 10 years",
"More than 10 years"
],
"enumTitles": [
"Less than 1 year",
"1 to 2 years",
"3 to 5 years",
"6 to 10 years",
"More than 10 years"
]
}
},
"school_ids": {
"title": "School",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Filter by where a lead went to college or university. Accepts LinkedIn school IDs.",
"items": {
"type": "string"
}
},
"school_ids_exclude": {
"title": "School (Exclude)",
"maxItems": 10,
"uniqueItems": true,
"type": "array",
"description": "Exclude leads by where they went to college or university. Accepts LinkedIn school IDs.",
"items": {
"type": "string"
}
},
"changed_jobs": {
"title": "Changed jobs in last 90 days",
"type": "boolean",
"description": "Quickly identify leads who have changed jobs within the last 90 days - signaling new contacts at your accounts, new business opportunities, and expand your network.",
"default": false
},
"posted_on_linkedin": {
"title": "Posted on LinkedIn in 30 days",
"type": "boolean",
"description": "Filter by leads who have created a post on LinkedIn in the past 30 days - allowing you to quickly identify active LinkedIn users who are more likely to interact.",
"default": false
}
}
},
"runsResponseSchema": {
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"actId": {
"type": "string"
},
"userId": {
"type": "string"
},
"startedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"finishedAt": {
"type": "string",
"format": "date-time",
"example": "2025-01-08T00:00:00.000Z"
},
"status": {
"type": "string",
"example": "READY"
},
"meta": {
"type": "object",
"properties": {
"origin": {
"type": "string",
"example": "API"
},
"userAgent": {
"type": "string"
}
}
},
"stats": {
"type": "object",
"properties": {
"inputBodyLen": {
"type": "integer",
"example": 2000
},
"rebootCount": {
"type": "integer",
"example": 0
},
"restartCount": {
"type": "integer",
"example": 0
},
"resurrectCount": {
"type": "integer",
"example": 0
},
"computeUnits": {
"type": "integer",
"example": 0
}
}
},
"options": {
"type": "object",
"properties": {
"build": {
"type": "string",
"example": "latest"
},
"timeoutSecs": {
"type": "integer",
"example": 300
},
"memoryMbytes": {
"type": "integer",
"example": 1024
},
"diskMbytes": {
"type": "integer",
"example": 2048
}
}
},
"buildId": {
"type": "string"
},
"defaultKeyValueStoreId": {
"type": "string"
},
"defaultDatasetId": {
"type": "string"
},
"defaultRequestQueueId": {
"type": "string"
},
"buildNumber": {
"type": "string",
"example": "1.0.0"
},
"containerUrl": {
"type": "string"
},
"usage": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "integer",
"example": 1
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
},
"usageTotalUsd": {
"type": "number",
"example": 0.00005
},
"usageUsd": {
"type": "object",
"properties": {
"ACTOR_COMPUTE_UNITS": {
"type": "integer",
"example": 0
},
"DATASET_READS": {
"type": "integer",
"example": 0
},
"DATASET_WRITES": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_READS": {
"type": "integer",
"example": 0
},
"KEY_VALUE_STORE_WRITES": {
"type": "number",
"example": 0.00005
},
"KEY_VALUE_STORE_LISTS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_READS": {
"type": "integer",
"example": 0
},
"REQUEST_QUEUE_WRITES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_INTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"DATA_TRANSFER_EXTERNAL_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
"type": "integer",
"example": 0
},
"PROXY_SERPS": {
"type": "integer",
"example": 0
}
}
}
}
}
}
}
}
}
}

LinkedIn Sales Navigator | Lead Search Scraper [NO COOKIE] OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for LinkedIn Sales Navigator | Lead Search Scraper [NO COOKIE] from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients: