jh-linkedin.pslabs.app Open in urlscan Pro
167.235.137.217  Public Scan

URL: https://jh-linkedin.pslabs.app/
Submission Tags: @phishunt_io
Submission: On January 26 via api from DE — Scanned from DE

Form analysis 2 forms found in the DOM

<form>
  <div class="form-group">
    <label>Full Name</label>
    <input required="" type="text" class="form-control" placeholder="Enter your full name" name="name">
  </div>
  <div class="form-group">
    <label>Email</label>
    <input required="" type="email" class="form-control" placeholder="Enter your email" name="email">
  </div>
  <div class="form-group">
    <label>WhatsApp Number</label>
    <input required="" type="phone" class="form-control" placeholder="Enter your WhatsApp Number" name="phone">
  </div>
  <div class="form-group">
    <label>LinkedIn Profile</label>
    <input required="" type="text" class="form-control" placeholder="Enter your LinkedIn Profile" name="linkedin_profile">
  </div>
  <button type="submit" class="btn btn-success">Next </button>
</form>

<form>
  <div class="form-group">
    <label>Approximately how old is your LinkedIn account?</label>
    <input type="text" class="form-control" placeholder="Enter age of account" required="" name="age">
  </div>
  <div class="form-group">
    <label>Approximately how many connections on LinkedIn do you have?</label>
    <input type="text" class="form-control" placeholder="Enter number of connections" required="" name="connections">
  </div>
  <div class="form-group">
    <label>Do you currently have LinkedIn Sales Navigator?</label>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="salesNavigator" id="yesSalesNavigator" value="yes" required="">
      <label class="form-check-label" for="yesSalesNavigator">Yes</label>
    </div>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="salesNavigator" id="noSalesNavigator" value="no" required="">
      <label class="form-check-label" for="noSalesNavigator">No</label>
    </div>
  </div>
  <div class="form-group">
    <label>Do you have time to start taking calls in the next 7-14 days?</label>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="startCalls" id="yesStartCalls" value="yes" required="">
      <label class="form-check-label" for="yesStartCalls">Yes</label>
    </div>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="startCalls" id="noStartCalls" value="no" required="">
      <label class="form-check-label" for="noStartCalls">No</label>
    </div>
  </div>
  <div class="form-group">
    <label>Do you have any business or sales experience?</label>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="businessExperience" id="yesBusinessExperience" value="yes" required="">
      <label class="form-check-label" for="yesBusinessExperience">Yes</label>
    </div>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="businessExperience" id="noBusinessExperience" value="no" required="">
      <label class="form-check-label" for="noBusinessExperience">No</label>
    </div>
  </div>
  <div class="form-group">
    <label>Do you have at least 20 hours a month available during business hours?</label>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="availableHours" id="yesAvailableHours" value="yes" required="">
      <label class="form-check-label" for="yesAvailableHours">Yes</label>
    </div>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="availableHours" id="noAvailableHours" value="no" required="">
      <label class="form-check-label" for="noAvailableHours">No</label>
    </div>
  </div>
  <div class="form-group">
    <label>Are you willing to target a broad range of companies and industries?</label>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="targetCompanies" id="yesTargetCompanies" value="yes" required="">
      <label class="form-check-label" for="yesTargetCompanies">Yes</label>
    </div>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="targetCompanies" id="noTargetCompanies" value="no" required="">
      <label class="form-check-label" for="noTargetCompanies">No</label>
    </div>
  </div>
  <div class="form-group">
    <label>Do you have at least £500 monthly disposable income to support yourself as a deal maker?</label>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="disposableIncome" id="yesDisposableIncome" value="yes" required="">
      <label class="form-check-label" for="yesDisposableIncome">Yes</label>
    </div>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="disposableIncome" id="noDisposableIncome" value="no" required="">
      <label class="form-check-label" for="noDisposableIncome">No</label>
    </div>
  </div>
  <div class="form-group">
    <label>How long do you expect it to take to get your first deal?</label>
    <select class="form-control" name="duration" required="">
      <option></option>
      <option value="3-6 months">3-6 Months</option>
      <option value="6-12 months">6-12 Months</option>
      <option value="12-24 months">12-24 Months</option>
    </select>
  </div>
  <div class="form-group">
    <label>How many leads do you expect it to take to get your first deal?</label>
    <select class="form-control" name="leads" required="">
      <option></option>
      <option value="1:50">1:50</option>
      <option value="1:100">1:100</option>
      <option value="1:200">1:200</option>
    </select>
  </div>
  <div class="form-group">
    <label>How confident are you on the phone?</label>
    <select class="form-control" name="confidence_on_phone" required="">
      <option></option>
      <option value="low">Low</option>
      <option value="Medium">Medium</option>
      <option value="High">High</option>
    </select>
  </div>
  <div class="form-group">
    <label>Are you willing to make changes to your LinkedIn profile?</label>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="profileChange" id="yesProfileChange" value="yes" required="">
      <label class="form-check-label" for="yesProfileChange">Yes</label>
    </div>
    <div class="form-check">
      <input class="form-check-input" type="radio" name="profileChange" id="noProfileChange" value="no" required="">
      <label class="form-check-label" for="noProfileChange">No</label>
    </div>
  </div>
  <button type="submit" class="btn btn-primary">Next</button>
</form>

Text Content

LINKEDIN LEAD GENERATION APPLICATION


STEP 1 OF 3

Full Name
Email
WhatsApp Number
LinkedIn Profile
Next


LINKEDIN LEAD GENERATION APPLICATION


STEP 2 OF 3

Approximately how old is your LinkedIn account?
Approximately how many connections on LinkedIn do you have?
Do you currently have LinkedIn Sales Navigator?
Yes
No
Do you have time to start taking calls in the next 7-14 days?
Yes
No
Do you have any business or sales experience?
Yes
No
Do you have at least 20 hours a month available during business hours?
Yes
No
Are you willing to target a broad range of companies and industries?
Yes
No
Do you have at least £500 monthly disposable income to support yourself as a
deal maker?
Yes
No
How long do you expect it to take to get your first deal? 3-6 Months 6-12 Months
12-24 Months
How many leads do you expect it to take to get your first deal? 1:50 1:100 1:200
How confident are you on the phone? Low Medium High
Are you willing to make changes to your LinkedIn profile?
Yes
No
Next

To give us an idea of how broad your targeting is, below is a list of all the
industries available on LinkedIn.

Can you move all the ones that you would never want to target to the list called
"Blacklist"

AVAILABLE INDUSTRIES

 * Abrasives and Nonmetallic Minerals Manufacturing
 * Accessible Architecture and Design
 * Accessible Hardware Manufacturing
 * Accommodation and Food 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
 * Architectural and Structural Metal Manufacturing
 * Architecture and Planning
 * Armed Forces
 * Artificial Rubber and Synthetic Fiber Manufacturing
 * Artists and Writers
 * Audio and Video Equipment Manufacturing
 * Automation Machinery Manufacturing
 * Aviation and Aerospace Component Manufacturing
 * Baked Goods Manufacturing
 * Banking
 * Bars, Taverns, and Nightclubs
 * Bed-and-Breakfasts, Hostels, Homestays
 * Beverage Manufacturing
 * Biomass Electric Power Generation
 * 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
 * Circuses and Magic Shows
 * Civic and Social Organizations
 * 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
 * Computers and Electronics Manufacturing
 * Conservation Programs
 * Construction
 * Construction Hardware Manufacturing
 * Consumer Goods Rental
 * Consumer Services
 * Correctional Institutions
 * Cosmetology and Barber Schools
 * Courts of Law
 * Credit Intermediation
 * Cutlery and Handtool Manufacturing
 * 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
 * Engineering Services
 * Engines and Power Transmission Equipment Manufacturing
 * 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
 * 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 and Institutional Furniture Manufacturing
 * Household Appliance Manufacturing
 * Household Services
 * Housing and Community Development
 * Housing Programs
 * Human Resources Services
 * HVAC and Refrigeration Equipment Manufacturing
 * Hydroelectric Power Generation
 * 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
 * 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
 * Janitorial Services
 * Landscaping Services
 * Language Schools
 * 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
 * Machinery Manufacturing
 * 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 and 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 and Sound Recording
 * Movies, Videos, and Sound
 * 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 and Laundry Services
 * Personal Care Product Manufacturing
 * Personal Care Services
 * Pet Services
 * Pharmaceutical Manufacturing
 * Philanthropic Fundraising Services
 * Photography
 * Physical, Occupational and Speech Therapists
 * Physicians
 * Pipeline Transportation
 * Plastics and Rubber Product Manufacturing
 * Plastics 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
 * Reupholstery and Furniture Repair
 * 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
 * Wireless Services
 * Women's Handbag Manufacturing
 * Wood Product Manufacturing
 * Writing and Editing
 * Zoos and Botanical Gardens

 

↞ ← → ↠

BLACKLIST

Submit Application

Your application has been submitted, we will review the information and contact
you using the details provided.