100 크레딧 무료, 카드 등록 없이지금 시작하기
Logo
Google Play logo
100 크레딧 무료, 카드 등록 없이

Google Play App Listings Search API

API 한 번의 호출로 Google Play App Listings Search 데이터를 받아 가세요. Searches a real-time, filterable Google Play listings database by app title (and/or description) and returns a unified AppList. Unlike the store-chart endpoints this one is the ONE true paginator: page by passing `pagination.next_cursor` back as `cursor` until `pagination.has_more` is false, size the page with `limit` (≤50), and read the platform-wide match count at `data.total` (14,686 for the query 'photo editor' on 06/09/2026). Each row also carries `app.ext.appdata.time_update`, the freshness stamp for that listing in the database. Premium-tier because this surface is billed per returned item.

2026년 9월 업데이트SocialCrawl 팀이 직접 관리해요

앱 제목과 필요하면 설명까지 걸러서 Google Play 등록 정보를 돌려줍니다. 스토어 전체 기준 총 개수도 함께 나옵니다.

Google Play 엔드포인트 가운데 제대로 페이지를 넘길 수 있는 곳은 여기뿐이니 결과를 많이 훑어야 할 때 사용하세요.

65개 플랫폼을 병렬로 검색합니다

·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
·TikTok logoTikTok·Instagram logoInstagram·YouTube logoYouTube·Facebook logoFacebook·X logoX·LinkedIn logoLinkedIn·Reddit logoReddit·Threads logoThreads·Pinterest logoPinterest·Twitch logoTwitch·Truth Social logoTruth Social·Snapchat logoSnapchat·Kick logoKick·Bluesky logoBluesky·Kwai logoKwai·Rumble logoRumble·Spotify logoSpotify·Apple Music logoApple Music·TikTok Shop logoTikTok Shop·Amazon Shop logoAmazon Shop·Google Shopping logoGoogle Shopping·Trustpilot logoTrustpilot·TripAdvisor logoTripAdvisor·Yelp logoYelp·Linktree logoLinktree·Komi logoKomi·Pillar logoPillar·lnk.bio logolnk.bio·Facebook Ads logoFacebook Ads·Google Ads logoGoogle Ads·LinkedIn Ads logoLinkedIn Ads·Google Search logoGoogle Search·Google News logoGoogle News·Finance logoFinance·Polymarket logoPolymarket·Tavily logoTavily·Hacker News logoHacker News·GitHub logoGitHub·Perplexity logoPerplexity·Naver logoNaver·Utility logoUtility·Universal Search logoUniversal Search
Google Play API

App Listings Search API로 무엇을 할 수 있을까요

App Listings Search 엔드포인트가 통합 스키마와 계산 필드를 담은 Google Play 데이터를 한 번의 요청으로 보내드려요. 스크래핑 인프라를 직접 만들거나 유지할 필요가 없어요.

요청 예시

curl -H "x-api-key: YOUR_API_KEY" \
  "https://www.socialcrawl.dev/v1/google_play/app-listings-search?title=photo+editor&limit=20&filters=%5B%5B%22item.rating.value%22%2C%22%3E%22%2C4%5D%5D"
import requests

response = requests.get(
    "https://www.socialcrawl.dev/v1/google_play/app-listings-search",
    params={
    'title': 'photo editor',
    'limit': '20',
    'filters': '[["item.rating.value",">",4]]',
    },
    headers={"x-api-key": "YOUR_API_KEY"},
)

data = response.json()
const response = await fetch(
  "https://www.socialcrawl.dev/v1/google_play/app-listings-search?title=photo+editor&limit=20&filters=%5B%5B%22item.rating.value%22%2C%22%3E%22%2C4%5D%5D",
  {
    headers: { "x-api-key": "YOUR_API_KEY" },
  },
);

const data = await response.json();

파라미터

파라미터필수설명
titleApp title to search for (e.g. 'photo editor').
description아니오Optional app-description text to match.
limit아니오Apps per page (1-50, default 20).
offset아니오Pagination offset (up to 10,000). Prefer `cursor`: pass `pagination.next_cursor` straight back and the offset is handled for you.
offset_token아니오Legacy deep-pagination token. Prefer `cursor`, which accepts `pagination.next_cursor` verbatim and works on every paginatable endpoint.
filters아니오Advanced filter expression as a JSON array of clauses, e.g. [["item.rating.value",">",4]]. Must be valid JSON and must be an array: anything else is rejected with a free 400 rather than silently returning an unfiltered page.
country아니오Storefront country as an ISO code ('US'), a full name, or a numeric code. Defaults to the US.
language아니오Language code (e.g. 'en'). Defaults to 'en'.
응답 예시

Google Play App Listings Search API는 무엇을 돌려주나요

모든 응답은 하나의 통합 스키마를 따라요. 크레딧을 쓰기 전에 어떤 필드가 돌아오는지, 실제 응답 본문 그대로 확인해 보세요.

응답 예시 보기
{
  "success": true,
  "platform": "google_play",
  "endpoint": "/v1/google_play/app-listings-search",
  "data": {
    "items": [
      {
        "app": {
          "id": "com.lemon.lvoverseas",
          "store": "google_play",
          "url": "https://play.google.com/store/apps/details?id=com.lemon.lvoverseas&hl=en&gl=us",
          "title": "CapCut - Video Editor",
          "icon": "https://play-lh.googleusercontent.com/M78HyakHaxKrjoeqYx41E9DXfVYYtx67nvc7Ks4G4zFQeaAJdGCi8gzzGSrHIwlrmnJS6zD9S4fAXqdEwfuHQAQ",
          "description": "CapCut offers easy-to-use video editing functions, in-APP fonts and effects, advanced features such as keyframe animation, smooth slow-motion, chroma key, and stabilization, to help you capture and snip moments.\n\nCreate fancy videos with other unique features: auto captions, text-to-speech, motion tracking, and background removal. Show your personality and go viral on TikTok, YouTube, Instagram, WhatsApp, and Facebook!\n\nFEATURES\nBasic video editing\n• Trim and shorten clips and split or merge videos.\n• Adjust video speed from 0.1x to 100x, and apply speed curves to clips.\n• Animate video clips with incredible zoom in/out effects.\n• Highlight the best moments with the freeze feature.\n• Explore transition options with awesome effects on and between clips.\n\nAdvanced video editor\n• Keyframe video animation is available for all settings.\n• Edit videos to create smooth slow-motion with the optical flow feature and speed curve tool.\n• Use the chroma key to remove specific colors from videos.\n• Easy to arrange and preview clips on multi-track timeline.\n• The stabilizing feature keeps video footage steady.\n\nIntelligent features\n• Auto captions: automate speech recognition and subtitles in videos.\n• Text-to-speech: apply text-to-speech in multiple languages and voices.\n• Background removal: automatically remove backgrounds.\n\nText &amp; Stickers\n• Add text to videos with different fonts and styles, choose unique text templates. Fonts can be imported locally.\n• Subtitles can be added to the timeline of video tracks and can be moved and adjusted in one step.\n\nTrending Effects &amp; Filters\n• Match video content with diverse filters that are updated weekly with the latest trends.\n• Edit videos with hundreds of trending effects, including Glitch, Blur, 3D, etc.\n• Add movie-style video filters or adjust video brightness, contrast, etc.\n\nMusic &amp; Sound Effects\n• Add millions of music clips and sound effects to videos.\n• Extract audio, clips, and recordings from videos.\n\nEasy to Share\n• Custom video export resolution, HD video editor supports 4K 60fps exports and smart HDR.\n• Adjust the format and share with your friends on social media platforms.\n\nCapCut is an all-in-one video editor and video maker application with everything you need to create stunning, high-quality videos. Beginners can get started with CapCut in a matter of seconds, while advanced users can enjoy all the functions they need to edit videos. \n\nTerms of Service —\nhttps://www.capcut.com/clause/terms-of-service\n\nPrivacy Policy —\nhttps://www.capcut.net/clause/privacy\n\nContact Us\nAny questions about CapCut? Please contact us at capcut.support@bytedance.com.\nFacebook: <a href=\"https://www.google.com/url?q=https%3A%2F%2Fwww.facebook.com%2Fcapcutapp%2F&amp;sa=D&amp;sntz=1&amp;usg=AOvVaw0PlCmdkuFVl33L6xp9BcqD\">CapCut\nInstagram: <a href=\"https://www.google.com/url?q=https%3A%2F%2Fwww.instagram.com%2Fcapcutapp%2F&amp;sa=D&amp;sntz=1&amp;usg=AOvVaw1Xwqi_AtMV0lMx16rqTUsK\">CapCut\nYouTube: <a href=\"https://www.youtube.com/capcutofficial\">CapCut\nTikTok: <a href=\"https://www.google.com/url?q=https%3A%2F%2Fwww.tiktok.com%2F%40capcut&amp;sa=D&amp;sntz=1&amp;usg=AOvVaw3MH8p-4MeKx7JRwzqSMiGf\">CapCut on TikTok",
          "developer": {
            "id": "Bytedance+Pte.+Ltd.",
            "name": "Bytedance Pte. Ltd.",
            "url": "https://play.google.com/store/apps/developer?id=Bytedance+Pte.+Ltd.",
            "email": "capcut.support@bytedance.com",
            "address": "1 Raffles Quay #26-10\nSingapore 048583",
            "website": "https://www.capcut.com"
          },
          "rating": {
            "value": 3.6,
            "max": 5,
            "count": 12852753
          },
          "price": {
            "current": 0,
            "original": null,
            "currency": "USD",
            "is_free": true,
            "displayed": null
          },
          "reviews_count": 12852753,
          "category": "Video Players & Editors",
          "categories": null,
          "installs": {
            "display": "1,000,000,000+",
            "count": 1920404325
          },
          "version": "18.5.0",
          "minimum_os_version": "6.0",
          "size": null,
          "released_at": "2020-04-10T03:00:00.000Z",
          "updated_at": "2026-07-13T03:00:00.000Z",
          "update_notes": "\n&quot;- Fixed some known issues - improved the trimming experience.\nWe thank you for supporting CapCut and look forward to creating beautiful moments together.&quot;\n",
          "image_urls": [
            "https://play-lh.googleusercontent.com/WwhB9aG1IzQoYH1ijHkZ_8z2hyWMc5r718Fm7VW56cvSRLQW9aHXhBjUe2fHfWrT_N_AOepkwBVG3GPsfE6Y",
            "https://play-lh.googleusercontent.com/3om9QzDc0HLhSUorZ0IrFaiBrW6SuO5i3m4Jl8KQ6DtQghe7veWwPVpH_nVUQ02EFNU_yOEPfveF2UjDuNUm"
          ],
          "genres": [
            "Video Players & Editors"
          ],
          "tags": [
            "#1 top free video players & editors",
            "Video Players & Editors"
          ],
          "similar_apps": [
            {
              "id": "com.snapchat.android",
              "title": "Snapchat",
              "url": "https://play.google.com/store/apps/details?id=com.snapchat.android"
            },
            {
              "id": "com.pinterest",
              "title": "Pinterest",
              "url": "https://play.google.com/store/apps/details?id=com.pinterest"
            }
          ],
          "ext": {
            "appdata": {
              "type": "google_play_info_organic",
              "rank_group": 1,
              "rank_absolute": 1,
              "position": "left",
              "app_id": "com.lemon.lvoverseas",
              "title": "CapCut - Video Editor",
              "url": "https://play.google.com/store/apps/details?id=com.lemon.lvoverseas&hl=en&gl=us",
              "icon": "https://play-lh.googleusercontent.com/M78HyakHaxKrjoeqYx41E9DXfVYYtx67nvc7Ks4G4zFQeaAJdGCi8gzzGSrHIwlrmnJS6zD9S4fAXqdEwfuHQAQ",
              "description": "CapCut offers easy-to-use video editing functions, in-APP fonts and effects, advanced features such as keyframe animation, smooth slow-motion, chroma key, and stabilization, to help you capture and snip moments.\n\nCreate fancy videos with other unique features: auto captions, text-to-speech, motion tracking, and background removal. Show your personality and go viral on TikTok, YouTube, Instagram, WhatsApp, and Facebook!\n\nFEATURES\nBasic video editing\n• Trim and shorten clips and split or merge videos.\n• Adjust video speed from 0.1x to 100x, and apply speed curves to clips.\n• Animate video clips with incredible zoom in/out effects.\n• Highlight the best moments with the freeze feature.\n• Explore transition options with awesome effects on and between clips.\n\nAdvanced video editor\n• Keyframe video animation is available for all settings.\n• Edit videos to create smooth slow-motion with the optical flow feature and speed curve tool.\n• Use the chroma key to remove specific colors from videos.\n• Easy to arrange and preview clips on multi-track timeline.\n• The stabilizing feature keeps video footage steady.\n\nIntelligent features\n• Auto captions: automate speech recognition and subtitles in videos.\n• Text-to-speech: apply text-to-speech in multiple languages and voices.\n• Background removal: automatically remove backgrounds.\n\nText &amp; Stickers\n• Add text to videos with different fonts and styles, choose unique text templates. Fonts can be imported locally.\n• Subtitles can be added to the timeline of video tracks and can be moved and adjusted in one step.\n\nTrending Effects &amp; Filters\n• Match video content with diverse filters that are updated weekly with the latest trends.\n• Edit videos with hundreds of trending effects, including Glitch, Blur, 3D, etc.\n• Add movie-style video filters or adjust video brightness, contrast, etc.\n\nMusic &amp; Sound Effects\n• Add millions of music clips and sound effects to videos.\n• Extract audio, clips, and recordings from videos.\n\nEasy to Share\n• Custom video export resolution, HD video editor supports 4K 60fps exports and smart HDR.\n• Adjust the format and share with your friends on social media platforms.\n\nCapCut is an all-in-one video editor and video maker application with everything you need to create stunning, high-quality videos. Beginners can get started with CapCut in a matter of seconds, while advanced users can enjoy all the functions they need to edit videos. \n\nTerms of Service —\nhttps://www.capcut.com/clause/terms-of-service\n\nPrivacy Policy —\nhttps://www.capcut.net/clause/privacy\n\nContact Us\nAny questions about CapCut? Please contact us at capcut.support@bytedance.com.\nFacebook: <a href=\"https://www.google.com/url?q=https%3A%2F%2Fwww.facebook.com%2Fcapcutapp%2F&amp;sa=D&amp;sntz=1&amp;usg=AOvVaw0PlCmdkuFVl33L6xp9BcqD\">CapCut\nInstagram: <a href=\"https://www.google.com/url?q=https%3A%2F%2Fwww.instagram.com%2Fcapcutapp%2F&amp;sa=D&amp;sntz=1&amp;usg=AOvVaw1Xwqi_AtMV0lMx16rqTUsK\">CapCut\nYouTube: <a href=\"https://www.youtube.com/capcutofficial\">CapCut\nTikTok: <a href=\"https://www.google.com/url?q=https%3A%2F%2Fwww.tiktok.com%2F%40capcut&amp;sa=D&amp;sntz=1&amp;usg=AOvVaw3MH8p-4MeKx7JRwzqSMiGf\">CapCut on TikTok",
              "reviews_count": 12852753,
              "rating": {
                "rating_type": "Max5",
                "value": 3.6,
                "votes_count": 12852753,
                "rating_max": 5
              },
              "price": {
                "current": 0,
                "regular": null,
                "max_value": null,
                "currency": "USD",
                "is_price_range": false,
                "displayed_price": null
              },
              "is_free": true,
              "main_category": "Video Players & Editors",
              "installs": "1,000,000,000+",
              "installs_count": 1920404325,
              "developer": "Bytedance Pte. Ltd.",
              "developer_id": "Bytedance+Pte.+Ltd.",
              "developer_url": "https://play.google.com/store/apps/developer?id=Bytedance+Pte.+Ltd.",
              "developer_email": "capcut.support@bytedance.com",
              "developer_address": "1 Raffles Quay #26-10\nSingapore 048583",
              "developer_website": "https://www.capcut.com",
              "version": "18.5.0",
              "minimum_os_version": "6.0",
              "size": null,
              "released_date": "2020-04-10T03:00:00.000Z",
              "last_update_date": "2026-07-13T03:00:00.000Z",
              "update_notes": "\n&quot;- Fixed some known issues - improved the trimming experience.\nWe thank you for supporting CapCut and look forward to creating beautiful moments together.&quot;\n",
              "images": [
                "https://play-lh.googleusercontent.com/WwhB9aG1IzQoYH1ijHkZ_8z2hyWMc5r718Fm7VW56cvSRLQW9aHXhBjUe2fHfWrT_N_AOepkwBVG3GPsfE6Y",
                "https://play-lh.googleusercontent.com/3om9QzDc0HLhSUorZ0IrFaiBrW6SuO5i3m4Jl8KQ6DtQghe7veWwPVpH_nVUQ02EFNU_yOEPfveF2UjDuNUm"
              ],
              "videos": null,
              "similar_apps": [
                {
                  "app_id": "com.snapchat.android",
                  "title": "Snapchat",
                  "url": "https://play.google.com/store/apps/details?id=com.snapchat.android"
                },
                {
                  "app_id": "com.pinterest",
                  "title": "Pinterest",
                  "url": "https://play.google.com/store/apps/details?id=com.pinterest"
                }
              ],
              "more_apps_by_developer": null,
              "genres": [
                "Video Players & Editors"
              ],
              "tags": [
                "#1 top free video players & editors",
                "Video Players & Editors"
              ],
              "category_drift_probe": true
            }
          }
        }
      },
      {
        "app": {
          "id": "com.picsart.studio",
          "store": "google_play",
          "url": "https://play.google.com/store/apps/details?id=com.picsart.studio&hl=en&gl=us",
          "title": "Picsart AI Photo Editor, Video",
          "icon": "https://play-lh.googleusercontent.com/wXk_X0uT6AeWv5TFfheHP8NrOmtz17BX-2uEZ7H4naTIzuFpSIfohvQTA4pKOCF71TmeUF3DfMAGq1SlK2hH7Qk",
          "description": "Ignite your creative potential with Picsart — the all-in-one AI photo editor, AI video editor, and design studio that’s free and easy to use. From business designs to AI art, go from inspiration to creation fast. Create with an AI photo generator and AI video generator, edit with an AI image editor, remove backgrounds with Background Remover (BG remover), erase objects with Object Remover (Object Eraser), apply AI effects, filters, and retouch tools, and turn ideas into designs with templates, collages, story maker, and more. Create with new image-to-video tools, AI video avatars, AI try-on, AI avatars, Gen AI Studio, AI Playground, and Picsart Persona.\n\nMEET PICSART AURA\nChat your vision into visuals. Built on Picsart’s platform and trusted by 150M+ creators, Aura is your creative partner. From prompt to design in seconds, Aura creates, edits, and refines in one conversation. It suggests prompts, generates AI photos and AI videos, remembers chats, and lets you share sessions.\nAura combines AI models to create and edit AI images and videos. Use Nano Banana™ for image generation and video models like Veo™ (Veo 3), Kling, Runway, and Luma. Availability may vary. Trademarks belong to their owners.\n\nKICK-START PROJECTS WITH TEMPLATES\n• Use customizable templates made by professional editors.\n• Create logos with AI logo maker, social posts, stories, business cards, posters, and more.\n\nTRANSFORM DESIGNS WITH BACKGROUND REMOVER\n• Remove background for clean cutouts and product shots.\n• Smart Background blends seamless backdrops — a fast background changer for ads and promos.\n• Remove background, refine edges, and create aesthetic styles for photo editor projects.\n\nREMOVE OBJECTS WITH EASE\n• Object Remover / Object Eraser deletes unwanted objects. \n• Remove clutter and imperfections for a clean photo.\n\nGET CREATIVE WITH AI\n• AI Image Generator / AI photo generator: turn text into AI art, images, and GIFs.\n• AI video generator: create videos from text, images, or ideas in seconds.\n• AI Enhance instantly boosts image quality for better photo retouch. \n• Apply stylized AI filters and AI effects to create stunning photo effects in your photo editor workflow.\n• AI Replace transforms images with face swaps, hair color changes, and selfie edits.\n• AI Retouch perfects portraits with advanced skin, face, and detail enhancements for flawless retouch results.\n• AI Expand extends images beyond the frame.\n• AI Try-On lets you experiment with outfits and styles instantly.\n• AI Writer creates captions, text, and marketing copy for your content needs.\n• Upload selfies to generate customized AI avatar in different styles.\n• Explore new ideas in AI Playground and create faster with Gen AI Studio.\n\nEDIT VIDEOS LIKE A PRO\n• Use the easy video editor to create and edit clips with music.\n• Generate and edit videos with AI video tools, effects, text, and trendy filters.\n• Turn images into motion with image-to-video tools.\n• Create short-form edits that shine on any platform.\n• Add your best moments to a video collage.\n\nADD YOUR FLAVOR WITH THE STICKER MAKER\n• Discover 60M+ stickers.\n• Add stickers to pictures or business promos.\n• Create custom stickers.\n\nTELL YOUR STORY IN TEXT\n• Add text with the Picsart Text Editor.\n• Discover hundreds of classic &amp; trendy fonts.\n• Customize text styles. \n\nCREATE COLLAGE MAGIC (COLLAGE MAKER)\n• Create fun photo collages with your favorite photos.\n• Try photo grid collage or freestyle collage for mood boards and frames.\n\nDISCOVER ENDLESS INSPIRATION\nFrom solopreneurs to graphic design enthusiasts, AI art pioneers, and photo editors — share your ideas and get inspiration for your next project with Picsart Spaces.\n\nUPGRADE YOUR DESIGN EXPERIENCE\nPicsart Plus: premium content, templates, and extra retouch features.\nPicsart Pro: more AI tools, extra team seats for small businesses, and more storage space.\n\nTerms and conditions: https://picsart.com/terms-and-conditions\nAbout Ads: https://picsart.com/privacy-policy#interest-base",
          "developer": {
            "id": "5408830062919995155",
            "name": "PicsArt, Inc.",
            "url": "https://play.google.com/store/apps/dev?id=5408830062919995155",
            "email": "support@picsart.com",
            "address": "1 Market St Fl 32\nSan Francisco, CA 94105\nUnited States",
            "website": "https://picsart.com"
          },
          "rating": {
            "value": 4,
            "max": 5,
            "count": 12166501
          },
          "price": {
            "current": 0,
            "original": null,
            "currency": "USD",
            "is_free": true,
            "displayed": null
          },
          "reviews_count": 12166501,
          "category": "Photography",
          "categories": null,
          "installs": {
            "display": "1,000,000,000+",
            "count": 1420693854
          },
          "version": "30.2.6",
          "minimum_os_version": "6.0",
          "size": null,
          "released_at": "2011-11-04T02:00:00.000Z",
          "updated_at": "2026-07-13T03:00:00.000Z",
          "update_notes": "Most of what we build doesn&#39;t wait for an app update. While this one tidies up a few bugs, the real action happens behind the scenes-new features, fresh content, stickers, and templates dropping all the time. Stay close to our socials so you don&#39;t miss a thing.",
          "image_urls": [
            "https://play-lh.googleusercontent.com/VPZIP0d35c6XlgdJ0kYpXLWgAekNqyBNGpV7YPLBWloLj8-dQ_fTsUDStX4vGp1MTF69Ii5RW6bLAVCYN6MM",
            "https://play-lh.googleusercontent.com/GRvnKXQuopm2_-puSu_jv2gxc63k7LZUcNObdAIzDXSSAyNHtTcCbm3s1lWeAss2p9x8-XNJ47YouuIIBdM-nw"
          ],
          "video_urls": [
            "https://play.google.com/video/lava/web/player/yt:movie:D4B7l3_s87Q?autoplay=1&embed=play"
          ],
          "genres": [
            "Photography"
          ],
          "tags": [
            "#1 top grossing photography",
            "Photography"
          ],
          "similar_apps": [
            {
              "id": "com.pinterest",
              "title": "Pinterest",
              "url": "https://play.google.com/store/apps/details?id=com.pinterest"
            },
            {
              "id": "com.google.android.apps.bard",
              "title": "Google Gemini",
              "url": "https://play.google.com/store/apps/details?id=com.google.android.apps.bard"
            }
          ],
          "more_by_developer": [
            {
              "id": "com.picsart.draw",
              "title": "Picsart Color - Painting, Draw",
              "url": "https://play.google.com/store/apps/details?id=com.picsart.draw"
            },
            {
              "id": "com.picsart.apps.genai",
              "title": "Picsart: Gen AI Video Editor",
              "url": "https://play.google.com/store/apps/details?id=com.picsart.apps.genai"
            }
          ],
          "ext": {
            "appdata": {
              "type": "google_play_info_organic",
              "rank_group": 1,
              "rank_absolute": 1,
              "position": "left",
              "app_id": "com.picsart.studio",
              "title": "Picsart AI Photo Editor, Video",
              "url": "https://play.google.com/store/apps/details?id=com.picsart.studio&hl=en&gl=us",
              "icon": "https://play-lh.googleusercontent.com/wXk_X0uT6AeWv5TFfheHP8NrOmtz17BX-2uEZ7H4naTIzuFpSIfohvQTA4pKOCF71TmeUF3DfMAGq1SlK2hH7Qk",
              "description": "Ignite your creative potential with Picsart — the all-in-one AI photo editor, AI video editor, and design studio that’s free and easy to use. From business designs to AI art, go from inspiration to creation fast. Create with an AI photo generator and AI video generator, edit with an AI image editor, remove backgrounds with Background Remover (BG remover), erase objects with Object Remover (Object Eraser), apply AI effects, filters, and retouch tools, and turn ideas into designs with templates, collages, story maker, and more. Create with new image-to-video tools, AI video avatars, AI try-on, AI avatars, Gen AI Studio, AI Playground, and Picsart Persona.\n\nMEET PICSART AURA\nChat your vision into visuals. Built on Picsart’s platform and trusted by 150M+ creators, Aura is your creative partner. From prompt to design in seconds, Aura creates, edits, and refines in one conversation. It suggests prompts, generates AI photos and AI videos, remembers chats, and lets you share sessions.\nAura combines AI models to create and edit AI images and videos. Use Nano Banana™ for image generation and video models like Veo™ (Veo 3), Kling, Runway, and Luma. Availability may vary. Trademarks belong to their owners.\n\nKICK-START PROJECTS WITH TEMPLATES\n• Use customizable templates made by professional editors.\n• Create logos with AI logo maker, social posts, stories, business cards, posters, and more.\n\nTRANSFORM DESIGNS WITH BACKGROUND REMOVER\n• Remove background for clean cutouts and product shots.\n• Smart Background blends seamless backdrops — a fast background changer for ads and promos.\n• Remove background, refine edges, and create aesthetic styles for photo editor projects.\n\nREMOVE OBJECTS WITH EASE\n• Object Remover / Object Eraser deletes unwanted objects. \n• Remove clutter and imperfections for a clean photo.\n\nGET CREATIVE WITH AI\n• AI Image Generator / AI photo generator: turn text into AI art, images, and GIFs.\n• AI video generator: create videos from text, images, or ideas in seconds.\n• AI Enhance instantly boosts image quality for better photo retouch. \n• Apply stylized AI filters and AI effects to create stunning photo effects in your photo editor workflow.\n• AI Replace transforms images with face swaps, hair color changes, and selfie edits.\n• AI Retouch perfects portraits with advanced skin, face, and detail enhancements for flawless retouch results.\n• AI Expand extends images beyond the frame.\n• AI Try-On lets you experiment with outfits and styles instantly.\n• AI Writer creates captions, text, and marketing copy for your content needs.\n• Upload selfies to generate customized AI avatar in different styles.\n• Explore new ideas in AI Playground and create faster with Gen AI Studio.\n\nEDIT VIDEOS LIKE A PRO\n• Use the easy video editor to create and edit clips with music.\n• Generate and edit videos with AI video tools, effects, text, and trendy filters.\n• Turn images into motion with image-to-video tools.\n• Create short-form edits that shine on any platform.\n• Add your best moments to a video collage.\n\nADD YOUR FLAVOR WITH THE STICKER MAKER\n• Discover 60M+ stickers.\n• Add stickers to pictures or business promos.\n• Create custom stickers.\n\nTELL YOUR STORY IN TEXT\n• Add text with the Picsart Text Editor.\n• Discover hundreds of classic &amp; trendy fonts.\n• Customize text styles. \n\nCREATE COLLAGE MAGIC (COLLAGE MAKER)\n• Create fun photo collages with your favorite photos.\n• Try photo grid collage or freestyle collage for mood boards and frames.\n\nDISCOVER ENDLESS INSPIRATION\nFrom solopreneurs to graphic design enthusiasts, AI art pioneers, and photo editors — share your ideas and get inspiration for your next project with Picsart Spaces.\n\nUPGRADE YOUR DESIGN EXPERIENCE\nPicsart Plus: premium content, templates, and extra retouch features.\nPicsart Pro: more AI tools, extra team seats for small businesses, and more storage space.\n\nTerms and conditions: https://picsart.com/terms-and-conditions\nAbout Ads: https://picsart.com/privacy-policy#interest-base",
              "reviews_count": 12166501,
              "rating": {
                "rating_type": "Max5",
                "value": 4,
                "votes_count": 12166501,
                "rating_max": 5
              },
              "price": {
                "current": 0,
                "regular": null,
                "max_value": null,
                "currency": "USD",
                "is_price_range": false,
                "displayed_price": null
              },
              "is_free": true,
              "main_category": "Photography",
              "installs": "1,000,000,000+",
              "installs_count": 1420693854,
              "developer": "PicsArt, Inc.",
              "developer_id": "5408830062919995155",
              "developer_url": "https://play.google.com/store/apps/dev?id=5408830062919995155",
              "developer_email": "support@picsart.com",
              "developer_address": "1 Market St Fl 32\nSan Francisco, CA 94105\nUnited States",
              "developer_website": "https://picsart.com",
              "version": "30.2.6",
              "minimum_os_version": "6.0",
              "size": null,
              "released_date": "2011-11-04T02:00:00.000Z",
              "last_update_date": "2026-07-13T03:00:00.000Z",
              "update_notes": "Most of what we build doesn&#39;t wait for an app update. While this one tidies up a few bugs, the real action happens behind the scenes-new features, fresh content, stickers, and templates dropping all the time. Stay close to our socials so you don&#39;t miss a thing.",
              "images": [
                "https://play-lh.googleusercontent.com/VPZIP0d35c6XlgdJ0kYpXLWgAekNqyBNGpV7YPLBWloLj8-dQ_fTsUDStX4vGp1MTF69Ii5RW6bLAVCYN6MM",
                "https://play-lh.googleusercontent.com/GRvnKXQuopm2_-puSu_jv2gxc63k7LZUcNObdAIzDXSSAyNHtTcCbm3s1lWeAss2p9x8-XNJ47YouuIIBdM-nw"
              ],
              "videos": [
                "https://play.google.com/video/lava/web/player/yt:movie:D4B7l3_s87Q?autoplay=1&embed=play"
              ],
              "similar_apps": [
                {
                  "app_id": "com.pinterest",
                  "title": "Pinterest",
                  "url": "https://play.google.com/store/apps/details?id=com.pinterest"
                },
                {
                  "app_id": "com.google.android.apps.bard",
                  "title": "Google Gemini",
                  "url": "https://play.google.com/store/apps/details?id=com.google.android.apps.bard"
                }
              ],
              "more_apps_by_developer": [
                {
                  "app_id": "com.picsart.draw",
                  "title": "Picsart Color - Painting, Draw",
                  "url": "https://play.google.com/store/apps/details?id=com.picsart.draw"
                },
                {
                  "app_id": "com.picsart.apps.genai",
                  "title": "Picsart: Gen AI Video Editor",
                  "url": "https://play.google.com/store/apps/details?id=com.picsart.apps.genai"
                }
              ],
              "genres": [
                "Photography"
              ],
              "tags": [
                "#1 top grossing photography",
                "Photography"
              ],
              "category_drift_probe": true
            }
          }
        }
      }
    ],
    "next_cursor": "eyJDdXJyZW50T2Zmc2V0IjoyMCwiUmVxdWVzdERhdGEiOnsibG9jYXRpb24iOm51bGwsImxhbmd1YWdlIjpudWxsLCJjYXRlZ29yaWVzIjpudWxsLCJ0aXRsZSI6InBob3RvIGVkaXRvciIsImRlc2NyaXB0aW9uIjpudWxsLCJzZWFyY2hfYWZ0ZXJfdG9rZW4iOm51bGwsIm9yZGVyX2J5IjpudWxsLCJsaW1pdCI6MjAsIm9mZnNldCI6bnVsbCwiYWlkIjo4NzM2OSwidXNlX2NhY2hlIjp0cnVlLCJ0YXNrX2lkIjoiMDcyNzE3NDAtODczNi0wNTU0LTAwMDAtMTIxYjVmNDgwZTUwIiwiZmxhZ3MiOm51bGx9LCJSYXdRdWVyeSI6bnVsbCwiSWQiOm51bGwsIlNlYXJjaEFmdGVyRGF0YSI6WzI4NDAyMjU3NywiY29tLnZpZGVvZWRpdG9ycHJvLmFuZHJvaWQiXSwiRXhlY3V0b3IiOm51bGx9",
    "total": 13224,
    "dropped": 0
  },
  "credits_used": 10,
  "credits_remaining": 9999,
  "request_id": "req_example000000",
  "cached": false,
  "pagination": {
    "next_cursor": "sc.eyJ2IjoyLCJjIjoiZXlKRGRYSnlaVzUwVDJabWMyVjBJam95TUN3aVVtVnhkV1Z6ZEVSaGRHRWlPbnNpYkc5allYUnBiMjRpT201MWJHd3NJbXhoYm1kMVlXZGxJanB1ZFd4c0xDSmpZWFJsWjI5eWFXVnpJanB1ZFd4c0xDSjBhWFJzWlNJNkluQm9iM1J2SUdWa2FYUnZjaUlzSW1SbGMyTnlhWEIwYVc5dUlqcHVkV3hzTENKelpXRnlZMmhmWVdaMFpYSmZkRzlyWlc0aU9tNTFiR3dzSW05eVpHVnlYMko1SWpwdWRXeHNMQ0pzYVcxcGRDSTZNakFzSW05bVpuTmxkQ0k2Ym5Wc2JDd2lZV2xrSWpvNE56TTJPU3dpZFhObFgyTmhZMmhsSWpwMGNuVmxMQ0owWVhOclgybGtJam9pTURjeU56RTNOREF0T0Rjek5pMHdOVFUwTFRBd01EQXRNVEl4WWpWbU5EZ3daVFV3SWl3aVpteGhaM01pT201MWJHeDlMQ0pTWVhkUmRXVnllU0k2Ym5Wc2JDd2lTV1FpT201MWJHd3NJbE5sWVhKamFFRm1kR1Z5UkdGMFlTSTZXekk0TkRBeU1qVTNOeXdpWTI5dExuWnBaR1Z2WldScGRHOXljSEp2TG1GdVpISnZhV1FpWFN3aVJYaGxZM1YwYjNJaU9tNTFiR3g5IiwicCI6Im9mZnNldF90b2tlbiJ9",
    "has_more": true,
    "page_size": 20
  }
}

통합 응답 구조를 보여 주는 실제 샘플이에요. 필드 값은 조회한 대상에 따라 달라져요.

API 상세

Google Play App Listings Search API는 어떻게 동작하나요

API 키와 함께 GET 요청을 보내면, 통합 스키마와 계산 필드를 담은 깔끔한 JSON이 돌아와요.

메서드

GET

응답 형식

JSON

왜 SocialCrawl인가요

Google Play App Listings Search 데이터는 왜 SocialCrawl로 가져올까요

Google Play 데이터 추출에서 까다로운 부분은 SocialCrawl이 가려 드려요. 통합 스키마, AI 인리치먼트, 그리고 코드에 남지 않는 플랫폼 로직까지.

개발자 우선

소셜 미디어 데이터를 몇 초 만에 수집하는 방법

개발자를 위한 가장 빠른 소셜 미디어 스크래핑 API. 월간 활성 사용자 100억 명 이상을 포괄하는 65개 플랫폼에서 프로필, 게시물, 댓글, 분석 데이터를 수집하세요.

모든 플랫폼을 하나의 스키마로

동일한 응답 구조로 65개 플랫폼을 조회하세요. 연동은 한 번이면 충분합니다.

단순 수집을 넘어 계산된 필드 제공

엔드포인트가 해당 지표를 지원하고 계산에 필요한 원본 값이 있을 때, 정규화된 레코드에 engagement_rate, estimated_reach, content_category, language를 함께 담아 바로 활용할 수 있습니다.

코드 한 줄 쓰기 전에, 데이터부터

Visual Data Explorer에 URL만 붙여넣으면 결과 카드와 정형화된 테이블, CSV 내보내기를 바로 사용할 수 있습니다.

import requests

response = requests.get(
    'https://www.socialcrawl.dev/v1/tiktok/profile',
    params={'handle': 'charlidamelio'},
    headers={'x-api-key': 'sc_YOUR_API_KEY'}
)
data = response.json()
[ .JSON ]
{
  "success": true,
  "platform": "tiktok",
  "data": {
    "author": {
      "username": "charlidamelio",
      "followers": 152400000
    },
    "engagement": {
      "likes": 12400000000,
      "engagement_rate": 0.087
    },
    "metadata": {
      "language": "en",
      "content_category": "lifestyle"
    }
  }
}
+ 65개 플랫폼
자주 묻는 질문

자주 묻는 질문

API, 요금제, 기능에 대한 질문과 답변입니다.

문의하기
구글플레이 앱 리스팅 DB는 API로 어떻게 질의하나요?
GET /v1/google_play/app-listings-search에 query나 title과 선택 필터를 담아 호출하세요. 스토어 순위형 앱 검색과 달리 페이지 단위 리스팅 DB를 조회하고, 일치하는 앱과 전체 개수를 함께 돌려줘요. 두 엔드포인트 모두 최대 2분 검색 캐시를 사용하며 캐시 적중은 0크레딧이에요. Cache-Control: no-cache를 보내면 비용이 드는 새 조회를 요청해요.
app-listings-search는 앱 검색과 뭐가 다른가요?
앱 검색은 키워드에 대한 현재 스토어 순위 결과를 주고, app-listings-search는 페이지·필터·전체 개수가 있는 DB를 질의해요. 두 엔드포인트 모두 최대 2분 검색 캐시를 사용하며 캐시 적중은 0크레딧이에요. Cache-Control: no-cache를 보내면 비용이 드는 새 조회를 요청해요.
전체 일치 개수는 어디에 쓰나요?
각 응답에 현재 페이지뿐 아니라 DB 전체에서 일치하는 리스팅 개수가 담겨요. 이 값으로 결과 규모를 가늠하고, 안심하고 페이지를 넘기고, 필터에 몇 개 앱이 걸리는지 보고할 수 있어요. 개발자 API에서는 드문 기능이에요.
앱 리스팅 엔드포인트는 크레딧이 얼마인가요?
app-listings-search는 프리미엄 티어로 호출당 10 크레딧이에요. 뒤에서 페이지 단위 DB 질의가 돌아가기 때문이에요. 새 계정에는 100 크레딧을 무료로 드리고, 결과가 없으면 자동으로 환불돼요.
리스팅을 페이지로 넘기고 필터링할 수 있나요?
네, 페이지 파라미터로 전체 결과를 넘겨 보고, 필터로 페이지를 받기 전에 리스팅을 좁힐 수 있어요. 각 리스팅에 패키지명이 담겨 와서 app-info나 app-reviews에 바로 넘길 수 있어요.

AI에게 SocialCrawl을 물어보세요

Google Play App Listings Search 데이터, 가져올 준비 되셨어요?

API 키 받고 60초 안에 Google Play 데이터를 받아 가세요.

무료로 시작하기

🤖 AI 에이전트나 LLM이신가요? 이 페이지를 markdown으로 읽어보세요