# Facebook Adlibrary Search Companies API (https://www.socialcrawl.dev/platforms/facebook/adlibrary-search-companies) > Searches for companies/pages in the Facebook Ad Library. Returns matching pages with active ad counts and page details. TL;DR: `GET /v1/facebook/adlibrary/search/companies` costs 5 credits per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `query` | yes | Search keyword or phrase to find companies in the Facebook Ad Library | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/facebook/adlibrary/search/companies?query=Nike" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I search Facebook for advertising companies? Send a GET request to /v1/facebook/adlibrary/search/companies with your query keyword. SocialCrawl returns a list of advertising Facebook pages that match, along with active ad counts and basic page details. ### What data does the company search return? Each result includes the Facebook page name, page ID, category, follower count, active ad count, and verification status. Use this to discover every advertiser in a niche before pulling their full ad catalog. ### How much does advertiser search cost? Each request costs 5 credits on the advanced tier. New accounts get 100 free credits with no credit card required. Pair this with /v1/facebook/adlibrary/company/ads to fetch every ad from each discovered advertiser. ### Can I find niche competitors without knowing their names? Yes, that's the main use case. Search for a product category or keyword (like 'ai saas' or 'dtc skincare') and get back every Facebook page actively advertising in that space — even small competitors you hadn't heard of. ### Is this the same data as facebook.com/ads/library? Yes. SocialCrawl reads the same public Ad Library data you see on facebook.com/ads/library but returns it as structured JSON. Your pipeline gets clean records instead of scraping HTML that breaks when Meta updates their UI. See the full Facebook API: https://www.socialcrawl.dev/platforms/facebook ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to find Facebook advertisers by keyword with SocialCrawl - How to discover competitor advertisers on Facebook