Companies
Get Company Information
Getting Started
Error Handling
Authentication
Network
posts
Companies
Get Company Information
Extract detailed information about a company from LinkedIn
POST
/
v1
/
companies
/
info
curl --request POST \
--url https://api.linkupapi.com/v1/companies/info \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"company_url": "<string>",
"country": "<string>",
"login_token": "<string>"
}'
{
"status": "success",
"data": {
"name": "Stripe",
"universalName": "stripe",
"description": "Stripe is a financial infrastructure platform for businesses. Millions of companies—from the world’s largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.",
"tagline": "Help increase the GDP of the internet.",
"websiteUrl": "https://stripe.com",
"industry": "Technology, Information and Internet",
"employeeCount": 11685,
"employeeCountRange": {
"start": 5001,
"end": 10000
},
"headquarter": {
"country": "US",
"geographicArea": "California",
"city": "South San Francisco",
"line2": null,
"line1": "354 Oyster Point Blvd",
"postalCode": "94080"
},
"logoUrl": "https://media.licdn.com/dms/image/v2/D4E0BAQFqiwiSMcKk6A/company-logo_200_200/company-logo_200_200/0/1724937022726/stripe_logo?e=1750896000&v=beta&t=HhXH11lhKvAADBP8MukV5oM-Im2NLhNTAWeMDx5QGM8",
"coverImageUrl": null,
"callToAction": {
"displayText": "Learn more",
"visible": true,
"type": "LEARN_MORE",
"url": "https://stripe.com/jobs"
},
"locations": [
{
"streetAddressOptOut": false,
"description": "Headquarters",
"address": {
"country": "US",
"geographicArea": "California",
"city": "South San Francisco",
"line2": null,
"line1": "354 Oyster Point Blvd",
"postalCode": "94080"
},
"headquarter": true
},
{
"streetAddressOptOut": false,
"description": "Stripe Dublin",
"address": {
"country": "IE",
"geographicArea": "County Dublin",
"city": "Dublin",
"line2": null,
"line1": "1 Grand Canal Street Lower",
"postalCode": null
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Seattle",
"address": {
"country": "US",
"geographicArea": "Washington",
"city": "Seattle",
"line2": null,
"line1": "920 5th Ave",
"postalCode": "98104"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe London",
"address": {
"country": "GB",
"geographicArea": "England",
"city": "London",
"line2": null,
"line1": "211 Old Street",
"postalCode": "EC1V 9NR"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Paris",
"address": {
"country": "FR",
"geographicArea": "Ile-de-France",
"city": "Paris",
"line2": null,
"line1": "10, Boulevard Haussmann",
"postalCode": "75009"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Singapore",
"address": {
"country": "SG",
"geographicArea": "Singapore",
"city": "Central Business District",
"line2": null,
"line1": "89 Neil Rd",
"postalCode": "088894"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Tokyo",
"address": {
"country": "JP",
"geographicArea": "Shibuya-ku",
"city": "Tokyo",
"line2": null,
"line1": "1-5-8 Jingumae",
"postalCode": "150-0001"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Chicago",
"address": {
"country": "US",
"geographicArea": "Illinois",
"city": "Chicago",
"line2": null,
"line1": "515 N State St",
"postalCode": "60610"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe New York",
"address": {
"country": "US",
"geographicArea": "NY",
"city": "New York",
"line2": null,
"line1": "11 Park Pl",
"postalCode": "10301"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Amsterdam",
"address": {
"country": "NL",
"geographicArea": "North Holland",
"city": "Amsterdam",
"line2": null,
"line1": "Singel 542",
"postalCode": "1017"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Mexico",
"address": {
"country": "MX",
"geographicArea": "Colonia Juarez ",
"city": "Ciudad de Mexico",
"line2": null,
"line1": "Avenida Paseo de la Reforma 296 ",
"postalCode": "06600"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Australia",
"address": {
"country": "AU",
"geographicArea": "Victoria",
"city": "Melbourne",
"line2": null,
"line1": "222 Exhibition St",
"postalCode": "3000"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Brazil",
"address": {
"country": "BR",
"geographicArea": "São Paulo",
"city": "Paulínia",
"line2": null,
"line1": "Avenida Paulista 1374",
"postalCode": "13140-000"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Bangalore",
"address": {
"country": "IN",
"geographicArea": "Karnataka",
"city": "Bengaluru",
"line2": null,
"line1": "Church Street Haridevpur, Shanthala Nagar, Ashok Nagar",
"postalCode": "560001"
},
"headquarter": false
}
],
"organizationType": "Privately Held",
"defaultLocale": "en",
"followersCount": 1016002,
"pageMailbox": false,
"verified": true,
"socialProofText": "Tibalt & 20 other connections follow this page"
}
}
Get comprehensive information about a company including description, size, locations, and other business details.
This endpoint costs 1 credit per request.
Header Parameters
Your API key
Body Parameters
LinkedIn company URL (e.g., https://www.linkedin.com/company/stripe/)
Country code for proxy selection. Available: (US,UK,FR)
LinkedIn authentication cookie obtained from the login/verify process
Response
Request status (success/error)
Company name
Company URL identifier
Company description
Company website URL
Total number of employees
Array of company office locations
Type of organization
Number of LinkedIn followers
Whether the company page is verified
{
"status": "success",
"data": {
"name": "Stripe",
"universalName": "stripe",
"description": "Stripe is a financial infrastructure platform for businesses. Millions of companies—from the world’s largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.",
"tagline": "Help increase the GDP of the internet.",
"websiteUrl": "https://stripe.com",
"industry": "Technology, Information and Internet",
"employeeCount": 11685,
"employeeCountRange": {
"start": 5001,
"end": 10000
},
"headquarter": {
"country": "US",
"geographicArea": "California",
"city": "South San Francisco",
"line2": null,
"line1": "354 Oyster Point Blvd",
"postalCode": "94080"
},
"logoUrl": "https://media.licdn.com/dms/image/v2/D4E0BAQFqiwiSMcKk6A/company-logo_200_200/company-logo_200_200/0/1724937022726/stripe_logo?e=1750896000&v=beta&t=HhXH11lhKvAADBP8MukV5oM-Im2NLhNTAWeMDx5QGM8",
"coverImageUrl": null,
"callToAction": {
"displayText": "Learn more",
"visible": true,
"type": "LEARN_MORE",
"url": "https://stripe.com/jobs"
},
"locations": [
{
"streetAddressOptOut": false,
"description": "Headquarters",
"address": {
"country": "US",
"geographicArea": "California",
"city": "South San Francisco",
"line2": null,
"line1": "354 Oyster Point Blvd",
"postalCode": "94080"
},
"headquarter": true
},
{
"streetAddressOptOut": false,
"description": "Stripe Dublin",
"address": {
"country": "IE",
"geographicArea": "County Dublin",
"city": "Dublin",
"line2": null,
"line1": "1 Grand Canal Street Lower",
"postalCode": null
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Seattle",
"address": {
"country": "US",
"geographicArea": "Washington",
"city": "Seattle",
"line2": null,
"line1": "920 5th Ave",
"postalCode": "98104"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe London",
"address": {
"country": "GB",
"geographicArea": "England",
"city": "London",
"line2": null,
"line1": "211 Old Street",
"postalCode": "EC1V 9NR"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Paris",
"address": {
"country": "FR",
"geographicArea": "Ile-de-France",
"city": "Paris",
"line2": null,
"line1": "10, Boulevard Haussmann",
"postalCode": "75009"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Singapore",
"address": {
"country": "SG",
"geographicArea": "Singapore",
"city": "Central Business District",
"line2": null,
"line1": "89 Neil Rd",
"postalCode": "088894"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Tokyo",
"address": {
"country": "JP",
"geographicArea": "Shibuya-ku",
"city": "Tokyo",
"line2": null,
"line1": "1-5-8 Jingumae",
"postalCode": "150-0001"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Chicago",
"address": {
"country": "US",
"geographicArea": "Illinois",
"city": "Chicago",
"line2": null,
"line1": "515 N State St",
"postalCode": "60610"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe New York",
"address": {
"country": "US",
"geographicArea": "NY",
"city": "New York",
"line2": null,
"line1": "11 Park Pl",
"postalCode": "10301"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Amsterdam",
"address": {
"country": "NL",
"geographicArea": "North Holland",
"city": "Amsterdam",
"line2": null,
"line1": "Singel 542",
"postalCode": "1017"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Mexico",
"address": {
"country": "MX",
"geographicArea": "Colonia Juarez ",
"city": "Ciudad de Mexico",
"line2": null,
"line1": "Avenida Paseo de la Reforma 296 ",
"postalCode": "06600"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Australia",
"address": {
"country": "AU",
"geographicArea": "Victoria",
"city": "Melbourne",
"line2": null,
"line1": "222 Exhibition St",
"postalCode": "3000"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Brazil",
"address": {
"country": "BR",
"geographicArea": "São Paulo",
"city": "Paulínia",
"line2": null,
"line1": "Avenida Paulista 1374",
"postalCode": "13140-000"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Bangalore",
"address": {
"country": "IN",
"geographicArea": "Karnataka",
"city": "Bengaluru",
"line2": null,
"line1": "Church Street Haridevpur, Shanthala Nagar, Ashok Nagar",
"postalCode": "560001"
},
"headquarter": false
}
],
"organizationType": "Privately Held",
"defaultLocale": "en",
"followersCount": 1016002,
"pageMailbox": false,
"verified": true,
"socialProofText": "Tibalt & 20 other connections follow this page"
}
}
Notes
- The company URL must be a valid LinkedIn company page URL
- Some fields may be null or missing depending on the company’s public information
Was this page helpful?
curl --request POST \
--url https://api.linkupapi.com/v1/companies/info \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '{
"company_url": "<string>",
"country": "<string>",
"login_token": "<string>"
}'
{
"status": "success",
"data": {
"name": "Stripe",
"universalName": "stripe",
"description": "Stripe is a financial infrastructure platform for businesses. Millions of companies—from the world’s largest enterprises to the most ambitious startups—use Stripe to accept payments, grow their revenue, and accelerate new business opportunities. Headquartered in San Francisco and Dublin, the company aims to increase the GDP of the internet.",
"tagline": "Help increase the GDP of the internet.",
"websiteUrl": "https://stripe.com",
"industry": "Technology, Information and Internet",
"employeeCount": 11685,
"employeeCountRange": {
"start": 5001,
"end": 10000
},
"headquarter": {
"country": "US",
"geographicArea": "California",
"city": "South San Francisco",
"line2": null,
"line1": "354 Oyster Point Blvd",
"postalCode": "94080"
},
"logoUrl": "https://media.licdn.com/dms/image/v2/D4E0BAQFqiwiSMcKk6A/company-logo_200_200/company-logo_200_200/0/1724937022726/stripe_logo?e=1750896000&v=beta&t=HhXH11lhKvAADBP8MukV5oM-Im2NLhNTAWeMDx5QGM8",
"coverImageUrl": null,
"callToAction": {
"displayText": "Learn more",
"visible": true,
"type": "LEARN_MORE",
"url": "https://stripe.com/jobs"
},
"locations": [
{
"streetAddressOptOut": false,
"description": "Headquarters",
"address": {
"country": "US",
"geographicArea": "California",
"city": "South San Francisco",
"line2": null,
"line1": "354 Oyster Point Blvd",
"postalCode": "94080"
},
"headquarter": true
},
{
"streetAddressOptOut": false,
"description": "Stripe Dublin",
"address": {
"country": "IE",
"geographicArea": "County Dublin",
"city": "Dublin",
"line2": null,
"line1": "1 Grand Canal Street Lower",
"postalCode": null
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Seattle",
"address": {
"country": "US",
"geographicArea": "Washington",
"city": "Seattle",
"line2": null,
"line1": "920 5th Ave",
"postalCode": "98104"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe London",
"address": {
"country": "GB",
"geographicArea": "England",
"city": "London",
"line2": null,
"line1": "211 Old Street",
"postalCode": "EC1V 9NR"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Paris",
"address": {
"country": "FR",
"geographicArea": "Ile-de-France",
"city": "Paris",
"line2": null,
"line1": "10, Boulevard Haussmann",
"postalCode": "75009"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Singapore",
"address": {
"country": "SG",
"geographicArea": "Singapore",
"city": "Central Business District",
"line2": null,
"line1": "89 Neil Rd",
"postalCode": "088894"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Tokyo",
"address": {
"country": "JP",
"geographicArea": "Shibuya-ku",
"city": "Tokyo",
"line2": null,
"line1": "1-5-8 Jingumae",
"postalCode": "150-0001"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Chicago",
"address": {
"country": "US",
"geographicArea": "Illinois",
"city": "Chicago",
"line2": null,
"line1": "515 N State St",
"postalCode": "60610"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe New York",
"address": {
"country": "US",
"geographicArea": "NY",
"city": "New York",
"line2": null,
"line1": "11 Park Pl",
"postalCode": "10301"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Amsterdam",
"address": {
"country": "NL",
"geographicArea": "North Holland",
"city": "Amsterdam",
"line2": null,
"line1": "Singel 542",
"postalCode": "1017"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Mexico",
"address": {
"country": "MX",
"geographicArea": "Colonia Juarez ",
"city": "Ciudad de Mexico",
"line2": null,
"line1": "Avenida Paseo de la Reforma 296 ",
"postalCode": "06600"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Australia",
"address": {
"country": "AU",
"geographicArea": "Victoria",
"city": "Melbourne",
"line2": null,
"line1": "222 Exhibition St",
"postalCode": "3000"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Stripe Brazil",
"address": {
"country": "BR",
"geographicArea": "São Paulo",
"city": "Paulínia",
"line2": null,
"line1": "Avenida Paulista 1374",
"postalCode": "13140-000"
},
"headquarter": false
},
{
"streetAddressOptOut": false,
"description": "Bangalore",
"address": {
"country": "IN",
"geographicArea": "Karnataka",
"city": "Bengaluru",
"line2": null,
"line1": "Church Street Haridevpur, Shanthala Nagar, Ashok Nagar",
"postalCode": "560001"
},
"headquarter": false
}
],
"organizationType": "Privately Held",
"defaultLocale": "en",
"followersCount": 1016002,
"pageMailbox": false,
"verified": true,
"socialProofText": "Tibalt & 20 other connections follow this page"
}
}