{
  "openapi": "3.0.1",
  "info": {
    "title": "LinkedIn Jobs Scraper | Remove Duplicate Jobs | Pay Per Result",
    "description": "LinkedIn Jobs Scraper | Remove Duplicate Jobs.\n\nThe LinkedIn jobs scraper allows you to collect jobs in 2 ways:\n\n    By providing one or more start URLs, or\n    By entering multiple keywords, search queries.\n\nYou can use either method individually or combine both.",
    "version": "0.0",
    "x-build-id": "7mbJA6FElnUgiP5jE"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/cheap_scraper~linkedin-job-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-cheap_scraper-linkedin-job-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/cheap_scraper~linkedin-job-scraper/runs": {
      "post": {
        "operationId": "runs-sync-cheap_scraper-linkedin-job-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/cheap_scraper~linkedin-job-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-cheap_scraper-linkedin-job-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",
        "properties": {
          "startUrls": {
            "title": "Start URLs",
            "type": "array",
            "description": "One or more URLs of the pages where the crawler will start. Note that the Actor will additionally crawl job page data.",
            "items": {
              "type": "object",
              "required": [
                "url"
              ],
              "properties": {
                "url": {
                  "type": "string",
                  "title": "URL of a web page",
                  "format": "uri"
                }
              }
            }
          },
          "keyword": {
            "title": "Keywords",
            "type": "array",
            "description": "Keyword to search for. (e.g., Software Engineer)",
            "items": {
              "type": "string"
            }
          },
          "locations": {
            "title": "Locations",
            "uniqueItems": true,
            "type": "array",
            "description": "One or more locations to search in (e.g. Montreal, Canada). Each location is combined with every keyword to generate one search per pair. When set alongside the legacy Location field, both are merged.",
            "items": {
              "type": "string"
            }
          },
          "location": {
            "title": "Location (Legacy)",
            "type": "string",
            "description": "Single location to search in. Use the Locations field instead to search multiple locations at once."
          },
          "distance": {
            "title": "Distance (Search Radius)",
            "enum": [
              "",
              "5",
              "10",
              "15",
              "25",
              "50"
            ],
            "type": "string",
            "description": "Search radius from the location in miles. Leave empty for default.",
            "default": ""
          },
          "publishedAt": {
            "title": "Published At",
            "enum": [
              "",
              "r86400",
              "r604800",
              "r2592000"
            ],
            "type": "string",
            "description": "How old publications should be in Days. Default is ANY.",
            "default": ""
          },
          "jobType": {
            "title": "Job Type",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by job type (Full-time, Part-time, Contract, etc.). Multiple selections allowed.",
            "items": {
              "type": "string",
              "enum": [
                "full-time",
                "part-time",
                "contract",
                "temporary",
                "internship"
              ]
            }
          },
          "experienceLevel": {
            "title": "Experience Level",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by experience level. Multiple selections allowed.",
            "items": {
              "type": "string",
              "enum": [
                "internship",
                "entry-level",
                "associate",
                "mid-senior",
                "director"
              ]
            }
          },
          "workType": {
            "title": "Work Type",
            "uniqueItems": true,
            "type": "array",
            "description": "Filter by work location type (On-site, Remote, Hybrid). Multiple selections allowed.",
            "items": {
              "type": "string",
              "enum": [
                "on-site",
                "remote",
                "hybrid"
              ]
            }
          },
          "salaryBase": {
            "title": "Minimum Salary",
            "enum": [
              "",
              "40000",
              "60000",
              "80000",
              "100000",
              "120000"
            ],
            "type": "string",
            "description": "Filter by minimum salary. Only one value allowed."
          },
          "companyInclude": {
            "title": "Only These Companies",
            "uniqueItems": true,
            "type": "array",
            "description": "Restrict the search to specific companies. Add one company name per entry (e.g. Google, Shopify). Each name is resolved to a LinkedIn company ID and added to the search URL — LinkedIn will only return jobs from those companies.\n\nIf a name cannot be matched, it is silently skipped.",
            "items": {
              "type": "string"
            }
          },
          "filterUnder10Applicants": {
            "title": "Under 10 Applicants Only",
            "type": "boolean",
            "description": "When enabled, LinkedIn will only return jobs with fewer than 10 applicants. Appends `f_EA=true` to the search URL. Keyword-based search only — does not affect URL-based search.",
            "default": false
          },
          "filterEasyApply": {
            "title": "Easy Apply Only",
            "type": "boolean",
            "description": "When enabled, LinkedIn will only return jobs that support Easy Apply (apply directly on LinkedIn without leaving the site). Appends `f_AL=true` to the search URL. Keyword-based search only — does not affect URL-based search.",
            "default": false
          },
          "subLocationExclude": {
            "title": "Skip These Cities / Areas",
            "uniqueItems": true,
            "type": "array",
            "description": "Exclude jobs from specific cities or areas. Add each city name as a separate entry — any job whose location contains that name will be skipped (e.g. add \"Laval\" to exclude all jobs in Laval). Works independently of the Locations field. Also works with URL-based search.",
            "items": {
              "type": "string"
            }
          },
          "companyExclude": {
            "title": "Exclude These Companies",
            "uniqueItems": true,
            "type": "array",
            "description": "Skip jobs from specific companies. Add one company name per entry — any job whose company name exactly matches (case-insensitive) will not be collected. Works for both keyword-based and URL-based searches.",
            "items": {
              "type": "string"
            }
          },
          "jobTitleExclude": {
            "title": "Exclude Job Titles Containing",
            "uniqueItems": true,
            "type": "array",
            "description": "Skip jobs whose title contains any of these keywords (whole-word, case-insensitive). For example, entering \"senior\" will exclude \"Senior Software Engineer\" but not \"seniority\". Works for both keyword-based and URL-based searches.",
            "items": {
              "type": "string"
            }
          },
          "jobFunctionInclude": {
            "title": "Include Job Functions",
            "uniqueItems": true,
            "type": "array",
            "description": "Only keep jobs where the **job function** matches one of the selected values.\n\n**Note:** This takes priority over **Exclude Job Functions** when both are set.\n\nJobs are still collected and counted toward billing. Use `dynamicFilterMatch` to filter them in your results. Non-matching jobs are saved with `dynamicFilterMatch: false`.\n\nApplies to both URL-based and keyword-based searches.\n\nFind all LinkedIn job functions here: [LinkedIn Job Function Codes](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/job-function-codes)",
            "items": {
              "type": "string",
              "enum": [
                "Accounting / Auditing",
                "Administrative",
                "Advertising",
                "Analyst",
                "Art / Creative",
                "Business Development",
                "Consulting",
                "Customer Service",
                "Design",
                "Distribution",
                "Education",
                "Engineering",
                "Finance",
                "General Business",
                "HealthCare Provider",
                "Human Resources",
                "Information Technology",
                "Legal",
                "Management",
                "Manufacturing",
                "Marketing",
                "Other",
                "Product Management",
                "Production",
                "Project Management",
                "Public Relations",
                "Purchasing",
                "QualityAssurance",
                "Research",
                "Sales",
                "Science",
                "Strategy / Planning",
                "Supply Chain",
                "Training",
                "Writing / Editing"
              ]
            }
          },
          "jobFunctionExclude": {
            "title": "Exclude Job Functions",
            "uniqueItems": true,
            "type": "array",
            "description": "Exclude jobs whose **job function** matches any of the selected values. Only applies when \"Include Job Functions\" is not set.\n\nJobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results. Non-matching jobs are saved with `dynamicFilterMatch: false`.\n\nFind all LinkedIn job functions here: [LinkedIn Job Function Codes](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/job-function-codes)",
            "items": {
              "type": "string",
              "enum": [
                "Accounting / Auditing",
                "Administrative",
                "Advertising",
                "Analyst",
                "Art / Creative",
                "Business Development",
                "Consulting",
                "Customer Service",
                "Design",
                "Distribution",
                "Education",
                "Engineering",
                "Finance",
                "General Business",
                "HealthCare Provider",
                "Human Resources",
                "Information Technology",
                "Legal",
                "Management",
                "Manufacturing",
                "Marketing",
                "Other",
                "Product Management",
                "Production",
                "Project Management",
                "Public Relations",
                "Purchasing",
                "QualityAssurance",
                "Research",
                "Sales",
                "Science",
                "Strategy / Planning",
                "Supply Chain",
                "Training",
                "Writing / Editing"
              ]
            }
          },
          "jobIndustryInclude": {
            "title": "Include Industries",
            "uniqueItems": true,
            "type": "array",
            "description": "Only keep jobs where the **industry** matches one of the selected values.\n\n**Note:** This takes priority over **Exclude Industries** when both are set.\n\nJobs are still collected and counted toward billing. Use `dynamicFilterMatch` to filter them in your results. Non-matching jobs are saved with `dynamicFilterMatch: false`.\n\nFind all LinkedIn industries here: [LinkedIn Industry Codes](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2)",
            "items": {
              "type": "string",
              "enum": [
                "Accommodation Services",
                "Accounting",
                "Administration of Justice",
                "Administrative and Support Services",
                "Advertising Services",
                "Agricultural Chemical Manufacturing",
                "Agriculture, Construction, Mining Machinery Manufacturing",
                "Air, Water, and Waste Program Management",
                "Airlines and Aviation",
                "Alternative Dispute Resolution",
                "Alternative Fuel Vehicle Manufacturing",
                "Alternative Medicine",
                "Ambulance Services",
                "Amusement Parks and Arcades",
                "Animal Feed Manufacturing",
                "Animation and Post-production",
                "Apparel Manufacturing",
                "Appliances, Electrical, and Electronics Manufacturing",
                "Architecture and Planning",
                "Architectural and Structural Metal Manufacturing",
                "Armed Forces",
                "Artificial Rubber and Synthetic Fiber Manufacturing",
                "Artists and Writers",
                "Automation Machinery Manufacturing",
                "Audio and Video Equipment Manufacturing",
                "Aviation and Aerospace Component Manufacturing",
                "Baked Goods Manufacturing",
                "Banking",
                "Bars, Taverns, and Nightclubs",
                "Bed-and-Breakfasts, Hostels, Homestays",
                "Beverage Manufacturing",
                "Biotechnology Research",
                "Blockchain Services",
                "Blogs",
                "Boilers, Tanks, and Shipping Container Manufacturing",
                "Book and Periodical Publishing",
                "Book Publishing",
                "Breweries",
                "Broadcast Media Production and Distribution",
                "Building Construction",
                "Building Equipment Contractors",
                "Building Finishing Contractors",
                "Building Structure and Exterior Contractors",
                "Business Consulting and Services",
                "Business Content",
                "Business Intelligence Platforms",
                "Cable and Satellite Programming",
                "Capital Markets",
                "Caterers",
                "Chemical Manufacturing",
                "Chemical Raw Materials Manufacturing",
                "Child Day Care Services",
                "Chiropractors",
                "Civil Engineering",
                "Claims Adjusting, Actuarial Services",
                "Clay and Refractory Products Manufacturing",
                "Climate Data and Analytics",
                "Climate Technology Product Manufacturing",
                "Coal Mining",
                "Collection Agencies",
                "Commercial and Industrial Equipment Rental",
                "Commercial and Industrial Machinery Maintenance",
                "Commercial and Service Industry Machinery Manufacturing",
                "Communications Equipment Manufacturing",
                "Community Development and Urban Planning",
                "Community Services",
                "Computer and Network Security",
                "Computer Games",
                "Computer Hardware Manufacturing",
                "Computer Networking Products",
                "Conservation Programs",
                "Construction",
                "Construction Hardware Manufacturing",
                "Consumer Goods Rental",
                "Consumer Services",
                "Correctional Institutions",
                "Courts of Law",
                "Credit Intermediation",
                "Cutlery and Handtool Manufacturing",
                "Civic and Social Organizations",
                "Dairy Product Manufacturing",
                "Dance Companies",
                "Data Infrastructure and Analytics",
                "Data Security Software Products",
                "Defense and Space Manufacturing",
                "Dentists",
                "Design Services",
                "Desktop Computing Software Products",
                "Digital Accessibility Services",
                "Distilleries",
                "E-Learning Providers",
                "Economic Programs",
                "Education",
                "Education Administration Programs",
                "Electric Lighting Equipment Manufacturing",
                "Electric Power Generation",
                "Electric Power Transmission, Control, and Distribution",
                "Electrical Equipment Manufacturing",
                "Electronic and Precision Equipment Maintenance",
                "Embedded Software Products",
                "Emergency and Relief Services",
                "Engines and Power Transmission Equipment Manufacturing",
                "Engineering Services",
                "Entertainment Providers",
                "Environmental Quality Programs",
                "Environmental Services",
                "Equipment Rental Services",
                "Events Services",
                "Executive Offices",
                "Executive Search Services",
                "Fabricated Metal Products",
                "Facilities Services",
                "Family Planning Centers",
                "Farming",
                "Farming, Ranching, Forestry",
                "Fashion Accessories Manufacturing",
                "Financial Services",
                "Fine Arts Schools",
                "Fire Protection",
                "Fisheries",
                "Flight Training",
                "Food and Beverage Manufacturing",
                "Food and Beverage Retail",
                "Food and Beverage Services",
                "Footwear and Leather Goods Repair",
                "Footwear Manufacturing",
                "Forestry and Logging",
                "Fossil Fuel Electric Power Generation",
                "Freight and Package Transportation",
                "Fruit and Vegetable Preserves Manufacturing",
                "Fuel Cell Manufacturing",
                "Fundraising",
                "Funds and Trusts",
                "Furniture and Home Furnishings Manufacturing",
                "Gambling Facilities and Casinos",
                "Geothermal Electric Power Generation",
                "Glass Product Manufacturing",
                "Glass, Ceramics and Concrete Manufacturing",
                "Golf Courses and Country Clubs",
                "Government Administration",
                "Government Relations Services",
                "Graphic Design",
                "Ground Passenger Transportation",
                "HVAC and Refrigeration Equipment Manufacturing",
                "Health and Human Services",
                "Higher Education",
                "Highway, Street, and Bridge Construction",
                "Historical Sites",
                "Holding Companies",
                "Home Health Care Services",
                "Horticulture",
                "Hospitality",
                "Hospitals",
                "Hospitals and Health Care",
                "Hotels and Motels",
                "Household Appliance Manufacturing",
                "Household and Institutional Furniture Manufacturing",
                "Household Services",
                "Housing and Community Development",
                "Housing Programs",
                "Human Resources Services",
                "IT Services and IT Consulting",
                "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",
                "Individual and Family Services",
                "Industrial Machinery Manufacturing",
                "Industry Associations",
                "Information Services",
                "Insurance",
                "Insurance Agencies and Brokerages",
                "Insurance and Employee Benefit Funds",
                "Insurance Carriers",
                "Interior Design",
                "International Affairs",
                "International Trade and Development",
                "Internet Marketplace Platforms",
                "Internet News",
                "Internet Publishing",
                "Interurban and Rural Bus Services",
                "Investment Advice",
                "Investment Banking",
                "Investment Management",
                "Janitorial Services",
                "Language Schools",
                "Landscaping Services",
                "Laundry and Drycleaning Services",
                "Law Enforcement",
                "Law Practice",
                "Leasing Non-residential Real Estate",
                "Leasing Residential Real Estate",
                "Leather Product Manufacturing",
                "Legal Services",
                "Legislative Offices",
                "Libraries",
                "Lime and Gypsum Products Manufacturing",
                "Loan Brokers",
                "Magnetic and Optical Media Manufacturing",
                "Manufacturing",
                "Maritime Transportation",
                "Market Research",
                "Marketing Services",
                "Mattress and Blinds Manufacturing",
                "Measuring and Control Instrument Manufacturing",
                "Meat Products Manufacturing",
                "Media & Telecommunications",
                "Media Production",
                "Medical and Diagnostic Laboratories",
                "Medical Equipment Manufacturing",
                "Medical Practices",
                "Mental Health Care",
                "Metal Ore Mining",
                "Metal Treatments",
                "Metal Valve, Ball, and Roller Manufacturing",
                "Metalworking Machinery Manufacturing",
                "Military and International Affairs",
                "Mining",
                "Mobile Computing Software Products",
                "Mobile Food Services",
                "Mobile Gaming Apps",
                "Motor Vehicle Manufacturing",
                "Motor Vehicle Parts Manufacturing",
                "Movies, Videos and Sound",
                "Movies and Sound Recording",
                "Museums",
                "Museums, Historical Sites, and Zoos",
                "Musicians",
                "Nanotechnology Research",
                "Natural Gas Distribution",
                "Natural Gas Extraction",
                "Newspaper Publishing",
                "Non-profit Organizations",
                "Nonmetallic Mineral Mining",
                "Nonresidential Building Construction",
                "Nuclear Electric Power Generation",
                "Nursing Homes and Residential Care Facilities",
                "Office Administration",
                "Office Furniture and Fixtures Manufacturing",
                "Oil and Coal Product Manufacturing",
                "Oil and Gas",
                "Oil Extraction",
                "Oil, Gas, and Mining",
                "Online and Mail Order Retail",
                "Online Audio and Video Media",
                "Operations Consulting",
                "Optometrists",
                "Outpatient Care Centers",
                "Outsourcing and Offshoring Consulting",
                "Packaging and Containers Manufacturing",
                "Paint, Coating, and Adhesive Manufacturing",
                "Paper and Forest Product Manufacturing",
                "Pension Funds",
                "Performing Arts",
                "Performing Arts and Spectator Sports",
                "Periodical Publishing",
                "Personal Care Product Manufacturing",
                "Personal Care Services",
                "Personal and Laundry Services",
                "Pet Services",
                "Philanthropic Fundraising Services",
                "Photography",
                "Physical, Occupational and Speech Therapists",
                "Physicians",
                "Pipeline Transportation",
                "Plastics Manufacturing",
                "Plastics and Rubber Product Manufacturing",
                "Political Organizations",
                "Postal Services",
                "Primary and Secondary Education",
                "Primary Metal Manufacturing",
                "Printing Services",
                "Professional Organizations",
                "Professional Services",
                "Professional Training and Coaching",
                "Public Assistance Programs",
                "Public Health",
                "Public Policy Offices",
                "Public Relations and Communications Services",
                "Public Safety",
                "Racetracks",
                "Radio and Television Broadcasting",
                "Rail Transportation",
                "Railroad Equipment Manufacturing",
                "Ranching",
                "Ranching and Fisheries",
                "Real Estate",
                "Real Estate Agents and Brokers",
                "Real Estate and Equipment Rental Services",
                "Recreational Facilities",
                "Regenerative Design",
                "Religious Institutions",
                "Renewable Energy Equipment Manufacturing",
                "Renewable Energy Power Generation",
                "Renewable Energy Semiconductor Manufacturing",
                "Repair and Maintenance",
                "Research Services",
                "Residential Building Construction",
                "Restaurant",
                "Restaurants",
                "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 Groceries",
                "Retail Health and Personal Care Products",
                "Retail Luxury Goods and Jewelry",
                "Retail Motor Vehicles",
                "Retail Musical Instruments",
                "Retail Office Equipment",
                "Retail Office Supplies and Gifts",
                "Retail Pharmacies",
                "Retail Recyclable Materials & Used Merchandise",
                "Robot Manufacturing",
                "Robotics Engineering",
                "Rubber Products Manufacturing",
                "Satellite Telecommunications",
                "Savings Institutions",
                "School and Employee Bus Services",
                "Science",
                "Seafood Product Manufacturing",
                "Secretarial Schools",
                "Securities and Commodity Exchanges",
                "Security and Investigations",
                "Security Guards and Patrol Services",
                "Security Systems Services",
                "Semiconductor Manufacturing",
                "Services for Renewable Energy",
                "Services for the Elderly and Disabled",
                "Sheet Music Publishing",
                "Shipbuilding",
                "Shuttles and Special Needs Transportation Services",
                "Sightseeing Transportation",
                "Skiing Facilities",
                "Smart Meter Manufacturing",
                "Soap and Cleaning Product Manufacturing",
                "Social Networking Platforms",
                "Software Development",
                "Solar Electric Power Generation",
                "Sound Recording",
                "Space Research and Technology",
                "Specialty Trade Contractors",
                "Spectator Sports",
                "Sporting Goods Manufacturing",
                "Sports and Recreation Instruction",
                "Sports Teams and Clubs",
                "Spring and Wire Product Manufacturing",
                "Staffing and Recruiting",
                "Steam and Air-Conditioning Supply",
                "Strategic Management Services",
                "Subdivision of Land",
                "Sugar and Confectionery Product Manufacturing",
                "Surveying and Mapping Services",
                "Taxi and Limousine Services",
                "Technical and Vocational Training",
                "Technology, Information and Internet",
                "Technology, Information and Media",
                "Telecommunications",
                "Telecommunications Carriers",
                "Telephone Call Centers",
                "Temporary Help Services",
                "Textile Manufacturing",
                "Theater Companies",
                "Think Tanks",
                "Tobacco Manufacturing",
                "Translation and Localization",
                "Transportation Equipment Manufacturing",
                "Transportation Programs",
                "Transportation, Logistics, Supply Chain and Storage",
                "Travel Arrangements",
                "Truck Transportation",
                "Trusts and Estates",
                "Turned Products and Fastener Manufacturing",
                "Urban Transit Services",
                "Utilities",
                "Utilities Administration",
                "Utility System Construction",
                "Vehicle Repair and Maintenance",
                "Venture Capital and Private Equity Principals",
                "Veterinary Services",
                "Vocational Rehabilitation Services",
                "Warehousing and Storage",
                "Waste Collection",
                "Waste Treatment and Disposal",
                "Water Supply and Irrigation Systems",
                "Water, Waste, Steam, and Air Conditioning Services",
                "Wellness and Fitness Services",
                "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",
                "Wind Electric Power Generation",
                "Wineries",
                "Women's Handbag Manufacturing",
                "Wood Product Manufacturing",
                "Writing and Editing",
                "Zoos and Botanical Gardens"
              ]
            }
          },
          "jobIndustryExclude": {
            "title": "Exclude Industries",
            "uniqueItems": true,
            "type": "array",
            "description": "Exclude jobs whose **industry** matches any of the selected values. Only applies when \"Include Industries\" is not set.\n\nJobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results. You can find all the Linkedin industries at [LinkedIn Industry Codes](https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2)",
            "items": {
              "type": "string",
              "enum": [
                "Accommodation Services",
                "Accounting",
                "Administration of Justice",
                "Administrative and Support Services",
                "Advertising Services",
                "Agricultural Chemical Manufacturing",
                "Agriculture, Construction, Mining Machinery Manufacturing",
                "Air, Water, and Waste Program Management",
                "Airlines and Aviation",
                "Alternative Dispute Resolution",
                "Alternative Fuel Vehicle Manufacturing",
                "Alternative Medicine",
                "Ambulance Services",
                "Amusement Parks and Arcades",
                "Animal Feed Manufacturing",
                "Animation and Post-production",
                "Apparel Manufacturing",
                "Appliances, Electrical, and Electronics Manufacturing",
                "Architecture and Planning",
                "Architectural and Structural Metal Manufacturing",
                "Armed Forces",
                "Artificial Rubber and Synthetic Fiber Manufacturing",
                "Artists and Writers",
                "Automation Machinery Manufacturing",
                "Audio and Video Equipment Manufacturing",
                "Aviation and Aerospace Component Manufacturing",
                "Baked Goods Manufacturing",
                "Banking",
                "Bars, Taverns, and Nightclubs",
                "Bed-and-Breakfasts, Hostels, Homestays",
                "Beverage Manufacturing",
                "Biotechnology Research",
                "Blockchain Services",
                "Blogs",
                "Boilers, Tanks, and Shipping Container Manufacturing",
                "Book and Periodical Publishing",
                "Book Publishing",
                "Breweries",
                "Broadcast Media Production and Distribution",
                "Building Construction",
                "Building Equipment Contractors",
                "Building Finishing Contractors",
                "Building Structure and Exterior Contractors",
                "Business Consulting and Services",
                "Business Content",
                "Business Intelligence Platforms",
                "Cable and Satellite Programming",
                "Capital Markets",
                "Caterers",
                "Chemical Manufacturing",
                "Chemical Raw Materials Manufacturing",
                "Child Day Care Services",
                "Chiropractors",
                "Civil Engineering",
                "Claims Adjusting, Actuarial Services",
                "Clay and Refractory Products Manufacturing",
                "Climate Data and Analytics",
                "Climate Technology Product Manufacturing",
                "Coal Mining",
                "Collection Agencies",
                "Commercial and Industrial Equipment Rental",
                "Commercial and Industrial Machinery Maintenance",
                "Commercial and Service Industry Machinery Manufacturing",
                "Communications Equipment Manufacturing",
                "Community Development and Urban Planning",
                "Community Services",
                "Computer and Network Security",
                "Computer Games",
                "Computer Hardware Manufacturing",
                "Computer Networking Products",
                "Conservation Programs",
                "Construction",
                "Construction Hardware Manufacturing",
                "Consumer Goods Rental",
                "Consumer Services",
                "Correctional Institutions",
                "Courts of Law",
                "Credit Intermediation",
                "Cutlery and Handtool Manufacturing",
                "Civic and Social Organizations",
                "Dairy Product Manufacturing",
                "Dance Companies",
                "Data Infrastructure and Analytics",
                "Data Security Software Products",
                "Defense and Space Manufacturing",
                "Dentists",
                "Design Services",
                "Desktop Computing Software Products",
                "Digital Accessibility Services",
                "Distilleries",
                "E-Learning Providers",
                "Economic Programs",
                "Education",
                "Education Administration Programs",
                "Electric Lighting Equipment Manufacturing",
                "Electric Power Generation",
                "Electric Power Transmission, Control, and Distribution",
                "Electrical Equipment Manufacturing",
                "Electronic and Precision Equipment Maintenance",
                "Embedded Software Products",
                "Emergency and Relief Services",
                "Engines and Power Transmission Equipment Manufacturing",
                "Engineering Services",
                "Entertainment Providers",
                "Environmental Quality Programs",
                "Environmental Services",
                "Equipment Rental Services",
                "Events Services",
                "Executive Offices",
                "Executive Search Services",
                "Fabricated Metal Products",
                "Facilities Services",
                "Family Planning Centers",
                "Farming",
                "Farming, Ranching, Forestry",
                "Fashion Accessories Manufacturing",
                "Financial Services",
                "Fine Arts Schools",
                "Fire Protection",
                "Fisheries",
                "Flight Training",
                "Food and Beverage Manufacturing",
                "Food and Beverage Retail",
                "Food and Beverage Services",
                "Footwear and Leather Goods Repair",
                "Footwear Manufacturing",
                "Forestry and Logging",
                "Fossil Fuel Electric Power Generation",
                "Freight and Package Transportation",
                "Fruit and Vegetable Preserves Manufacturing",
                "Fuel Cell Manufacturing",
                "Fundraising",
                "Funds and Trusts",
                "Furniture and Home Furnishings Manufacturing",
                "Gambling Facilities and Casinos",
                "Geothermal Electric Power Generation",
                "Glass Product Manufacturing",
                "Glass, Ceramics and Concrete Manufacturing",
                "Golf Courses and Country Clubs",
                "Government Administration",
                "Government Relations Services",
                "Graphic Design",
                "Ground Passenger Transportation",
                "HVAC and Refrigeration Equipment Manufacturing",
                "Health and Human Services",
                "Higher Education",
                "Highway, Street, and Bridge Construction",
                "Historical Sites",
                "Holding Companies",
                "Home Health Care Services",
                "Horticulture",
                "Hospitality",
                "Hospitals",
                "Hospitals and Health Care",
                "Hotels and Motels",
                "Household Appliance Manufacturing",
                "Household and Institutional Furniture Manufacturing",
                "Household Services",
                "Housing and Community Development",
                "Housing Programs",
                "Human Resources Services",
                "IT Services and IT Consulting",
                "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",
                "Individual and Family Services",
                "Industrial Machinery Manufacturing",
                "Industry Associations",
                "Information Services",
                "Insurance",
                "Insurance Agencies and Brokerages",
                "Insurance and Employee Benefit Funds",
                "Insurance Carriers",
                "Interior Design",
                "International Affairs",
                "International Trade and Development",
                "Internet Marketplace Platforms",
                "Internet News",
                "Internet Publishing",
                "Interurban and Rural Bus Services",
                "Investment Advice",
                "Investment Banking",
                "Investment Management",
                "Janitorial Services",
                "Language Schools",
                "Landscaping Services",
                "Laundry and Drycleaning Services",
                "Law Enforcement",
                "Law Practice",
                "Leasing Non-residential Real Estate",
                "Leasing Residential Real Estate",
                "Leather Product Manufacturing",
                "Legal Services",
                "Legislative Offices",
                "Libraries",
                "Lime and Gypsum Products Manufacturing",
                "Loan Brokers",
                "Magnetic and Optical Media Manufacturing",
                "Manufacturing",
                "Maritime Transportation",
                "Market Research",
                "Marketing Services",
                "Mattress and Blinds Manufacturing",
                "Measuring and Control Instrument Manufacturing",
                "Meat Products Manufacturing",
                "Media & Telecommunications",
                "Media Production",
                "Medical and Diagnostic Laboratories",
                "Medical Equipment Manufacturing",
                "Medical Practices",
                "Mental Health Care",
                "Metal Ore Mining",
                "Metal Treatments",
                "Metal Valve, Ball, and Roller Manufacturing",
                "Metalworking Machinery Manufacturing",
                "Military and International Affairs",
                "Mining",
                "Mobile Computing Software Products",
                "Mobile Food Services",
                "Mobile Gaming Apps",
                "Motor Vehicle Manufacturing",
                "Motor Vehicle Parts Manufacturing",
                "Movies, Videos and Sound",
                "Movies and Sound Recording",
                "Museums",
                "Museums, Historical Sites, and Zoos",
                "Musicians",
                "Nanotechnology Research",
                "Natural Gas Distribution",
                "Natural Gas Extraction",
                "Newspaper Publishing",
                "Non-profit Organizations",
                "Nonmetallic Mineral Mining",
                "Nonresidential Building Construction",
                "Nuclear Electric Power Generation",
                "Nursing Homes and Residential Care Facilities",
                "Office Administration",
                "Office Furniture and Fixtures Manufacturing",
                "Oil and Coal Product Manufacturing",
                "Oil and Gas",
                "Oil Extraction",
                "Oil, Gas, and Mining",
                "Online and Mail Order Retail",
                "Online Audio and Video Media",
                "Operations Consulting",
                "Optometrists",
                "Outpatient Care Centers",
                "Outsourcing and Offshoring Consulting",
                "Packaging and Containers Manufacturing",
                "Paint, Coating, and Adhesive Manufacturing",
                "Paper and Forest Product Manufacturing",
                "Pension Funds",
                "Performing Arts",
                "Performing Arts and Spectator Sports",
                "Periodical Publishing",
                "Personal Care Product Manufacturing",
                "Personal Care Services",
                "Personal and Laundry Services",
                "Pet Services",
                "Philanthropic Fundraising Services",
                "Photography",
                "Physical, Occupational and Speech Therapists",
                "Physicians",
                "Pipeline Transportation",
                "Plastics Manufacturing",
                "Plastics and Rubber Product Manufacturing",
                "Political Organizations",
                "Postal Services",
                "Primary and Secondary Education",
                "Primary Metal Manufacturing",
                "Printing Services",
                "Professional Organizations",
                "Professional Services",
                "Professional Training and Coaching",
                "Public Assistance Programs",
                "Public Health",
                "Public Policy Offices",
                "Public Relations and Communications Services",
                "Public Safety",
                "Racetracks",
                "Radio and Television Broadcasting",
                "Rail Transportation",
                "Railroad Equipment Manufacturing",
                "Ranching",
                "Ranching and Fisheries",
                "Real Estate",
                "Real Estate Agents and Brokers",
                "Real Estate and Equipment Rental Services",
                "Recreational Facilities",
                "Regenerative Design",
                "Religious Institutions",
                "Renewable Energy Equipment Manufacturing",
                "Renewable Energy Power Generation",
                "Renewable Energy Semiconductor Manufacturing",
                "Repair and Maintenance",
                "Research Services",
                "Residential Building Construction",
                "Restaurants",
                "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 Groceries",
                "Retail Health and Personal Care Products",
                "Retail Luxury Goods and Jewelry",
                "Retail Motor Vehicles",
                "Retail Musical Instruments",
                "Retail Office Equipment",
                "Retail Office Supplies and Gifts",
                "Retail Pharmacies",
                "Retail Recyclable Materials & Used Merchandise",
                "Robot Manufacturing",
                "Robotics Engineering",
                "Rubber Products Manufacturing",
                "Satellite Telecommunications",
                "Savings Institutions",
                "School and Employee Bus Services",
                "Seafood Product Manufacturing",
                "Secretarial Schools",
                "Securities and Commodity Exchanges",
                "Security and Investigations",
                "Security Guards and Patrol Services",
                "Security Systems Services",
                "Semiconductor Manufacturing",
                "Services for Renewable Energy",
                "Services for the Elderly and Disabled",
                "Sheet Music Publishing",
                "Shipbuilding",
                "Shuttles and Special Needs Transportation Services",
                "Sightseeing Transportation",
                "Skiing Facilities",
                "Smart Meter Manufacturing",
                "Soap and Cleaning Product Manufacturing",
                "Social Networking Platforms",
                "Software Development",
                "Solar Electric Power Generation",
                "Sound Recording",
                "Space Research and Technology",
                "Specialty Trade Contractors",
                "Spectator Sports",
                "Sporting Goods Manufacturing",
                "Sports and Recreation Instruction",
                "Sports Teams and Clubs",
                "Spring and Wire Product Manufacturing",
                "Staffing and Recruiting",
                "Steam and Air-Conditioning Supply",
                "Strategic Management Services",
                "Subdivision of Land",
                "Sugar and Confectionery Product Manufacturing",
                "Surveying and Mapping Services",
                "Taxi and Limousine Services",
                "Technical and Vocational Training",
                "Technology, Information and Internet",
                "Technology, Information and Media",
                "Telecommunications",
                "Telecommunications Carriers",
                "Telephone Call Centers",
                "Temporary Help Services",
                "Textile Manufacturing",
                "Theater Companies",
                "Think Tanks",
                "Tobacco Manufacturing",
                "Translation and Localization",
                "Transportation Equipment Manufacturing",
                "Transportation Programs",
                "Transportation, Logistics, Supply Chain and Storage",
                "Travel Arrangements",
                "Truck Transportation",
                "Trusts and Estates",
                "Turned Products and Fastener Manufacturing",
                "Urban Transit Services",
                "Utilities",
                "Utilities Administration",
                "Utility System Construction",
                "Vehicle Repair and Maintenance",
                "Venture Capital and Private Equity Principals",
                "Veterinary Services",
                "Vocational Rehabilitation Services",
                "Warehousing and Storage",
                "Waste Collection",
                "Waste Treatment and Disposal",
                "Water Supply and Irrigation Systems",
                "Water, Waste, Steam, and Air Conditioning Services",
                "Wellness and Fitness Services",
                "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",
                "Wind Electric Power Generation",
                "Wineries",
                "Women's Handbag Manufacturing",
                "Wood Product Manufacturing",
                "Writing and Editing",
                "Zoos and Botanical Gardens"
              ]
            }
          },
          "excludeRecruitingAgencies": {
            "title": "Exclude Recruiting Agencies",
            "type": "boolean",
            "description": "When enabled, jobs posted by staffing and recruiting agencies will be flagged with `dynamicFilterMatch: false`. Jobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results.`",
            "default": false
          },
          "companySizeMin": {
            "title": "Company Min Employees",
            "minimum": 1,
            "type": "integer",
            "description": "Only keep jobs from companies with at least this many employees. Jobs that do not match are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out."
          },
          "companySizeMax": {
            "title": "Company Max Employees",
            "minimum": 1,
            "type": "integer",
            "description": "Only keep jobs from companies with at most this many employees. Jobs that do not match are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out."
          },
          "companyOrganizationTypeInclude": {
            "title": "Include Company Organization Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Only keep jobs from companies whose LinkedIn company page organization type matches one of the selected values. Takes priority over \"Exclude Company Organization Types\" when both are set.\n\nJobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results. Non-matching jobs are saved with `dynamicFilterMatch: false`.\n\nFull list of organization types at [LinkedIn Company Profile](https://learn.microsoft.com/en-us/linkedin/shared/references/fields/company-profile)",
            "items": {
              "type": "string",
              "enum": [
                "Public Company",
                "Educational",
                "Self Employed",
                "Government Agency",
                "Non Profit",
                "Self Owned",
                "Privately Held",
                "Partnership"
              ]
            }
          },
          "companyOrganizationTypeExclude": {
            "title": "Exclude Company Organization Types",
            "uniqueItems": true,
            "type": "array",
            "description": "Flag jobs from companies whose LinkedIn company page organization type matches any of the selected values as `dynamicFilterMatch: false`. Only applies when \"Include Company Organization Types\" is not set. Jobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results.\n\n Full list of organization types at [LinkedIn Company Profile](https://learn.microsoft.com/en-us/linkedin/shared/references/fields/company-profile)",
            "items": {
              "type": "string",
              "enum": [
                "Public Company",
                "Educational",
                "Self Employed",
                "Government Agency",
                "Non Profit",
                "Self Owned",
                "Privately Held",
                "Partnership"
              ]
            }
          },
          "companyFoundedDateMin": {
            "title": "Company Founded After (year)",
            "minimum": 1800,
            "type": "integer",
            "description": "Only keep jobs from companies founded in or after this year. Jobs from companies whose founding year is not available always pass.\n\nJobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results."
          },
          "companyFoundedDateMax": {
            "title": "Company Founded Before (year)",
            "minimum": 1800,
            "type": "integer",
            "description": "Only keep jobs from companies founded in or before this year. Jobs from companies whose founding year is not available always pass.\n\nJobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results."
          },
          "companyFollowersCountMin": {
            "title": "Company Min Followers",
            "minimum": 0,
            "type": "integer",
            "description": "Only keep jobs from companies with at least this many LinkedIn followers. Jobs from companies whose follower count is not available always pass.\n\nJobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results."
          },
          "companyFollowersCountMax": {
            "title": "Company Max Followers",
            "minimum": 0,
            "type": "integer",
            "description": "Only keep jobs from companies with at most this many LinkedIn followers. Jobs from companies whose follower count is not available always pass.\n\nJobs are still collected and counted toward your billing — use `dynamicFilterMatch` to filter them out in your results."
          },
          "requireRecruiterProfile": {
            "title": "Recruiter Profile Required",
            "type": "boolean",
            "description": "When enabled, only jobs that have a recruiter profile associated with the posting will have `dynamicFilterMatch: true`. Jobs without a recruiter profile are still collected and billed — use `dynamicFilterMatch` to filter them out.",
            "default": false
          },
          "requireSalaryInfo": {
            "title": "Salary Info Required",
            "type": "boolean",
            "description": "When enabled, only jobs that include salary information in the posting will have `dynamicFilterMatch: true`. Jobs without salary info are still collected and billed — use `dynamicFilterMatch` to filter them out.",
            "default": false
          },
          "resumeKeywords": {
            "title": "Skills and Keywords",
            "type": "array",
            "description": "Each entry has a required `keyword` and optional `aliases` for abbreviations (e.g. `JavaScript` → `JS`). Each job in the output will include `matchedKeywords`, `unmatchedKeywords`, and `keywordMatchScorePercentage` (0–100).",
            "items": {
              "type": "object",
              "properties": {
                "keyword": {
                  "title": "Keyword",
                  "type": "string",
                  "description": "Skill or keyword from your resume (e.g. JavaScript)",
                  "editor": "textfield"
                },
                "aliases": {
                  "title": "Aliases",
                  "type": "array",
                  "description": "Alternate names or abbreviations (e.g. JS)",
                  "editor": "stringList"
                }
              },
              "required": [
                "keyword"
              ]
            }
          },
          "maxItems": {
            "title": "Maximum Results",
            "minimum": 150,
            "type": "integer",
            "description": "Maximum number of job listings to scrape. Leave empty for no limit. Note: Minimum is 150 results when using pay-per-result billing."
          },
          "saveOnlyUniqueItems": {
            "title": "Save Only Unique Items",
            "type": "boolean",
            "description": "If enabled, only unique items will be saved. Default is false.",
            "default": false
          },
          "enrichCompanyData": {
            "title": "Enrich Company Data",
            "type": "boolean",
            "description": "When disabled, the scraper runs significantly faster by skipping additional company page requests. When enabled, the scraper fetches extra company details including: company description, full address (street, city, region, postal code, country), employee count, and company website. Default is disabled for optimal performance.",
            "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
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}