# Yelp Data API (https://www.socialcrawl.dev/platforms/yelp) > Access Yelp data through 2 API endpoints. Profiles, posts, comments, search, and more. Unified schema, AI-enriched. Free trial. TL;DR: SocialCrawl's Yelp API exposes 2 endpoints, 1 to 5 credits per call, all returning one unified JSON schema with AI-enriched fields. Single x-api-key auth, 100 free credits on signup. ## Endpoints | Endpoint | Method | Path | Credits | Description | | --- | --- | --- | --- | --- | | Business Info | GET | `/v1/yelp/business/info` | 1 | Get a Yelp business by encid | | Business Reviews | GET | `/v1/yelp/business/reviews` | 5 | Get Yelp reviews for a business | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/yelp/business/info" \ -H "x-api-key: sc_YOUR_API_KEY" ``` Every response shares one JSON envelope: `{ success, platform, endpoint, data, credits_used, credits_remaining }`. ## 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