Linkedin Company Scraper
Developing
POST
/linkedin
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.ssmasters.com/linkedin' \
--header 'Content-Type: application/json' \
--header 'Authorization;' \
--data-raw '{"url": "http://www.linkedin.com/company/yess-llc"}'
Response Response Example
[
{
"company_info": {
"company_name": "Apple",
"company_slogan": "",
"company_website": "http://www.apple.com/careers",
"company_linkedin_url": "https://www.linkedin.com/company/apple",
"founded_year": 1976,
"specialties": "Innovative Product Development, World-Class Operations, Retail, and Telephone Support",
"industry": "Computers and Electronics Manufacturing",
"headquarters": "Cupertino, California",
"company_address": {
"full_address": "1 Apple Park Way, Cupertino, 95014, US",
"street_address": "1 Apple Park Way",
"address_locality": "Cupertino",
"postal_code": "95014",
"country": "US"
},
"company_description": "We’re a diverse collective of thinkers and doers, continually reimagining what’s possible to help us all do what we love in new ways. And the same innovation that goes into our products also applies to our practices — strengthening our commitment to leave the world better than we found it. This is where your work can make a difference in people’s lives. Including your own.\n\nApple is an equal opportunity employer that is committed to inclusion and diversity. Visit apple.com/careers to learn more.",
"number_of_employees": 169341,
"followers": "17795753"
},
"recent_publications": [],
"similar_companies": [
{
"name": "Google",
"industry": "Software Development",
"location": "Mountain View, CA",
"url": "https://www.linkedin.com/company/google"
},
{
"name": "Amazon",
"industry": "Software Development",
"location": "Seattle, WA",
"url": "https://www.linkedin.com/company/amazon"
},
{
"name": "Microsoft",
"industry": "Software Development",
"location": "Redmond, Washington",
"url": "https://www.linkedin.com/company/microsoft"
},
{
"name": "Meta",
"industry": "Software Development",
"location": "Menlo Park, CA",
"url": "https://www.linkedin.com/company/meta"
},
{
"name": "Netflix",
"industry": "Entertainment Providers",
"location": "Los Gatos, CA",
"url": "https://www.linkedin.com/company/netflix"
},
{
"name": "Tesla",
"industry": "Motor Vehicle Manufacturing",
"location": "Austin, Texas",
"url": "https://www.linkedin.com/company/tesla-motors"
},
{
"name": "Spotify",
"industry": "Musicians",
"location": "Stockholm, Stockholm County",
"url": "https://se.linkedin.com/company/spotify"
},
{
"name": "IBM",
"industry": "IT Services and IT Consulting",
"location": "Armonk, New York, NY",
"url": "https://www.linkedin.com/company/ibm"
},
{
"name": "Deloitte",
"industry": "Business Consulting and Services",
"location": "",
"url": "https://www.linkedin.com/company/deloitte"
},
{
"name": "NVIDIA",
"industry": "Computer Hardware Manufacturing",
"location": "Santa Clara, CA",
"url": "https://www.linkedin.com/company/nvidia"
}
]
}
]
Request
Body Params application/json
Responses
Modified at 2025-04-13 14:13:38