Company

Company Details

Description

This endpoint retrieves detailed information about a specific company on LinkedIn, identified by its unique company ID.

Endpoint

GET api/v1/realtime/social/linkedin/v1/company/{{companyId}}/details

Parameters

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/company/nimbledata/details' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "name": "Nimble ",
    "public_identifier": "nimbledata",
    "urn": "urn:li:fsd_company:77053322",
    "linkedin_id": 77053322,
    "url": "https://www.linkedin.com/company/nimbledata/",
    "industry": [
        {
            "name": "Software Development",
            "urn": "urn:li:fsd_industryV2:4"
        }
    ],
    "headline": "The AI platform for collecting & processing the world’s web data in real-time.",
    "description": "Nimble is building a world where businesses can easily create AI & BI applications using real-time public web data to make better decisions, solve problems, and enhance their operations. Nimble’s novel AI-agents harness LLM technology trained on HTML to deliver unrivaled data accuracy.\nNimble’s Data Platform and Scraping Infrastructure are redefining web scraping to be an effortless, automated, and scalable process. We empower data leaders across various sectors to effortlessly provide precise data, and impact business functions in marketing, sales, engineering and facilitating the development of next-generation AI & BI applications.\nOur key products include:\nNimble APIs: an end-to-end web data gathering solution that collects structured data from any public website and delivers it straight to your cloud storage. This includes:\n1. SERP collection for SEO/SEM BI analysis and business automation.\n2. Product data from the largest online marketplaces on the web\n3. Training and parameter data for AI models\n4. Lead enrichment data for sales\n\nScraping infrastructure: optimize your existing scraping operations with modern residential proxies, Unblocker proxies, and social media proxies.\n1. Residential proxies: modern proxies with insane performance, global geotargeting, and built-in AI optimization that curates proxies based on your needs and use cases.\n2. Unblocker proxy: enjoy proxies with built-in unblocking, JS rendering, and everything you need for a seamless scraping experience.\n\nReady for a smarter way to gather web data? Visit nimbleway.com\n\n\n\n\n\n\n\n\n",
    "employee_count": 93,
    "employee_count_range": {
        "start": 51,
        "end": 200
    },
    "followers_count": 6794,
    "founded_on": {
        "month": null,
        "year": 2021,
        "day": null
    },
    "phone": null,
    "specialities": [],
    "locations": [
        {
            "street_address_opt_out": false,
            "description": "Headquarters",
            "address": {
                "country": "US",
                "geographic_area": "NY",
                "line4": null,
                "city": "New York",
                "postal_code": "10010",
                "line3": null,
                "line2": null,
                "line1": "43 W 23rd St"
            },
            "headquarter": true
        },
        {
            "street_address_opt_out": false,
            "description": "The R&D Center",
            "address": {
                "country": "IL",
                "geographic_area": null,
                "line4": null,
                "city": "Tel Aviv",
                "postal_code": null,
                "line3": null,
                "line2": null,
                "line1": "Beit Oved 15 St, The Orange House  "
            },
            "headquarter": false
        }
    ],
    "universal_name": "nimbledata",
    "logo": "https://media.licdn.com/dms/image/v2/C4D0BAQG6xLhw0ASI-A/company-logo_400_400/company-logo_400_400/0/1658152090045/nimbledata_logo?e=1732752000&v=beta&t=4sWvh0CpBa1ZCeG6fz3iwgGPGiqiwI2VSFnbrXfGqdw",
    "background_image": "https://media.licdn.com/dms/image/v2/C561BAQE7D0OtSKmCpg/company-background_10000/company-background_10000/0/1640081502564/nimbledata_cover?e=1725292800&v=beta&t=2sSXOMEfYVt96bIzEqLL0-_dEjmjGCoKswXs7q6h__A",
    "website_url": "https://nimbleway.com/?utm_source=linkedin",
    "organization_type": "Privately Held",
    "stock_symbol": null,
    "is_claimable": false,
    "default_locale": "en",
    "crunchbase_url": null,
    "call_to_action": {
        "display_text": "Sign up",
        "visible": true,
        "type": "SIGN_UP",
        "url": "https://nimbleway.com/contact/?utm_campaign=LinkedIn+organic&utm_source=linkedin&utm_medium=social&utm_content=company+overview"
    }
}

Company Jobs

Description

This endpoint retrieves a list of job postings available at a specific company on LinkedIn, identified by its unique company ID.

Endpoint

GET api/v1/realtime/social/linkedin/v1/company/{{companyId}}/jobs

Parameters

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/company/nimbledata/jobs' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "jobs": [
        {
            "title": "Business Development Representative",
            "subtitle": "$60K/yr",
            "urn": "urn:li:fs_normalized_jobPosting:4007697714",
            "company": "Nimble ",
            "location": "New York, United States (Hybrid)",
            "url": "https://www.linkedin.com/jobs/view/4007697714",
            "listing_date": "2024-08-26T14:03:40.000Z"
        },
        ...
    ],
    "listings": 15,
    "cursor": null
}

Company People

Description

This endpoint retrieves a list of people associated with a specific company on LinkedIn, identified by its unique company ID.

Endpoint

GET api/v1/realtime/social/linkedin/v1/company/{{companyId}}/people

Parameters

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/company/nimbledata/people' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "people": [
        {
            "name": "LinkedIn Member",
            "position": "Researcher / Engineer @ Nimbleway",
            "location": "Haifa District, Israel",
            "public_identifier": null,
            "urn": null,
            "url": null,
            "image": null
        },
        ...
    ],
    "cursor": "eyJjb3VudCI6MTAsInN0YXJ0IjozLCJ0b3RhbCI6MTAsInBhZ2luYXRpb25Ub2tlbiI6bnVsbH0="
}

Company Posts

Description

This endpoint retrieves posts made by a specific company on LinkedIn, identified by its unique company ID.

Endpoint

GET api/v1/realtime/social/linkedin/v1/company/{{companyId}}/posts?type={{type}}

Parameters

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/company/nimbledata/posts' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "posts": [
           {
            "author": {
                "type": "Company",
                "name": "Nimble ",
                "logo": "https://media.licdn.com/dms/image/v2/C4D0BAQG6xLhw0ASI-A/company-logo_400_400/company-logo_400_400/0/1658152090045/nimbledata_logo?e=1732752000&v=beta&t=4sWvh0CpBa1ZCeG6fz3iwgGPGiqiwI2VSFnbrXfGqdw",
                "public_identifier": "nimbledata",
                "urn": "urn:li:fsd_company:77053322",
                "url": "https://www.linkedin.com/company/nimbledata"
            },
            "text": "This time we begin experimenting with LangChain to great success, exploring its Agents feature.\n\nSetting up the LangChain environment was straightforward, from installing the libraries and securing API keys for OpenAI and Google Search—acknowledgments to Harrison Chase, Ankush Gola, and their team.\n\nThe breakthrough occurred when we developed an intelligent agent.\n\nThis agent linked our LLM to real-time data sources, enabling a chatbot capable of retrieving the most current information from the internet.\n\nA standout moment was when our agent used the Google Search API to navigate complex queries easily.\n\nEg. It found out who is older between Joe Biden and Kamala Harris. Then, it calculated the square root of the older person's age.\nInteresting, right?\n\nThe capability to seamlessly access Google Search, gather data, and crunch numbers was nothing short of revolutionary.\n\nThis project shows the immense potential of integrating LLMs with external tools. Far from just theory, it's practical and powerful.\n\nThis experience was a perfect blend of learning and fun.\nPlus, it's directly related to the capabilities of the Nimble Web API, which excels in gathering public web data efficiently.\n\nOur API provides robust, scalable solutions for real-time data extraction, making it perfect for powering intelligent applications like the one we built.\n\nThe synergy between LangChain and Nimble Web API opens up endless possibilities for innovation.\n\n#webscraping #technology #data #artificialintelligence",
            "created_at": "2024-08-19T00:00:00.000Z",
            "shares": 1,
            "comments": 0,
            "likes": 48,
            "reactions": [
                {
                    "reaction_type": "LIKE",
                    "count": 47
                },
                {
                    "reaction_type": "INTEREST",
                    "count": 1
                }
            ],
            "attachments": [
                {
                    "type": "Image",
                    "image": "https://media.licdn.com/dms/image/v2/D4D10AQFfVzBcJBBnRw/image-shrink_1280/image-shrink_1280/0/1723559896640?e=1725296400&v=beta&t=XV_WUIaN4bWsPuMMFIe3mbAywVK71-zA5atPZOA1dgk",
                    "text": "No alternative text description for this image"
                }
            ],
            "is_repost": false,
            "mentions": [
                {
                    "type": "Company",
                    "name": "LangChain",
                    "urn": "urn:li:fsd_company:91342320"
                },
                {
                    "type": "Member",
                    "urn": "urn:li:fsd_profile:ACoAAB06lJkB2-hiC0mqJ2yHgFtnAbf4UFXQ4Dg"
                },
                {
                    "type": "Member",
                    "urn": "urn:li:fsd_profile:ACoAAA32q0YB_WaGdeTRIoZb8fYEed-x9-COZmA"
                },
                {
                    "type": "Company",
                    "name": "Nimble ",
                    "urn": "urn:li:fsd_company:77053322"
                }
            ],
            "urn": "urn:li:activity:7229134171552534528",
            "url": "https://www.linkedin.com/feed/update/urn:li:activity:7229134171552534528/",
            "shared_post": null
        },
        ...
    ],
    "cursor": "eyJjb3VudCI6MTAwLCJzdGFydCI6MTAwLCJ0b3RhbCI6MTMzLCJwYWdpbmF0aW9uVG9rZW4iOiIyMzg5MjkwNDgtMTcyNDY4ODA1MTQwNC1mYjQzN2VhN2E3NzcwNjMwOTYwMjQ2YzAxOTU0ODk1NCJ9"
}

Company Products

Description

This endpoint retrieves information about products associated with a specific company on LinkedIn, identified by its unique company ID.

Endpoint

GET api/v1/realtime/social/linkedin/v1/company/{{companyId}}/products

Parameters

Example Request
curl -X GET 'https://api.webit.live/api/v1/realtime/social/linkedin/v1/company/nimbledata/products' \
--header 'Authorization: Basic <credential string>'
Example Response
{
    "products": [
        {
            "name": "Nimble Analytics & Management",
            "urn": "urn:li:fsd_organizationProduct:1946042",
            "description": "Nimble empowers you with powerful tools to track, analyze,\nand optimize your data operations.\n-Granular Budget Control\n-Detailed Reports\n-Advanced Analytics\n-Custom Alerts (Coming soon..)\n\n\n",
            "image": "https://media.licdn.com/dms/image/v2/D4D33AQG4kCyWTQmitw/productpage-logo-image_400_400/productpage-logo-image_400_400/0/1697721544493/nimbledata_nimble_analytics_logo?e=1725292800&v=beta&t=CHJx5i5YXuLZ0DzvrUWCr9IM5-gCnvgPyHVYNUCP4vg",
            "category": null
        },
        ...
    ],
    "cursor": null
}

Last updated