Apify logo

Search LinkedIn Companies (Apify)

ApifySearch LinkedIn Companies (Apify)

POST/v1/apify-linkedin-company-search-get-items
texau__apify-linkedin-company-search-get-itemsenrichment
cURL · api.texau.app
84ms
POST/v1/apify-linkedin-company-search-get-items
{
  "search_query": "sample-value",
  "max_item": 1,
  "start_page": 1
}
200 Accepted
{
  "ok": true,
  "data": {
    "company_id": "rec_4f3a91",
    "universal_name": "sample",
    "company_name": "sample",
    "linkedin_url": "https://acme.com",
    "company_tagline": "sample",
    "company_description": "sample",
    "company_website": "https://acme.com",
    "company_mobile_number": "sample",
    "logo_url": "https://acme.com",
    "background_cover_url": "https://acme.com",
    "founded_year": "sample",
    "employee_count": 1,
    "employee_count_range_start": 1,
    "employee_count_range_end": 1,
    "follower_count": 1,
    "industry_name": "sample",
    "industry_title": "sample",
    "industry_hierarchy": "sample",
    "location_country": 1,
    "location_city": "sample",
    "location_area": "sample",
    "location_postal_code": "sample",
    "location_full_parsed": "sample",
    "active_status": "valid",
    "page_verified": "sample",
    "page_type": "sample",
    "job_search_url": "https://acme.com",
    "call_to_action_url": "https://acme.com",
    "pagination_total_result": "sample"
  }
}

Retrieve enriched LinkedIn company search results returns detailed company profiles including name, industries, employee counts, locations, LinkedIn URL, website, and related organizations.

Install

Add search linkedin companies (apify) to your MCP client.

Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.

claude_desktop_config.json
{
  "mcpServers": {
    "texau": {
      "command": "npx",
      "args": ["-y", "@texau/mcp-server"],
      "env": { "TEXAU_API_KEY": "..." }
    }
  }
}

Tool name: texau__apify-linkedin-company-search-get-items

When to use this.

The "Search LinkedIn Companies (Apify)" action enables users to retrieve enriched search results for companies on LinkedIn, providing detailed profiles that include essential information such as company name, industries, employee counts, locations, LinkedIn URLs, websites, and related organizations. Key input parameters include "search_query," which specifies the target term (e.g., 'Robo'), "max_item," which determines the maximum number of results to return (e.g., 5), and an optional "start_page" to indicate the pagination start point. The output data encompasses a wide range of semantic types, including company ID, universal name, company description, employee count, location details, and various URLs. This action is particularly useful for market research, competitive analysis, and lead generation, making it a valuable tool in the enrichment category for businesses seeking to enhance their understanding of potential partners or competitors on LinkedIn.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

Search LinkedIn Companies (Apify)

Try it

The target search query (e.g., 'Robo').

Maximum number of items to return (e.g., 5).

Page number to start searching from (e.g., 1).

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • company_id
    Company Id
    nullabletext
  • universal_name
    Universal Name
    nullabletext
  • company_name
    Company Name
    text
  • linkedin_url
    Linkedin Url
    text
  • company_tagline
    Company Tagline
    nullabletext
  • company_description
    Company Description
    nullabletext
  • company_website
    Company Website
    text
  • company_mobile_number
    Company Mobile Number
    text
  • logo_url
    Logo Url
    nullabletext
  • background_cover_url
    Background Cover Url
    nullabletext
  • founded_year
    Founded Year
    nullabletext
  • employee_count
    Employee Count
    text
  • employee_count_range_start
    Employee Count Range Start
    nullabletext
  • employee_count_range_end
    Employee Count Range End
    nullabletext
  • follower_count
    Follower Count
    nullabletext
  • industry_name
    Industry Name
    array
  • industry_title
    Industry Title
    nullablearray
  • industry_hierarchy
    Industry Hierarchy
    nullablearray
  • location_country
    Location Country
    array
  • location_city
    Location City
    array
  • location_area
    Location Area
    nullablearray
  • location_postal_code
    Location Postal Code
    nullablearray
  • location_full_parsed
    Location Full Parsed
    nullablearray
  • active_status
    Active Status
    nullabletext
  • page_verified
    Page Verified
    nullabletext
  • page_type
    Page Type
    nullabletext
  • job_search_url
    Job Search Url
    nullabletext
  • call_to_action_url
    Call To Action Url
    nullabletext
  • pagination_total_result
    Pagination Total Result
    nullabletext

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/apify-linkedin-company-search-get-items. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/apify-linkedin-company-search-get-items
curl -X POST 'https://v3-api.texau.com/api/v1/apify-linkedin-company-search-get-items' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"search_query":"sample-value","max_item":1,"start_page":1}'
200 Accepted
{
  "ok": true,
  "data": {
    "company_id": "rec_4f3a91",
    "universal_name": "sample",
    "company_name": "sample",
    "linkedin_url": "https://acme.com",
    "company_tagline": "sample",
    "company_description": "sample",
    "company_website": "https://acme.com",
    "company_mobile_number": "sample",
    "logo_url": "https://acme.com",
    "background_cover_url": "https://acme.com",
    "founded_year": "sample",
    "employee_count": 1,
    "employee_count_range_start": 1,
    "employee_count_range_end": 1,
    "follower_count": 1,
    "industry_name": "sample",
    "industry_title": "sample",
    "industry_hierarchy": "sample",
    "location_country": 1,
    "location_city": "sample",
    "location_area": "sample",
    "location_postal_code": "sample",
    "location_full_parsed": "sample",
    "active_status": "valid",
    "page_verified": "sample",
    "page_type": "sample",
    "job_search_url": "https://acme.com",
    "call_to_action_url": "https://acme.com",
    "pagination_total_result": "sample"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → search linkedin companies (apify) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Search LinkedIn Companies (Apify)Apify action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

Reliability

Rate limits & reliability.

  • Per-minute limit30 / min
  • Per-day limit1,000 / day
  • RetriesAutomatic w/ backoff
  • ModeSync

Errors

HTTP status codes.

What each response means and what to do about it.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Standard tier

Pricing tier on /pricing. Per-action credit cost is private.

FAQ.

  • Is this real-time?

    Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).

  • Do I get charged on failure?

    No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.

  • Does it work with Claude / Cursor via MCP?

    Yes. Add the texau MCP server to your client config, then call `texau__apify-...` directly.

  • What CRMs can I push results to?

    HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.

Run Search LinkedIn Companies (Apify) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.