curl \ -H "Authorization: Bearer API_KEY" \ -X GET "https://api.ayrshare.com/api/brand/search/linkedin?search=ayrshare"
Copy
Ask AI
{ "linkedin": [ { "vanityName": "ayrshare", "website": "https://www.ayrshare.com", "groups": [], "description": "Ayrshare's APIs provide the core infrastructure for social media posting, management, and analytics.\n\nThe Ayrshare API takes care of the social media infrastructure so you don't have to. Your team can focus on building your product instead of stitching together and maintaining multiple social media platforms.\n\nPost to Facebook, Twitter, Instagram, LinkedIn, Reddit, Telegram, TikTok, Google My Business, and YouTube.\n", "defaultLocale": { "country": "US", "language": "en" }, "organizationType": "PARTNERSHIP", "alternativeNames": [], "specialties": [ "social media", "api", "saas", "social networks", "tiktok", "facebook", "instagram" ], "staffCountRange": "SIZE_10_TO_100", "name": "Ayrshare", "primaryOrganizationType": "NONE", "locations": [ { "description": { "localized": { "en_US": "Headquarters" }, "preferredLocale": { "country": "US", "language": "en" } }, "locationType": "HEADQUARTERS", "address": { "geographicArea": "New York", "country": "US", "city": "New York", "line1": "142 W 57th St", "postalCode": "10019" }, "localizedDescription": "Headquarters", "streetAddressFieldState": "UNSET_OPT_OUT", "geoLocation": "urn:li:geo:103963738" } ], "id": 66755333 } ]}
Search
Search LinkedIn
Search for LinkedIn companies or people
GET
/
brand
/
search
/
linkedin
Copy
Ask AI
curl \ -H "Authorization: Bearer API_KEY" \ -X GET "https://api.ayrshare.com/api/brand/search/linkedin?search=ayrshare"
Copy
Ask AI
{ "linkedin": [ { "vanityName": "ayrshare", "website": "https://www.ayrshare.com", "groups": [], "description": "Ayrshare's APIs provide the core infrastructure for social media posting, management, and analytics.\n\nThe Ayrshare API takes care of the social media infrastructure so you don't have to. Your team can focus on building your product instead of stitching together and maintaining multiple social media platforms.\n\nPost to Facebook, Twitter, Instagram, LinkedIn, Reddit, Telegram, TikTok, Google My Business, and YouTube.\n", "defaultLocale": { "country": "US", "language": "en" }, "organizationType": "PARTNERSHIP", "alternativeNames": [], "specialties": [ "social media", "api", "saas", "social networks", "tiktok", "facebook", "instagram" ], "staffCountRange": "SIZE_10_TO_100", "name": "Ayrshare", "primaryOrganizationType": "NONE", "locations": [ { "description": { "localized": { "en_US": "Headquarters" }, "preferredLocale": { "country": "US", "language": "en" } }, "locationType": "HEADQUARTERS", "address": { "geographicArea": "New York", "country": "US", "city": "New York", "line1": "142 W 57th St", "postalCode": "10019" }, "localizedDescription": "Headquarters", "streetAddressFieldState": "UNSET_OPT_OUT", "geoLocation": "urn:li:geo:103963738" } ], "id": 66755333 } ]}
Available on Business, Enterprise plans.
Search for LinkedIn companies or people based on a search query.
This endpoint is commonly used for typeahead mention completion in social media posts.The linked account must be a LinkedIn company page to search. Personal LinkedIn accounts can not be used to perform searches.
For mentions in posts: When implementing @mentions, use this endpoint with typeahead functionality.
Company search: The exact company vanity name is required.
Person search: Start with at least 3 characters of a name for best results.
Rate limiting: This endpoint follows standard API rate limits.
Search Limitations
Companies: You can search for any LinkedIn company page
People: You can only search for people who are followers of your LinkedIn account and the
Ayrshare linked account must be a LinkedIn company page to perform the search. If a person has
their LinkedIn visibility set to private, they will not be found in the search results.
Controls the search scope: - false (default): Searches for companies first, then people if no
companies are found. - true: Searches only for people (skips company search entirely).
curl \ -H "Authorization: Bearer API_KEY" \ -X GET "https://api.ayrshare.com/api/brand/search/linkedin?search=ayrshare"
Copy
Ask AI
{ "linkedin": [ { "vanityName": "ayrshare", "website": "https://www.ayrshare.com", "groups": [], "description": "Ayrshare's APIs provide the core infrastructure for social media posting, management, and analytics.\n\nThe Ayrshare API takes care of the social media infrastructure so you don't have to. Your team can focus on building your product instead of stitching together and maintaining multiple social media platforms.\n\nPost to Facebook, Twitter, Instagram, LinkedIn, Reddit, Telegram, TikTok, Google My Business, and YouTube.\n", "defaultLocale": { "country": "US", "language": "en" }, "organizationType": "PARTNERSHIP", "alternativeNames": [], "specialties": [ "social media", "api", "saas", "social networks", "tiktok", "facebook", "instagram" ], "staffCountRange": "SIZE_10_TO_100", "name": "Ayrshare", "primaryOrganizationType": "NONE", "locations": [ { "description": { "localized": { "en_US": "Headquarters" }, "preferredLocale": { "country": "US", "language": "en" } }, "locationType": "HEADQUARTERS", "address": { "geographicArea": "New York", "country": "US", "city": "New York", "line1": "142 W 57th St", "postalCode": "10019" }, "localizedDescription": "Headquarters", "streetAddressFieldState": "UNSET_OPT_OUT", "geoLocation": "urn:li:geo:103963738" } ], "id": 66755333 } ]}