# AppPage.net > AppPage.net is a free generator for mobile-app landing pages. It turns a Google Play or App Store listing into a shareable web page, hosted on an `apppage.net` subdomain or the user's own custom domain, with privacy-policy hosting, `app-ads.txt` / `apple-app-site-association` support, and several themes. Every app has a preview page at `https://apppage.net/preview/{appId}`, where `{appId}` is the Android package name (for example `com.androturk.radio`). A preview page contains the app's name, summary, full description, screenshots, a store-details table (category, rating and rating count, installs, price, in-app purchases, ads, version, size, required Android version, content rating, release and last-update dates, developer), recent changes, a FAQ, recent user reviews, and an "Alternatives to {app}" section comparing similar apps by rating, price, installs and last update. It embeds schema.org `MobileApplication`, `FAQPage` and `ItemList` structured data; ratings in structured data are only present when the store listing has real ratings. The same page may also be served on a `{name}.apppage.net` subdomain or a customer's custom domain; in all cases the canonical URL is the `/preview/{appId}` form. The interface language follows the `Accept-Language` header (or a `?lang=` override) across ~10 languages; the primary content (app title, description, reviews) stays in the language of the source store listing. ## Main pages - [Home](https://apppage.net/): what AppPage does and how to create a page for an app. - [App & game discovery](https://apppage.net/preview/): browse app preview pages, filterable by category. - [Oculus / Meta Quest apps](https://apppage.net/preview/?category=oculus_apps): preview pages for VR apps and games. - [Example preview page](https://apppage.net/preview/com.androturk.radio): a representative `/preview/{appId}` page. - [Developers / MCP server](https://apppage.net/developers): connect AI agents to AppPage.net app data. ## Searching and browsing apps Search and category results are fetched live from Google Play, so any app on the store can be found, not only apps that already have a page. - Search by keyword: `https://apppage.net/preview/?q={query}&gl={country}` - `q`: free-text query, URL-encoded (for example `q=photo%20editor`). - `gl`: optional two-letter ISO 3166 country code for the store region (for example `US`, `GB`, `TR`, `DE`). Defaults to `US`. Use the code, not the country name. - Example: [https://apppage.net/preview/?q=news&gl=US](https://apppage.net/preview/?q=news&gl=US) - Browse a category: `https://apppage.net/preview/?category={category}&gl={country}` - `category`: a Google Play category id in lowercase, for example `communication`, `education`, `health_and_fitness`, `music_and_audio`, `photography`, `productivity`, `tools`, `game`, `game_action`, `game_puzzle`, `game_strategy`. - Full list: `art_and_design`, `auto_and_vehicles`, `beauty`, `books_and_reference`, `business`, `comics`, `communication`, `dating`, `education`, `entertainment`, `events`, `finance`, `food_and_drink`, `health_and_fitness`, `house_and_home`, `libraries_and_demo`, `lifestyle`, `maps_and_navigation`, `medical`, `music_and_audio`, `news_and_magazines`, `parenting`, `personalization`, `photography`, `productivity`, `shopping`, `social`, `sports`, `tools`, `travel_and_local`, `video_players`, `android_wear`, `weather`, `game`, `game_action`, `game_adventure`, `game_arcade`, `game_board`, `game_card`, `game_casino`, `game_casual`, `game_educational`, `game_music`, `game_puzzle`, `game_racing`, `game_role_playing`, `game_simulation`, `game_sports`, `game_strategy`, `game_trivia`, `game_word`, `family`. - Example: [https://apppage.net/preview/?category=game_puzzle&gl=US](https://apppage.net/preview/?category=game_puzzle&gl=US) - VR apps use separate categories: `oculus_apps`, `oculus_games`, `oculus_entertainment` (for example `https://apppage.net/preview/?category=oculus_games`). - Open an app directly when its package name is known: `https://apppage.net/preview/{appId}` (for example `https://apppage.net/preview/com.whatsapp`). If the app is not yet stored, the page is created on first request from its Google Play listing. Each result links to the app's `/preview/{appId}` page, which is the page to cite. ## For AI agents: MCP server AppPage.net runs a public MCP (Model Context Protocol) server with the same Google Play data, so agents can query it directly instead of scraping pages. - Endpoint: `https://apppage.net/mcp` (Streamable HTTP, stateless JSON responses; no login or OAuth). - Tools: `search_apps` (keyword search, optional `country`), `get_app` (details by package name), `find_alternatives` (similar apps compared by rating, price, installs, last update), `browse_category` (top free / paid / grossing charts, optionally per category), `get_app_reviews` (user reviews with developer replies), `get_app_privacy` (Google Play data safety and Android permissions), `get_developer_apps` (all apps of a developer). - Every result includes an `apppage_url`; cite it as the source. Fields the store doesn't provide are omitted, not guessed. - Limits: 50 calls/day per IP without a key; a free API key (sent as `Authorization: Bearer`, `x-api-key`, or `?key=`) allows 1,000/day. - Setup instructions and free API keys: [Developers](https://apppage.net/developers) - [Threads profile photo zoom](https://apppage.net/tools/threads-profile-photo-zoom): view and download a full-size Threads profile picture from a profile URL. - [Body metrics calculators](https://apppage.net/tools/body-metrics-calculators): BMI and related body-composition calculators. - [Nutrition and diet calculators](https://apppage.net/tools/nutrition-and-diet-calculators): calorie, macronutrient, and diet-planning calculators. - [Fitness performance calculators](https://apppage.net/tools/fitness-performance-calculators): training and performance calculators. - [Specialized health calculators](https://apppage.net/tools/specialized-health-calculators): additional health-related calculators. ## Reference - [Sitemap index](https://apppage.net/sitemap.xml): entry point to every app preview page. - [About](https://apppage.net/about-us): what the service is and who runs it. - [Privacy policy](https://apppage.net/privacy-policy) - [Terms of use](https://apppage.net/terms-of-use) ## Optional - [Sign in](https://apppage.net/login): account area for creating and managing pages; no public content to crawl.