{
  "title": "Anysite LinkedIn API Reference",
  "description": "Profiles, companies, posts, search, email finder, Sales Navigator, and more.",
  "base_url": "https://api.anysite.io",
  "auth": "access-token header (NOT Bearer)",
  "total_endpoints": 37,
  "endpoints": [
    {
      "method": "POST",
      "path": "/api/linkedin/company",
      "summary": "/linkedin/company",
      "description": "Linkedin Get Company",
      "docs": "https://docs.anysite.io/api-reference/linkedin-companies/linkedincompany",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "company": {
          "type": "string",
          "required": true,
          "description": "Company Alias or URL or URN"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "name": "string",
        "alias": "string",
        "website": "string",
        "locations": "string",
        "short_description": "string",
        "description": "string",
        "employee_count": "string",
        "founded_on": "string",
        "phone": "string",
        "logo_url": "string",
        "organizational_urn": "string",
        "page_verification_status": "string",
        "last_modified_at": "string",
        "headquarter_status": "string",
        "headquarter_location": "string",
        "industry": "string",
        "industry_full": "string",
        "specialities": "string",
        "is_active": "string",
        "employee_count_range": "string",
        "similar_organizations": "string",
        "hashtags": "string",
        "crunchbase_link": "string",
        "is_unclaimed": "boolean"
      },
      "category": "LinkedIn Companies"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/company/employee_stats",
      "summary": "/linkedin/company/employee_stats",
      "description": "Linkedin Get Company Employee Stats",
      "docs": "https://docs.anysite.io/api-reference/linkedin-companies/linkedincompanyemployee_stats",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "locations": "array",
        "educations": "array",
        "skills": "array",
        "functions": "array",
        "majors": "array"
      },
      "category": "LinkedIn Companies"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/company/employees",
      "summary": "/linkedin/company/employees",
      "description": "Linkedin Get Company Employees",
      "docs": "https://docs.anysite.io/api-reference/linkedin-companies/linkedincompanyemployees",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "companies": {
          "type": "array",
          "required": true,
          "description": "Company URN in company:{id} format from /linkedin/company response. Only URN accepted, alias or fsd_company URN will fail."
        },
        "keywords": {
          "type": "string",
          "description": "Any keyword for searching in the user page"
        },
        "first_name": {
          "type": "string",
          "description": "Search for exact first name"
        },
        "last_name": {
          "type": "string",
          "description": "Search for exact last name"
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "internal_id": "object",
        "urn": "object",
        "name": "string",
        "url": "string",
        "image": "string",
        "headline": "string",
        "location": "string"
      },
      "category": "LinkedIn Companies"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/company/posts",
      "summary": "/linkedin/company/posts",
      "description": "Linkedin Get Company Posts",
      "docs": "https://docs.anysite.io/api-reference/linkedin-companies/linkedincompanyposts",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "share_url": "string",
        "author": "string",
        "created_at": "integer",
        "share_urn": "string",
        "legacy_share_urn": "string",
        "is_empty_repost": "string",
        "repost": "string",
        "images": "string",
        "video_url": "string",
        "text": "string",
        "comment_count": "string",
        "share_count": "string",
        "reactions": "string",
        "event": "string",
        "article": "string",
        "link": "string",
        "document": "string",
        "mentioned": "string"
      },
      "category": "LinkedIn Companies"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/email/sql/user",
      "summary": "/linkedin/email/sql/user",
      "description": "Get fresh LinkedIn user data by email address (DB lookup)",
      "docs": "https://docs.anysite.io/api-reference/linkedin-email-finder/linkedinemailsqluser",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "email": {
          "type": "string",
          "required": true,
          "description": "Email address to search for",
          "minLength": 1
        }
      },
      "response_type": "array",
      "category": "LinkedIn Email Finder"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/email/user",
      "summary": "/linkedin/email/user",
      "description": "Linkedin Get User By Email",
      "docs": "https://docs.anysite.io/api-reference/linkedin-email-finder/linkedinemailuser",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "email": {
          "type": "string",
          "required": true,
          "description": "Email to get user by email",
          "minLength": 1
        }
      },
      "response_type": "array",
      "category": "LinkedIn Email Finder"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/group",
      "summary": "/linkedin/group",
      "description": "Linkedin Get Group",
      "docs": "https://docs.anysite.io/api-reference/linkedin-groups/linkedingroup",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "group": {
          "type": "string",
          "required": true,
          "description": "Group URN or URL"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "name": "string",
        "url": "string",
        "image": "string",
        "created_at": "string",
        "member_count": "integer",
        "description": "string",
        "rules": "string",
        "geo": "string",
        "industries": "string",
        "members": "string"
      },
      "category": "LinkedIn Groups"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/post",
      "summary": "/linkedin/post",
      "description": "Linkedin Get Post Details",
      "docs": "https://docs.anysite.io/api-reference/linkedin-posts/linkedinpost",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "string",
          "required": true,
          "description": "Post URN or URL"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "share_url": "string",
        "author": "string",
        "created_at": "integer",
        "share_urn": "string",
        "is_empty_repost": "string",
        "repost": "string",
        "images": "string",
        "video_url": "string",
        "text": "string",
        "comment_count": "string",
        "share_count": "string",
        "reactions": "string",
        "article": "string",
        "link": "string",
        "document": "string",
        "mentioned": "string",
        "event": "string"
      },
      "category": "LinkedIn Posts"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/post/comments",
      "summary": "/linkedin/post/comments",
      "description": "Linkedin Get Post Comments",
      "docs": "https://docs.anysite.io/api-reference/linkedin-posts/linkedinpostcomments",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "sort": {
          "type": "string",
          "enum": [
            "relevance",
            "recent"
          ]
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "text": "string",
        "author": "string",
        "created_at": "integer",
        "is_commenter_post_author": "boolean",
        "comment_count": "string",
        "reactions": "string",
        "parent": "string"
      },
      "category": "LinkedIn Posts"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/post/reactions",
      "summary": "/linkedin/post/reactions",
      "description": "Linkedin Get Post Reactions",
      "docs": "https://docs.anysite.io/api-reference/linkedin-posts/linkedinpostreactions",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "type": "string",
        "user": "object"
      },
      "category": "LinkedIn Posts"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/post/reposts",
      "summary": "/linkedin/post/reposts",
      "description": "Linkedin Get Post Reposts",
      "docs": "https://docs.anysite.io/api-reference/linkedin-posts/linkedinpostreposts",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "share_url": "string",
        "author": "string",
        "created_at": "integer",
        "share_urn": "string",
        "legacy_share_urn": "string",
        "is_empty_repost": "string",
        "repost": "string",
        "images": "string",
        "video_url": "string",
        "text": "string",
        "comment_count": "string",
        "share_count": "string",
        "reactions": "string",
        "event": "string",
        "article": "string",
        "link": "string",
        "document": "string",
        "mentioned": "string"
      },
      "category": "LinkedIn Posts"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/companies",
      "summary": "/linkedin/search/companies",
      "description": "Linkedin Search Companies",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchcompanies",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "string",
          "description": "Any keyword for searching in the company page. For exact search put desired keywords into brackets",
          "default": ""
        },
        "location": {
          "type": "string",
          "description": "Location URN, can be obtained in /linkedin/search/locations, only geo urn type is allowed. Or location name.",
          "default": []
        },
        "industry": {
          "type": "string",
          "description": "Industry URN or name. Valid top-level industries: Technology, Information and Media; Professional Services; Manufacturing; Hospitals and Health Care; Retail; Government Administration; Holding Companies; Oil, Gas, and Mining; Real Estate and Equipment Rental Services; Transportation, Logistics, Supply Chain and Storage; Utilities; Wholesale. Text auto-resolves to URN.",
          "default": []
        },
        "employee_count": {
          "type": "array",
          "description": "Employee count",
          "default": []
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 900.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "name": "string",
        "url": "string",
        "alias": "string",
        "image": "string",
        "industry": "string",
        "location": "string"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/educations",
      "summary": "/linkedin/search/educations",
      "description": "Linkedin Search Educations",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearcheducations",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "name": {
          "type": "string",
          "required": true,
          "description": "Education name"
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "name": "string",
        "headline": "string",
        "image": "string"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/industries",
      "summary": "/linkedin/search/industries",
      "description": "Linkedin Search Industries",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchindustries",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "name": {
          "type": "string",
          "required": true,
          "description": "Industry name"
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "name": "string"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/jobs",
      "summary": "/linkedin/search/jobs",
      "description": "Linkedin Search Jobs",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchjobs",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "string",
          "description": "Any keyword for searching in the job. For exact search put desired keywords into brackets",
          "default": ""
        },
        "sort": {
          "type": "string",
          "description": "Job sorting type"
        },
        "experience_level": {
          "type": "string",
          "description": "Job experience level"
        },
        "job_types": {
          "type": "string",
          "description": "Job types"
        },
        "work_types": {
          "type": "string",
          "description": "Work types"
        },
        "industry": {
          "type": "string",
          "description": "Industry URN or name. Valid top-level industries: Technology, Information and Media; Professional Services; Manufacturing; Hospitals and Health Care; Retail; Government Administration; Holding Companies; Oil, Gas, and Mining; Real Estate and Equipment Rental Services; Transportation, Logistics, Supply Chain and Storage; Utilities; Wholesale. Text auto-resolves to URN."
        },
        "company": {
          "type": "string",
          "description": "Company URN, can be obtained in /linkedin/search/company, only company urn type is allowed"
        },
        "location": {
          "type": "string",
          "description": "Job location",
          "default": "worldwide"
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 1000.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "name": "string",
        "url": "string",
        "company": "string",
        "location": "string",
        "work_type": "string",
        "created_at": "string",
        "is_promoted": "boolean",
        "is_east_apply": "boolean"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/locations",
      "summary": "/linkedin/search/locations",
      "description": "Linkedin Search Locations",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchlocations",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "name": {
          "type": "string",
          "required": true,
          "description": "Location name"
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "name": "string"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/posts",
      "summary": "/linkedin/search/posts",
      "description": "Linkedin Search Posts",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchposts",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "string",
          "description": "Any keyword for searching in the post. For exact search put desired keywords into brackets",
          "default": ""
        },
        "sort": {
          "type": "string",
          "enum": [
            "relevance",
            "recent"
          ]
        },
        "date_posted": {
          "type": "string",
          "description": "Date posted"
        },
        "content_type": {
          "type": "string",
          "description": "Desired content type"
        },
        "mentioned": {
          "type": "string",
          "description": "Mentioned users URN in posts"
        },
        "authors": {
          "type": "string",
          "description": "Authors URN of posts"
        },
        "author_industries": {
          "type": "string",
          "description": "Industry URN, can be obtained in /linkedin/search/industries. Or industry name."
        },
        "author_title": {
          "type": "string",
          "description": "Author job title."
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 1000.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "share_url": "string",
        "author": "string",
        "created_at": "integer",
        "share_urn": "string",
        "is_empty_repost": "string",
        "repost": "string",
        "images": "string",
        "video_url": "string",
        "text": "string",
        "comment_count": "string",
        "share_count": "string",
        "reactions": "string",
        "article": "string",
        "link": "string",
        "document": "string",
        "mentioned": "string"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/sql/companies",
      "summary": "/linkedin/search/sql/companies",
      "description": "Bulk-discover companies in the cached ~70M-record LinkedIn DB. Use for ICP discovery, competitor/lookalike lists, and account-list building.",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchsqlcompanies",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "string",
          "description": "Global search across name, description, short_description, specialities, hashtags, locations. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "name": {
          "type": "string",
          "description": "Search in `name`. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "alias": {
          "type": "string",
          "description": "Search in `alias` (LinkedIn slug). Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "urn": {
          "type": "array",
          "description": "Batch lookup by exact URN list, e.g. ['fsd_company:11130470'].",
          "default": []
        },
        "description": {
          "type": "string",
          "description": "Search in `description` OR `short_description`. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "website": {
          "type": "string",
          "description": "Search in `website`. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "headquarter_location": {
          "type": "string",
          "description": "Search in `headquarter_location`. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "locations": {
          "type": "string",
          "description": "Search in `locations` array (word-boundary tokens). For country filtering country_hq/country_any (ISO2 codes) are the structured alternative. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "specialities": {
          "type": "string",
          "description": "Search in `specialities` array. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "hashtags": {
          "type": "string",
          "description": "Exact-match search in `hashtags` array (case-insensitive, element equality, not substring). Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "similar_organizations": {
          "type": "string",
          "description": "Search in `similar_organizations` array. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "industry": {
          "type": "array",
          "description": "Exact-match industry URNs (e.g. ['industry:96', 'industry:28']).",
          "default": []
        },
        "industry_name": {
          "type": "string",
          "description": "DSL search over industry Label (industries.tsv). Resolves to URN set, then filters `industry IN (...)`. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=substring phrase, `-token`=NOT. A bare single word matches whole words case-insensitively (`sdr` matches `SDR/BDR`, not `adviseur`); there is no stemming, so `integration` does not match `integrations` — use a quoted `\"phrase\"` for substring matching. Bare terms with separators (`b2b-saas`, `S.E.E.D.`) and non-ASCII terms match as substrings. Example: `acme|tech \"machine learning\" -intern`.",
          "default": ""
        },
        "employee_count_min": {
          "type": "string",
          "description": "Min employee_count (inclusive)."
        },
        "employee_count_max": {
          "type": "string",
          "description": "Max employee_count (inclusive)."
        },
        "founded_on_min": {
          "type": "string",
          "description": "Min founded year (inclusive)."
        },
        "founded_on_max": {
          "type": "string",
          "description": "Max founded year (inclusive)."
        },
        "last_modified_after": {
          "type": "string",
          "description": "Min last_modified_at timestamp (inclusive)."
        },
        "is_active": {
          "type": "string",
          "description": "Filter by is_active flag."
        },
        "page_verification_status": {
          "type": "string",
          "description": "Filter by page_verification_status flag."
        },
        "headquarter_status": {
          "type": "string",
          "description": "Filter by headquarter_status flag."
        },
        "country_hq": {
          "type": "array",
          "description": "ISO2 country codes (e.g. ['US', 'GB']). Token-aware match strictly in `headquarter_location`. Avoids substring false positives like 'US' ⊂ 'Russia'.",
          "default": []
        },
        "country_any": {
          "type": "array",
          "description": "ISO2 country codes. Token-aware match in `headquarter_location` OR any element of `locations` array — company is present in any of the listed countries.",
          "default": []
        },
        "has_website": {
          "type": "string",
          "description": "If true, only results with non-empty `website`. If false, only empty."
        },
        "has_description": {
          "type": "string",
          "description": "If true, only results with non-empty `description`. If false, only empty."
        },
        "min_description_length": {
          "type": "string",
          "description": "Minimum length of `description` (helps drop stub cards)."
        },
        "sort": {
          "type": "string",
          "enum": [
            "relevance",
            "last_modified"
          ]
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count.",
          "maximum": 1000.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "string",
        "name": "string",
        "alias": "string",
        "url": "string",
        "website": "string",
        "locations": "array",
        "short_description": "string",
        "description": "string",
        "employee_count": "string",
        "founded_on": "string",
        "phone": "string",
        "organizational_urn": "string",
        "page_verification_status": "string",
        "last_modified_at": "string",
        "headquarter_status": "string",
        "headquarter_location": "string",
        "industry": "string",
        "specialities": "array",
        "is_active": "string",
        "employee_count_range": "string",
        "similar_organizations": "array",
        "hashtags": "array",
        "crunchbase_link": "string"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/sql/users",
      "summary": "/linkedin/search/sql/users",
      "description": "Find LinkedIn people by role, seniority, company, industry, company size, location, skills and education. Built for ICP discovery, buying-committee mapping, alumni lists and lookalikes.",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchsqlusers",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "string",
          "description": "Token search across name, headline, summary, every role title, every company name and the companies' speciality lists. Only fast for distinctive words — always combine it with at least one selective filter.",
          "default": ""
        },
        "name": {
          "type": "string",
          "description": "Search in `name`. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "headline": {
          "type": "string",
          "description": "Search in `headline`. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "summary": {
          "type": "string",
          "description": "Search in the profile summary. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "alias": {
          "type": "array",
          "description": "Batch lookup by exact LinkedIn slug.",
          "default": []
        },
        "urn": {
          "type": "array",
          "description": "Batch lookup by exact URN, e.g. ['fsd_profile:ACoAA…'].",
          "default": []
        },
        "member_id": {
          "type": "array",
          "description": "Batch lookup by member id, e.g. ['member:115562011'].",
          "default": []
        },
        "last_name": {
          "type": "array",
          "description": "Exact surname, matched on a folded key: diacritics, case, punctuation and spacing are ignored, so 'van der Berg', 'Van Der Berg' and 'vanderberg' are one value.",
          "default": []
        },
        "first_initial": {
          "type": "array",
          "description": "First letter of the given name, lowercased. Pair with `last_name` for 'J. Smith'.",
          "default": []
        },
        "current_title": {
          "type": "string",
          "description": "Search in the current role title. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "any_title": {
          "type": "string",
          "description": "Search across ALL role titles, past included. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "seniority": {
          "type": "array",
          "description": "Current seniority. One of ['unknown', 'entry', 'ic', 'senior_ic', 'manager', 'head', 'vp', 'founder', 'cxo'].",
          "default": []
        },
        "seniority_min": {
          "type": "string",
          "description": "Current seniority at or above this level — 'head' means Head, VP, founder, CXO."
        },
        "function": {
          "type": "array",
          "description": "Current function. One of ['unknown', 'other', 'none', 'sales', 'marketing', 'engineering', 'product', 'data', 'finance', 'hr', 'ops', 'legal', 'support', 'exec', 'education', 'healthcare', 'trades', 'admin'].",
          "default": []
        },
        "any_function": {
          "type": "array",
          "description": "Function held in ANY role, past included.",
          "default": []
        },
        "current_company_name": {
          "type": "string",
          "description": "Search in the current company. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "current_company_id": {
          "type": "array",
          "description": "Exact LinkedIn numeric company ids.",
          "default": []
        },
        "current_company_domain": {
          "type": "array",
          "description": "Bare domains, e.g. ['acme.com']. Scheme, `www.` and path are stripped on both sides.",
          "default": []
        },
        "any_company_id": {
          "type": "array",
          "description": "Worked there at any point, current or past.",
          "default": []
        },
        "past_company_id": {
          "type": "array",
          "description": "Worked there and has since left (S11 alumni).",
          "default": []
        },
        "any_company_domain": {
          "type": "array",
          "description": "Worked at a company on this domain at any point, current or past.",
          "default": []
        },
        "industry": {
          "type": "array",
          "description": "Current company industry, LinkedIn taxonomy labels.",
          "default": []
        },
        "any_industry": {
          "type": "array",
          "description": "Industry of ANY company worked at, past included — 'has fintech experience'.",
          "default": []
        },
        "employee_range": {
          "type": "array",
          "description": "Company size band: 'myself only', '2-10', '11-50', '51-200', … '10001+'.",
          "default": []
        },
        "employee_count_min": {
          "type": "string",
          "description": "Min current company headcount."
        },
        "employee_count_max": {
          "type": "string",
          "description": "Max current company headcount."
        },
        "country": {
          "type": "array",
          "description": "ISO2 country codes, e.g. ['US','GB'].",
          "default": []
        },
        "location": {
          "type": "string",
          "description": "Search in the free-text location. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "skills": {
          "type": "string",
          "description": "Search the skills list. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "languages": {
          "type": "string",
          "description": "Search the languages list. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "edu_slug": {
          "type": "array",
          "description": "Exact institution slugs, e.g. ['tu-delft'].",
          "default": []
        },
        "edu_institution": {
          "type": "string",
          "description": "Search institution names. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "edu_field": {
          "type": "string",
          "description": "Search field of study / degree text. Mini-DSL: whitespace=AND, `|`=OR (no spaces around `|`), `\"phrase\"`=exact phrase, `-token`=NOT. Example: `sales|revenue \"account executive\" -intern`.",
          "default": ""
        },
        "edu_ended_year_min": {
          "type": "string",
          "description": "Graduated in or after this year."
        },
        "edu_ended_year_max": {
          "type": "string",
          "description": "Graduated in or before this year."
        },
        "months_in_role_max": {
          "type": "string",
          "description": "New in role: started at most this many months ago. Measured from today."
        },
        "months_in_role_min": {
          "type": "string",
          "description": "In the current role at least this long."
        },
        "experience_years_min": {
          "type": "string",
          "description": "First recorded role is at least this old."
        },
        "months_since_change_max": {
          "type": "string",
          "description": "Last started or ended a role at most this many months ago."
        },
        "n_roles_min": {
          "type": "string",
          "description": "At least this many recorded roles."
        },
        "n_roles_max": {
          "type": "string",
          "description": "At most this many recorded roles."
        },
        "n_companies_min": {
          "type": "string",
          "description": "Worked at at least this many companies."
        },
        "n_companies_max": {
          "type": "string",
          "description": "At most this many companies — stability, not job-hopping."
        },
        "promotion_count_min": {
          "type": "string",
          "description": "Changed title at least this many times without changing employer."
        },
        "avg_tenure_months_min": {
          "type": "string",
          "description": "Mean length of the finished roles, in months. Ignores the current one."
        },
        "avg_tenure_months_max": {
          "type": "string",
          "description": "Upper bound on the same mean."
        },
        "profile_score_min": {
          "type": "string",
          "description": "How complete the profile is: one point each for roles, education, skills, headline, summary, photo, country and industry. Use it to demand rich profiles."
        },
        "is_creator": {
          "type": "string",
          "description": "Creator badge. Not carried by the response."
        },
        "is_influencer": {
          "type": "string",
          "description": "Influencer badge. Not carried by the response."
        },
        "is_top_voice": {
          "type": "string",
          "description": "Top Voice badge."
        },
        "is_premium": {
          "type": "string",
          "description": "Premium subscriber."
        },
        "open_to_work": {
          "type": "string",
          "description": "Open-to-work badge. `false` means no badge was observed, which is not the same as the person not looking."
        },
        "hiring": {
          "type": "string",
          "description": "Hiring badge. Same caveat as `open_to_work`."
        },
        "verified": {
          "type": "string",
          "description": "Identity-verified."
        },
        "follower_count_min": {
          "type": "string",
          "description": "At least this many followers. Only a small share of profiles state one."
        },
        "connection_count_min": {
          "type": "string",
          "description": "At least this many connections. Stated about as rarely as the follower count."
        },
        "similar_to": {
          "type": "array",
          "description": "Aliases whose 'similar profiles' graph should be searched (lookalike seed).",
          "default": []
        },
        "also_viewed": {
          "type": "array",
          "description": "Aliases from the 'people also viewed' graph — a looser lookalike than `similar_to`.",
          "default": []
        },
        "has_current_role": {
          "type": "string",
          "description": "Only people whose current employer can be resolved — a role with a start and no end. Left unset, people without one are included."
        },
        "has_industry": {
          "type": "string",
          "description": "Only people whose company states an industry."
        },
        "has_company_size": {
          "type": "string",
          "description": "Only people whose company states a size."
        },
        "has_education": {
          "type": "string",
          "description": "Only people stating an education entry."
        },
        "has_roles": {
          "type": "string",
          "description": "Only people stating any role history."
        },
        "has_role_dates": {
          "type": "string",
          "description": "Only people with at least one dated role — required for the tenure filters."
        },
        "has_engagement": {
          "type": "string",
          "description": "Only people stating a follower count or a creator badge. Set it before using the engagement filters so the narrowing is deliberate rather than accidental."
        },
        "fetched_after": {
          "type": "string",
          "description": "Only people whose profile was refreshed at or after this unix timestamp."
        },
        "bucket_total": {
          "type": "string",
          "description": "Divide the matching people into this many equal parts, so a team can split a territory without overlap. The same person always lands in the same part."
        },
        "bucket_index": {
          "type": "string",
          "description": "Which part to return, counting from zero."
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count.",
          "maximum": 1000.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "internal_id": "string",
        "urn": "string",
        "name": "string",
        "first_name": "string",
        "last_name": "string",
        "alias": "string",
        "url": "string",
        "headline": "string",
        "follower_count": "string",
        "image": "string",
        "background_image": "string",
        "connection_count": "string",
        "description": "string",
        "top_skills": "string",
        "frame": "string",
        "location": "string",
        "country_code": "string",
        "country": "string",
        "city": "string",
        "pronouns": "string",
        "custom_pronouns": "string",
        "experience": "string",
        "education": "string",
        "languages": "string",
        "certificates": "string",
        "honors": "string",
        "patents": "string",
        "skills": "string",
        "verified": "boolean",
        "is_premium": "boolean",
        "is_top_voice": "boolean"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/search/users",
      "summary": "/linkedin/search/users",
      "description": "Linkedin Search Users",
      "docs": "https://docs.anysite.io/api-reference/linkedin-search/linkedinsearchusers",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "string",
          "description": "Any keyword for searching in the user page.With the params result count will be small.Use other params to obtain a lot of results",
          "default": ""
        },
        "first_name": {
          "type": "string",
          "description": "Search for exact first name. Using first_name or last_name significantly improves result quality",
          "default": ""
        },
        "last_name": {
          "type": "string",
          "description": "Search for exact last name. Using first_name or last_name significantly improves result quality",
          "default": ""
        },
        "job_title": {
          "type": "string",
          "description": "Search for exact word in the title",
          "default": ""
        },
        "company_keywords": {
          "type": "string",
          "description": "Search for exact word in the company name",
          "default": ""
        },
        "school_keywords": {
          "type": "string",
          "description": "Search for exact word in the school name",
          "default": ""
        },
        "current_company": {
          "type": "string",
          "description": "Current company URN or company name"
        },
        "past_company": {
          "type": "string",
          "description": "Past company URN or company name"
        },
        "location": {
          "type": "string",
          "description": "Location geo URN or location name"
        },
        "industry": {
          "type": "string",
          "description": "Industry URN or name. Valid top-level industries: Technology, Information and Media; Professional Services; Manufacturing; Hospitals and Health Care; Retail; Government Administration; Holding Companies; Oil, Gas, and Mining; Real Estate and Equipment Rental Services; Transportation, Logistics, Supply Chain and Storage; Utilities; Wholesale. Text auto-resolves to URN."
        },
        "education": {
          "type": "string",
          "description": "Education institution URN or name"
        },
        "profile_language": {
          "type": "array",
          "description": "Profile language, ISO 639-1 code. Filters by the language the profile is written in, not by the languages the person lists as spoken."
        },
        "open_to_volunteer": {
          "type": "boolean",
          "description": "Only people marked as open to volunteering. Not the same as open to work.",
          "default": false
        },
        "is_verified": {
          "type": "boolean",
          "description": "Only people whose identity LinkedIn has verified",
          "default": false
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 500.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "internal_id": "object",
        "urn": "object",
        "name": "string",
        "alias": "string",
        "url": "string",
        "image": "string",
        "headline": "string",
        "location": "string",
        "open_to_work": "boolean"
      },
      "category": "LinkedIn Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/sn_search/users",
      "summary": "/linkedin/sn_search/users",
      "description": "Linkedin Sales Navigator Search Users",
      "docs": "https://docs.anysite.io/api-reference/linkedin-social-search/linkedinsn_searchusers",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "string",
          "description": "Any keyword for searching in the user page.With the params result count will be small.Use other params to obtain a lot of results",
          "default": ""
        },
        "first_names": {
          "type": "array",
          "description": "Search for exact first names"
        },
        "last_names": {
          "type": "array",
          "description": "Search for exact last names"
        },
        "current_titles": {
          "type": "array",
          "description": "Search for exact word in the current title"
        },
        "location": {
          "type": "string",
          "description": "Location URN, can be obtained in /linkedin/search/locations, only geo urn type is allowed. Or location name."
        },
        "education": {
          "type": "string",
          "description": "Education URN, can be obtained in /linkedin/search/educations, only fsd_company urn type is allowed. Or education name."
        },
        "languages": {
          "type": "array",
          "description": "Profile Language"
        },
        "past_titles": {
          "type": "array",
          "description": "Search for exact word in the past title"
        },
        "functions": {
          "type": "array",
          "description": "Job functions"
        },
        "levels": {
          "type": "array",
          "description": "Job level"
        },
        "years_in_the_current_company": {
          "type": "array",
          "description": "Years in the current company"
        },
        "years_in_the_current_position": {
          "type": "array",
          "description": "Years in the current position"
        },
        "company_sizes": {
          "type": "array",
          "description": "Sizes of the current company"
        },
        "company_types": {
          "type": "array",
          "description": "Types of the current company"
        },
        "company_locations": {
          "type": "string",
          "description": "Company Location URN, can be obtained in /linkedin/search/locations, only geo urn type is allowed. Or location name."
        },
        "current_companies": {
          "type": "string",
          "description": "Current company URN, only company urn type is allowed. Or company name."
        },
        "past_companies": {
          "type": "string",
          "description": "Past company URN, only company urn type is allowed or company name. Or company name."
        },
        "industry": {
          "type": "string",
          "description": "Industry URN, can be obtained in /linkedin/search/industries, only industry urn type is allowed. Or industry name."
        },
        "is_posted_on_linkedin": {
          "type": "string",
          "description": "Users who have recently published content on the platform"
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "minimum": 1.0,
          "maximum": 2500.0
        },
        "company_keyword": {
          "type": "string",
          "description": "Keyword for current company text filter in Sales Navigator.",
          "default": ""
        },
        "past_company_keyword": {
          "type": "string",
          "description": "Keyword for past company text filter in Sales Navigator.",
          "default": ""
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "internal_id": "object",
        "urn": "object",
        "name": "string",
        "url": "string",
        "image": "string",
        "headline": "string",
        "location": "string",
        "is_premium": "boolean",
        "current_companies": "array"
      },
      "category": "LinkedIn Social Search"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user",
      "summary": "/linkedin/user",
      "description": "Linkedin Get User",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuser",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "user": {
          "type": "string",
          "required": true,
          "description": "User alias, profile URL, or fsd_profile URN"
        },
        "with_experience": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get experience info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_education": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get education info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_honors": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get honors info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_certificates": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get certificates info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_languages": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get languages info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_patents": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get patents info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_skills": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get skills info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_description_and_top_skills": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need to get description and top skills info. With this parameter enabled the method will work longer",
          "default": true
        },
        "with_profile_details": {
          "type": "boolean",
          "description": "Set this Parameter to true if you need photo, banner, follower and connection counts and profile badges to be filled in when they are missing. With this parameter enabled the method will work longer",
          "default": true
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "internal_id": "string",
        "urn": "string",
        "name": "string",
        "first_name": "string",
        "last_name": "string",
        "alias": "string",
        "url": "string",
        "headline": "string",
        "follower_count": "string",
        "image": "string",
        "background_image": "string",
        "connection_count": "string",
        "description": "string",
        "top_skills": "string",
        "frame": "string",
        "location": "string",
        "country_code": "string",
        "country": "string",
        "city": "string",
        "pronouns": "string",
        "custom_pronouns": "string",
        "experience": "string",
        "education": "string",
        "languages": "string",
        "certificates": "string",
        "honors": "string",
        "patents": "string",
        "skills": "string",
        "verified": "boolean",
        "is_premium": "boolean",
        "is_top_voice": "boolean"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/articles",
      "summary": "/linkedin/user/articles",
      "description": "Linkedin Get User Articles",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserarticles",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        },
        "published_after": {
          "type": "string",
          "description": "Unix timestamp in seconds (e.g. 1710000000 for March 2024). Only return articles published after this date."
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "string",
        "description": "string",
        "url": "string",
        "image": "string",
        "read_time_minutes": "string",
        "created_at": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/certificates",
      "summary": "/linkedin/user/certificates",
      "description": "Linkedin Get User Certificates",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinusercertificates",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 100.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "name": "string",
        "company": "string",
        "created_at": "string",
        "label": "string",
        "url": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/comments",
      "summary": "/linkedin/user/comments",
      "description": "Linkedin Get User Comments",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinusercomments",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        },
        "commented_after": {
          "type": "string",
          "description": "Filter comments that created after the specified date. Accepts timestamp"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "text": "string",
        "author": "object",
        "created_at": "integer",
        "is_commenter_post_author": "boolean",
        "comment_count": "string",
        "reactions": "string",
        "parent": "string",
        "post": "object"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/education",
      "summary": "/linkedin/user/education",
      "description": "Linkedin Get User Education",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinusereducation",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 100.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "company": "object",
        "major": "string",
        "interval": "string",
        "description": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/email",
      "summary": "/linkedin/user/email",
      "description": "Get email addresses by LinkedIn internal_id, profile URL, or alias (supports batch up to 10 profiles)",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuseremail",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "profile": {
          "type": "string",
          "required": true,
          "description": "LinkedIn internal_id, profile URL, alias, or set of them (max 10)",
          "minLength": 1
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "id": "string: User ID",
        "email": "string: Email address",
        "alias": "string: LinkedIn alias",
        "name": "string: User name",
        "internal_id": "string: Internal ID",
        "found": "boolean: Whether user was found"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/endorsers",
      "summary": "/linkedin/user/endorsers",
      "description": "Linkedin Get User Endorsers",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserendorsers",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "name": "string",
        "photo": "string",
        "alias": "string",
        "url": "string",
        "headline": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/experience",
      "summary": "/linkedin/user/experience",
      "description": "Linkedin Get User Experience",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserexperience",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 100.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "company": "object",
        "position": "string",
        "work_type": "string",
        "employment": "string",
        "interval": "string",
        "start_date": "string: Role start, `YYYY-MM` or `YYYY`.",
        "end_date": "string: Role end, `YYYY-MM` or `YYYY`. Absent while ongoing.",
        "period": "string",
        "location": "string",
        "description": "string",
        "medias": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/find_email_by_url",
      "summary": "/linkedin/user/find_email_by_url",
      "description": "Find email by LinkedIn profile URL.",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserfind_email_by_url",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "url": {
          "type": "string",
          "required": true,
          "description": "LinkedIn profile URL. Must contain vanity alias, not URN. Example: https://www.linkedin.com/in/satyanadella/"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "email": "string",
        "email_status": "string",
        "valid_email": "string",
        "full_name": "string",
        "company_name": "string",
        "job_title": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/honors",
      "summary": "/linkedin/user/honors",
      "description": "Linkedin Get User Honors",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserhonors",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 100.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "name": "string",
        "issued_by": "string",
        "issued_at": "string",
        "text": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/languages",
      "summary": "/linkedin/user/languages",
      "description": "Linkedin Get User Languages",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserlanguages",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 100.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "name": "string",
        "level": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/patents",
      "summary": "/linkedin/user/patents",
      "description": "Linkedin Get User Patents",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserpatents",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 100.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "name": "string",
        "id": "string",
        "issued_at": "string",
        "text": "string",
        "url": "string",
        "inventor_count": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/posts",
      "summary": "/linkedin/user/posts",
      "description": "Linkedin Get User Posts",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserposts",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "string",
          "required": true,
          "description": "User fsd_profile URN from /linkedin/user response. Format: fsd_profile:ACoAAA... Only URN accepted, alias or URL will fail."
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        },
        "posted_after": {
          "type": "string",
          "description": "Unix timestamp in seconds (e.g. 1710000000 for March 2024). Only return posts created after this date."
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "share_url": "string",
        "author": "string",
        "created_at": "integer",
        "share_urn": "string",
        "legacy_share_urn": "string",
        "is_empty_repost": "string",
        "repost": "string",
        "images": "string",
        "video_url": "string",
        "text": "string",
        "comment_count": "string",
        "share_count": "string",
        "reactions": "string",
        "event": "string",
        "article": "string",
        "link": "string",
        "document": "string",
        "mentioned": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/reactions",
      "summary": "/linkedin/user/reactions",
      "description": "Linkedin Get User Reactions",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserreactions",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "urn": "object",
        "url": "string",
        "share_url": "string",
        "author": "string",
        "created_at": "integer",
        "share_urn": "string",
        "legacy_share_urn": "string",
        "is_empty_repost": "string",
        "repost": "string",
        "images": "string",
        "video_url": "string",
        "text": "string",
        "comment_count": "string",
        "share_count": "string",
        "reactions": "string",
        "event": "string",
        "article": "string",
        "link": "string",
        "document": "string",
        "mentioned": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/user/skills",
      "summary": "/linkedin/user/skills",
      "description": "Linkedin Get User Skills",
      "docs": "https://docs.anysite.io/api-reference/linkedin-users/linkedinuserskills",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "urn": {
          "type": "object",
          "required": true
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count",
          "maximum": 100.0
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "name": "string",
        "urn": "string"
      },
      "category": "LinkedIn Users"
    },
    {
      "method": "POST",
      "path": "/api/linkedin/google/company",
      "summary": "/linkedin/google/company",
      "description": "Bulk company lookup by keyword, matched against the stored website as a substring (not an exact domain). Results are ordered by employee count, descending, so the top row is the largest matching company, not necessarily the one the keyword names.",
      "docs": "https://docs.anysite.io/api-reference/linkedin-web-search/linkedingooglecompany",
      "parameters": {},
      "request_body": {
        "timeout": {
          "type": "integer",
          "description": "Max scrapping execution timeout (in seconds)",
          "default": 300,
          "minimum": 20.0,
          "maximum": 1500.0
        },
        "keywords": {
          "type": "array",
          "required": true,
          "description": "Company keywords. For example, company name or company website",
          "maxItems": 15
        },
        "count": {
          "type": "integer",
          "required": true,
          "description": "Max result count"
        }
      },
      "response_type": "array",
      "response_fields": {
        "@type": "string",
        "url": "string",
        "urn": "string",
        "alias": "string",
        "description": "string"
      },
      "category": "LinkedIn Web Search"
    }
  ]
}