# FetchLayer > Structured social data API for developers and AI agents. Access public social discussions, App Store and Google Play reviews, YouTube comments, Google Maps reviews, and Facebook Ad Library ads as clean JSON via REST or MCP — no scraping infrastructure. ## Main pages - [Home](https://fetchlayer.dev/): Social platforms, one API. Overview of FetchLayer's structured social data platform. - [Reddit Scraper API](https://fetchlayer.dev/reddit-scraper): First product — 15 endpoints for public Reddit posts, comments, subreddit data, and user profiles. - [Twitter/X Scraper API](https://fetchlayer.dev/twitter-scraper): Search public tweets, retrieve tweet details and replies, inspect profiles, and traverse follower/following graphs as structured JSON. - [App Store Reviews API](https://fetchlayer.dev/app-store-reviews-api): Fetch public App Store reviews by app ID with country, language, platform, and pagination controls. - [YouTube Comments API](https://fetchlayer.dev/youtube-comments-api): Extract public YouTube video comments and nested replies as structured JSON. - [Google Maps Reviews API](https://fetchlayer.dev/google-maps-reviews-api): Fetch public Google Maps reviews for any business or place by place ID or Maps URL, as structured JSON. - [Google Play Reviews API](https://fetchlayer.dev/google-play-reviews-api): Fetch and filter public Google Play reviews for any Android app by package name or Play Store URL, as structured JSON. - [Facebook Ad Library API](https://fetchlayer.dev/facebook-ad-library-api): Search public Facebook and Instagram ads by keyword or advertiser, read full ad copy and creative, and download the video and image files, as structured JSON. - [Blog](https://fetchlayer.dev/blog): Integration guides and tutorials. - [Pricing](https://fetchlayer.dev/pricing): Plans, request limits, and free tier details — same price list across every platform. - [About](https://fetchlayer.dev/about): Who operates FetchLayer. - [Contact](https://fetchlayer.dev/contact): Support, sales, and enterprise contact. ## MCP setup guides - [Reddit MCP: All Clients Compared](https://fetchlayer.dev/blog/reddit-mcp): Index of every supported MCP client for Reddit data, with a comparison table and setup guide links. - [Twitter/X MCP: All Clients Compared](https://fetchlayer.dev/blog/twitter-mcp): Index of every supported MCP client for Twitter/X data, with a comparison table and setup guide links. - [MCP server manifest](https://fetchlayer.dev/.well-known/mcp/server-card.json): Machine-readable list of all 40 MCP tools across every platform, per the Model Context Protocol server-card schema. - Individual per-client guides (Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Hermes, KiloCode, OpenClaw) are linked from the two index pages above for both Reddit and Twitter/X. ## About FetchLayer - FetchLayer is a unified API for accessing public social platform data as structured JSON. - One endpoint, simple auth, no scraping infrastructure or HTML parsing. - MCP-compatible: works as a native tool in Cursor, Windsurf, Claude Desktop, and other MCP clients. - Live platforms include Reddit, Twitter/X, App Store, YouTube, Google Maps, Google Play Store, and the Facebook Ad Library. - Operated by HootCodes LTD, based in Europe. - Free tier included, no credit card required. ## Pricing - Free tier: no credit card required, across every platform. - Pay-as-you-go: $1.99 per 1,000 requests. - Subscriptions: from $25/month (15,000 requests included), scaling to $500/month (1,000,000 requests). - Enterprise: dedicated infrastructure from $900/month (5,000,000 requests) up to $1,400/month unlimited fair-use. - One price list applies across all platforms — no per-platform rate card. - Full breakdown: https://fetchlayer.dev/pricing ## Reddit Scraper - 15 endpoints: search, search-comments, post, community-posts, community-details, user-profile, user-posts, user-comments, search-communities, search-users, comment-permalink, popular, leaderboard, resolve-url-type, explore. - Returns structured JSON for publicly available Reddit data. - No Reddit authentication required on the developer's end. - Also available as an Apify actor: https://apify.com/neatrat/reddit-scraper - TypeScript/JavaScript SDK: @fetchlayer/reddit on npm. ## Twitter/X API - 10 endpoints for public Twitter/X search, tweet details and replies, user profiles, timelines, and follower/following graphs. - Returns structured JSON for publicly available tweets, engagement data, profile metadata, and network data. - No Twitter/X authentication required on the developer's end. - Documentation: https://fetchlayer.dev/documentation/twitter ## App Store API - Search the App Store by name or keyword and fetch public customer reviews by app ID. - Reviews include rating, title, body text, version, date, reviewer name, and helpful count where available. - Supports country, language, platform, sorting, and pagination controls. - Documentation: https://fetchlayer.dev/documentation/appstore ## YouTube API - Extract public comments from a YouTube video URL with sorting and pagination. - Extract video transcripts as timestamped segments and plain text with optional language selection. - Fetch replies to a specific comment thread by comment ID. - Documentation: https://fetchlayer.dev/documentation/youtube ## Google Maps API - Fetch public reviews for any business or place by place ID or Google Maps URL. - Reviews include rating, text, reviewer name, and date. Sort by relevance or rating, paginate through the full set. - Documentation: https://fetchlayer.dev/documentation/google-maps ## Google Play Store API - Search the Google Play app catalog by keyword and get package names, developers, ratings, install counts, and prices. - Fetch and filter public Google Play reviews for any Android app by package name or Play Store URL. - Filter by rating, keyword, date, language, and device type. - Documentation: https://fetchlayer.dev/documentation/playstore ## Facebook Ad Library API - Search public Facebook and Instagram ads by keyword, or pull every ad one advertiser is running. - Filter by country, active status, ad type, media type, publisher platform, ad language, political disclaimer, and impression start date. - Read one ad in full: complete copy, call to action, every creative variation in the ad group, and EU transparency reach and audience breakdowns. - Look up advertisers by brand name and read their public profile, including political spend by disclaimer. - Resolve an ad's videos and images to download URLs and stream the files, with HTTP Range support. - No Meta developer account, app review, or Marketing API access token required. - Documentation: https://fetchlayer.dev/documentation/facebook-ad-library ## Optional - [npm SDK](https://www.npmjs.com/package/@fetchlayer/reddit): Official TypeScript client for the Reddit API. - [GitHub](https://github.com/fetchlayer-dev/reddit-scraper-js): Open-source SDK source.