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

App Store App Listings Search API

API 한 번의 호출로 App Store App Listings Search 데이터를 받아 가세요. Searches a real-time, filterable Apple App Store 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 팀이 직접 관리해요

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

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

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
App Store API

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

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

요청 예시

curl -H "x-api-key: YOUR_API_KEY" \
  "https://www.socialcrawl.dev/v1/app_store/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/app_store/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/app_store/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'.
응답 예시

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

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

응답 예시 보기
{
  "success": true,
  "platform": "app_store",
  "endpoint": "/v1/app_store/app-listings-search",
  "data": {
    "items": [
      {
        "app": {
          "id": "897446215",
          "store": "app_store",
          "url": "https://apps.apple.com/us/app/canva-ai-video-photo-editor/id897446215",
          "title": "Canva: AI Video & Photo Editor",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/7b/2a/be/7b2abef5-7e45-1510-2921-3e35d18bd234/Placeholder.mill/512x512bb.jpg",
          "description": "CREATE ANYTHING WITH CANVA\nCanva is your all-in-one creative platform for stunning graphic design, photo editing, and video creation. From crafting presentations and building visual spreadsheets to designing resumes and creating social media content, Canva empowers everyone to design like a professional.\n\nREVOLUTIONARY AI VIDEO WITH VEO 3\nExperience next-generation video creation with Veo 3, our advanced AI tool that generates incredible videos with sound from simple text prompts. Create professional-quality content in seconds, complete with realistic audio that brings your vision to life.\n\nADVANCED PHOTO EDITOR & COLLAGE MAKER\nTransform your photos with our powerful editing suite. Remove backgrounds effortlessly with our background eraser, apply stunning filters, adjust lighting and contrast, and create eye-catching photo collages. Perfect for social media, marketing, or personal projects.\n\nPROFESSIONAL VIDEO EDITOR & MOBILE OPTIMIZATION\nCraft engaging videos with our intuitive video editor. Add captions, apply cinematic effects like slow motion, sync your edits to music with Beat Sync, and optimize content for mobile viewing. Ideal for social media reels, business presentations, or creative storytelling. Save your best work with 5GB for everyone.\n\nDYNAMIC PRESENTATIONS & SLIDESHOWS\nBuild captivating presentations and slideshows using professional templates. Visualize data effectively, design interactive worksheets for education, and create presentations that engage your audience. From corporate pitches to university assignments, make every slide count.\n\nSTANDOUT RESUME MAKER & CV BUILDER\nCreate impressive resumes and CVs that get results. Browse hundreds of professionally designed templates, customize layouts to reflect your personality, and build documents that catch employers' attention. Essential for job seekers and career advancement.\n\nVISUAL SPREADSHEETS & BULK CREATE AUTOMATION\nConvert data into compelling visual spreadsheets and infographics. Harness AI-powered Bulk Create to automatically generate thousands of design variations for advertising campaigns and marketing materials. Perfect for businesses scaling their creative output.\n\nEXTENSIVE TEMPLATE LIBRARY\nChoose from thousands of customizable templates for social media posts, business cards, flyers, invitations, logos, memes, and more. Every design is fully adaptable to match your unique brand and creative style.\n\nREAL-TIME COLLABORATION\nCollaborate seamlessly with team members in real-time. Share designs instantly, gather feedback, and work together on projects from anywhere. Ideal for creative teams, students, and professional organizations.\n\nUNLEASH YOUR CREATIVITY\nAccess thousands of high-quality templates, images, and design elements. Create professional designs with powerful AI features and bring your creative vision to life with industry-leading tools.\n\nCANVA FOR EDUCATION\nTransform your teaching with a school- and district-managed Canva experience built for the classroom. Create engaging visual learning materials with built-in moderation and age-appropriate controls for safe, collaborative lessons. Free for eligible K-12 teachers and students.\n\nTerms of Use: https://www.canva.com/policies/terms-of-use/\nPrivacy Policy: https://www.canva.com/policies/privacy-policy/",
          "developer": {
            "id": "897446218",
            "name": "Canva",
            "url": "https://apps.apple.com/us/developer/canva/id897446218?platform=iphone",
            "email": null,
            "address": null,
            "website": null
          },
          "rating": {
            "value": 4.9,
            "max": 5,
            "count": 3454444
          },
          "price": {
            "current": 0,
            "original": null,
            "currency": null,
            "is_free": true,
            "displayed": null
          },
          "reviews_count": 3454444,
          "category": null,
          "categories": null,
          "installs": null,
          "version": "Version 4.217.0",
          "minimum_os_version": "Requires iOS 15.0 or later.",
          "size": "149 MB",
          "released_at": null,
          "updated_at": "2026-07-15T05:14:41.000Z",
          "update_notes": "• NEW Magic Layers: Split any flat design into editable layers. Try it on generated images you've always wanted to edit.\n• NEW templates: Get inspiration from our new Winnie the Pooh and Devil Wears Prada 2 collections.\n• Presenter notes improvements: Write with custom AI prompts and track speaking time per slide.\n• Accessible PDFs: Designs exported as PDF now meet accessibility standards — readable by screen readers and assistive tools.\n\nNeed help? Visit canva.com/help\n\nHappy designing!",
          "image_urls": [
            "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/7f/c3/31/7fc331e8-18ce-79f6-9779-5268688d861c/0.png/512x512bb.jpg",
            "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/2b/d3/11/2bd311eb-d59b-b912-b588-0c0e7325cd80/1.png/512x512bb.jpg"
          ],
          "languages": [
            "EN"
          ],
          "advisories": [
            "13+"
          ],
          "similar_apps": [
            {
              "id": "588013838",
              "title": "VSCO: Photo & Video Editor",
              "url": "https://apps.apple.com/us/app/vsco-photo-video-editor/id588013838"
            },
            {
              "id": "587366035",
              "title": "Picsart AI Photo Editor, Video",
              "url": "https://apps.apple.com/us/app/picsart-ai-photo-editor-video/id587366035"
            }
          ],
          "more_by_developer": [
            {
              "id": "6757455363",
              "title": "Canva Create",
              "url": "https://apps.apple.com/us/app/canva-create/id6757455363"
            }
          ],
          "ext": {
            "appdata": {
              "type": "app_store_info_organic",
              "rank_group": 1,
              "rank_absolute": 1,
              "position": "left",
              "app_id": "897446215",
              "title": "Canva: AI Video & Photo Editor",
              "url": "https://apps.apple.com/us/app/canva-ai-video-photo-editor/id897446215",
              "icon": "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/7b/2a/be/7b2abef5-7e45-1510-2921-3e35d18bd234/Placeholder.mill/512x512bb.jpg",
              "description": "CREATE ANYTHING WITH CANVA\nCanva is your all-in-one creative platform for stunning graphic design, photo editing, and video creation. From crafting presentations and building visual spreadsheets to designing resumes and creating social media content, Canva empowers everyone to design like a professional.\n\nREVOLUTIONARY AI VIDEO WITH VEO 3\nExperience next-generation video creation with Veo 3, our advanced AI tool that generates incredible videos with sound from simple text prompts. Create professional-quality content in seconds, complete with realistic audio that brings your vision to life.\n\nADVANCED PHOTO EDITOR & COLLAGE MAKER\nTransform your photos with our powerful editing suite. Remove backgrounds effortlessly with our background eraser, apply stunning filters, adjust lighting and contrast, and create eye-catching photo collages. Perfect for social media, marketing, or personal projects.\n\nPROFESSIONAL VIDEO EDITOR & MOBILE OPTIMIZATION\nCraft engaging videos with our intuitive video editor. Add captions, apply cinematic effects like slow motion, sync your edits to music with Beat Sync, and optimize content for mobile viewing. Ideal for social media reels, business presentations, or creative storytelling. Save your best work with 5GB for everyone.\n\nDYNAMIC PRESENTATIONS & SLIDESHOWS\nBuild captivating presentations and slideshows using professional templates. Visualize data effectively, design interactive worksheets for education, and create presentations that engage your audience. From corporate pitches to university assignments, make every slide count.\n\nSTANDOUT RESUME MAKER & CV BUILDER\nCreate impressive resumes and CVs that get results. Browse hundreds of professionally designed templates, customize layouts to reflect your personality, and build documents that catch employers' attention. Essential for job seekers and career advancement.\n\nVISUAL SPREADSHEETS & BULK CREATE AUTOMATION\nConvert data into compelling visual spreadsheets and infographics. Harness AI-powered Bulk Create to automatically generate thousands of design variations for advertising campaigns and marketing materials. Perfect for businesses scaling their creative output.\n\nEXTENSIVE TEMPLATE LIBRARY\nChoose from thousands of customizable templates for social media posts, business cards, flyers, invitations, logos, memes, and more. Every design is fully adaptable to match your unique brand and creative style.\n\nREAL-TIME COLLABORATION\nCollaborate seamlessly with team members in real-time. Share designs instantly, gather feedback, and work together on projects from anywhere. Ideal for creative teams, students, and professional organizations.\n\nUNLEASH YOUR CREATIVITY\nAccess thousands of high-quality templates, images, and design elements. Create professional designs with powerful AI features and bring your creative vision to life with industry-leading tools.\n\nCANVA FOR EDUCATION\nTransform your teaching with a school- and district-managed Canva experience built for the classroom. Create engaging visual learning materials with built-in moderation and age-appropriate controls for safe, collaborative lessons. Free for eligible K-12 teachers and students.\n\nTerms of Use: https://www.canva.com/policies/terms-of-use/\nPrivacy Policy: https://www.canva.com/policies/privacy-policy/",
              "reviews_count": 3454444,
              "rating": {
                "rating_type": "Max5",
                "value": 4.9,
                "votes_count": 3454444,
                "rating_max": 5
              },
              "price": {
                "current": 0
              },
              "is_free": true,
              "main_category": null,
              "categories": null,
              "languages": [
                "EN"
              ],
              "advisories": [
                "13+"
              ],
              "developer": "Canva",
              "developer_id": "897446218",
              "developer_url": "https://apps.apple.com/us/developer/canva/id897446218?platform=iphone",
              "version": "Version 4.217.0",
              "minimum_os_version": "Requires iOS 15.0 or later.",
              "size": "149 MB",
              "released_date": null,
              "last_update_date": "2026-07-15T05:14:41.000Z",
              "update_notes": "• NEW Magic Layers: Split any flat design into editable layers. Try it on generated images you've always wanted to edit.\n• NEW templates: Get inspiration from our new Winnie the Pooh and Devil Wears Prada 2 collections.\n• Presenter notes improvements: Write with custom AI prompts and track speaking time per slide.\n• Accessible PDFs: Designs exported as PDF now meet accessibility standards — readable by screen readers and assistive tools.\n\nNeed help? Visit canva.com/help\n\nHappy designing!",
              "images": [
                "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/7f/c3/31/7fc331e8-18ce-79f6-9779-5268688d861c/0.png/512x512bb.jpg",
                "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource211/v4/2b/d3/11/2bd311eb-d59b-b912-b588-0c0e7325cd80/1.png/512x512bb.jpg"
              ],
              "similar_apps": [
                {
                  "app_id": "588013838",
                  "title": "VSCO: Photo & Video Editor",
                  "url": "https://apps.apple.com/us/app/vsco-photo-video-editor/id588013838"
                },
                {
                  "app_id": "587366035",
                  "title": "Picsart AI Photo Editor, Video",
                  "url": "https://apps.apple.com/us/app/picsart-ai-photo-editor-video/id587366035"
                }
              ],
              "more_apps_by_developer": [
                {
                  "app_id": "6757455363",
                  "title": "Canva Create",
                  "url": "https://apps.apple.com/us/app/canva-create/id6757455363"
                }
              ]
            }
          }
        }
      },
      {
        "app": {
          "id": "997362197",
          "store": "app_store",
          "url": "https://apps.apple.com/us/app/inshot-video-editor/id997362197",
          "title": "InShot - Video Editor",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/5b/99/d8/5b99d82c-f5d4-67d3-8065-46b37c57dec0/Placeholder.mill/512x512bb.jpg",
          "description": "InShot: Empowering Creators with Advanced Video and Photo Editing. Unlock effortless editing with easy-to-use features and powerful AI tools, elevating your video and photo editing experience to new heights.\n\n[AI Tool]\n- AI Effects. Experience the magic of AI with instant presets that elevate your images and videos in just one tap.\n- Auto Captions. AI-powered speech-to-text tool helps you say goodbye to manual text typing and makes video editing effortless.\n- Auto Remove Background. Remove background of videos/photos at the touch of a button.\n- Smart tracking. Make stickers/text move seamlessly in sync with your tracking object motion, adding dynamic flair to your videos.\n- Smooth slow-mo. Experience seamless slow-motion effects for buttery smooth videos.\n- Auto Adjust. Instantly enhance your images and videos with one-tap.\n- Smart collage. Make photo collages with AI Blend effects and Screenshot Stitch with effortless caption recognition.\n\n[Video editing]\n- Trim/Merge clips.\n- Reverse videos.\n- Add text, emoji and InShot exclusive stickers.\n- Add music, sound effects & voice-overs.\n- Add various-styles voice effects.\n- Speed control. Speed up/slow down video. Add speed ramping.\n- Keyframe editing. Add custome keyframe animations.\n- Chromakey. Easily edit green screen video.\n- Picture-in-Picture. Create multi-layered videos.\n\n[Filters, Effects & Transitions]\n- Lots of cinematic filters.\n- Unique effects such as Glitch, Fade, Noise, Beats, Weather, Retro DV, celebrate, etc.\n- AI effects. Clone, stroke, auto-blur, etc.\n- Combine clips with super transitions.\n\n[Photo Editing]\n- Add text and stickers to photos, make fun story.\n- Add filters and adjust brightness, contrast, curves, etc.\n\n[Photo Collage]\n- Easy-to-use photo grid collage maker.\n- Create seamless collages with AI Blend.\n- AI subtitle detection in Captions stitch mode.\n- High-quality pic stitch in horizontal/vertical way.\n\n[Share]\n- High video output resolution. Now InShot support save in 4K, 60fps.\n- Share to social apps, like YouTube, Twitter, Instagram, WhatsApp, etc.\n\n[InShot Pro Unlimited Subscription]\n- With an InShot Pro Unlimited subscription, you have access to all features and paid editing materials including stickers, filter packages, etc. Watermark and advertisements will be removed automatically.\n- InShot Pro Unlimited subscription is billed monthly or annually at the rate corresponding to the selected plan.\n- Payment will be charged to iTunes Account at confirmation of purchase.\n- Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period.\n- Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal.\n- Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase.\n- Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable.\n\n[Terms of Use]\nhttps://inshot.cc/terms/terms.html\n\n[Privacy Policy]\nhttps://inshot.cc/terms/privacy.html\n\nFeel free to contact us: inshot.ios@inshot.com, your feedback and suggestions are important to us! For more InShot news and tutorials, follow us on YouTube @InShot Video Editor.\n\n[Disclaimer]:\nInShot is not affiliated, associated, sponsored, endorsed by, or in any way officially connected with YouTube, Instagram, TikTok, Facebook, Twitter.\n\nAcknowledgements:\nFUGUE Music\nhttps://icons8.com/music/",
          "developer": {
            "id": "1619465920",
            "name": "SHANTANU PTE. LTD.",
            "url": "https://apps.apple.com/us/developer/shantanu-pte-ltd/id1619465920?platform=iphone",
            "email": null,
            "address": null,
            "website": null
          },
          "rating": {
            "value": 4.9,
            "max": 5,
            "count": 2463552
          },
          "price": {
            "current": 0,
            "original": null,
            "currency": null,
            "is_free": true,
            "displayed": null
          },
          "reviews_count": 2463552,
          "category": null,
          "categories": null,
          "installs": null,
          "version": "Version 1.97.0",
          "minimum_os_version": "Requires iOS 15.0 or later.",
          "size": "254.7 MB",
          "released_at": null,
          "updated_at": "2026-06-07T16:07:38.000Z",
          "update_notes": "- AI Face Edit in Photo > Portrait\n- New Effects Pack: Fantasy\n- Bug fixes and other improvements\nAny ideas or suggestions? Don't hesitate to contact us at inshot.ios@inshot.com.\n\nFor more new feature tutorials and advanced video editing tips, please subscribe to our YouTube channel @InShotApp",
          "image_urls": [
            "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/77/0a/82/770a82f7-8a04-2ef2-f559-de0ed4aabea5/44446605-d495-40f6-b5b5-f9b0b5b140fb_01-1.jpg/512x512bb.jpg",
            "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/86/7c/c9/867cc94f-e9ec-c32e-b80f-b9104e7365c6/f0f29c32-fbe5-4476-ae94-be863a4c23ab_02.jpg/512x512bb.jpg"
          ],
          "languages": [
            "EN"
          ],
          "advisories": [
            "4+"
          ],
          "similar_apps": [
            {
              "id": "930380089",
              "title": "VideoShow AI Video Editor",
              "url": "https://apps.apple.com/us/app/videoshow-ai-video-editor/id930380089"
            },
            {
              "id": "1082956994",
              "title": "Filmmaker Pro - Video Editor",
              "url": "https://apps.apple.com/us/app/filmmaker-pro-video-editor/id1082956994"
            }
          ],
          "more_by_developer": [
            {
              "id": "1390423469",
              "title": "Peachy - AI Face & Body Editor",
              "url": "https://apps.apple.com/us/app/peachy-ai-face-body-editor/id1390423469"
            },
            {
              "id": "1481174327",
              "title": "Polish - AI Photo Editor",
              "url": "https://apps.apple.com/us/app/polish-ai-photo-editor/id1481174327"
            }
          ],
          "ext": {
            "appdata": {
              "type": "app_store_info_organic",
              "rank_group": 1,
              "rank_absolute": 1,
              "position": "left",
              "app_id": "997362197",
              "title": "InShot - Video Editor",
              "url": "https://apps.apple.com/us/app/inshot-video-editor/id997362197",
              "icon": "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/5b/99/d8/5b99d82c-f5d4-67d3-8065-46b37c57dec0/Placeholder.mill/512x512bb.jpg",
              "description": "InShot: Empowering Creators with Advanced Video and Photo Editing. Unlock effortless editing with easy-to-use features and powerful AI tools, elevating your video and photo editing experience to new heights.\n\n[AI Tool]\n- AI Effects. Experience the magic of AI with instant presets that elevate your images and videos in just one tap.\n- Auto Captions. AI-powered speech-to-text tool helps you say goodbye to manual text typing and makes video editing effortless.\n- Auto Remove Background. Remove background of videos/photos at the touch of a button.\n- Smart tracking. Make stickers/text move seamlessly in sync with your tracking object motion, adding dynamic flair to your videos.\n- Smooth slow-mo. Experience seamless slow-motion effects for buttery smooth videos.\n- Auto Adjust. Instantly enhance your images and videos with one-tap.\n- Smart collage. Make photo collages with AI Blend effects and Screenshot Stitch with effortless caption recognition.\n\n[Video editing]\n- Trim/Merge clips.\n- Reverse videos.\n- Add text, emoji and InShot exclusive stickers.\n- Add music, sound effects & voice-overs.\n- Add various-styles voice effects.\n- Speed control. Speed up/slow down video. Add speed ramping.\n- Keyframe editing. Add custome keyframe animations.\n- Chromakey. Easily edit green screen video.\n- Picture-in-Picture. Create multi-layered videos.\n\n[Filters, Effects & Transitions]\n- Lots of cinematic filters.\n- Unique effects such as Glitch, Fade, Noise, Beats, Weather, Retro DV, celebrate, etc.\n- AI effects. Clone, stroke, auto-blur, etc.\n- Combine clips with super transitions.\n\n[Photo Editing]\n- Add text and stickers to photos, make fun story.\n- Add filters and adjust brightness, contrast, curves, etc.\n\n[Photo Collage]\n- Easy-to-use photo grid collage maker.\n- Create seamless collages with AI Blend.\n- AI subtitle detection in Captions stitch mode.\n- High-quality pic stitch in horizontal/vertical way.\n\n[Share]\n- High video output resolution. Now InShot support save in 4K, 60fps.\n- Share to social apps, like YouTube, Twitter, Instagram, WhatsApp, etc.\n\n[InShot Pro Unlimited Subscription]\n- With an InShot Pro Unlimited subscription, you have access to all features and paid editing materials including stickers, filter packages, etc. Watermark and advertisements will be removed automatically.\n- InShot Pro Unlimited subscription is billed monthly or annually at the rate corresponding to the selected plan.\n- Payment will be charged to iTunes Account at confirmation of purchase.\n- Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period.\n- Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal.\n- Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase.\n- Any unused portion of a free trial period, if offered, will be forfeited when the user purchases a subscription to that publication, where applicable.\n\n[Terms of Use]\nhttps://inshot.cc/terms/terms.html\n\n[Privacy Policy]\nhttps://inshot.cc/terms/privacy.html\n\nFeel free to contact us: inshot.ios@inshot.com, your feedback and suggestions are important to us! For more InShot news and tutorials, follow us on YouTube @InShot Video Editor.\n\n[Disclaimer]:\nInShot is not affiliated, associated, sponsored, endorsed by, or in any way officially connected with YouTube, Instagram, TikTok, Facebook, Twitter.\n\nAcknowledgements:\nFUGUE Music\nhttps://icons8.com/music/",
              "reviews_count": 2463552,
              "rating": {
                "rating_type": "Max5",
                "value": 4.9,
                "votes_count": 2463552,
                "rating_max": 5
              },
              "price": {
                "current": 0
              },
              "is_free": true,
              "main_category": null,
              "categories": null,
              "languages": [
                "EN"
              ],
              "advisories": [
                "4+"
              ],
              "developer": "SHANTANU PTE. LTD.",
              "developer_id": "1619465920",
              "developer_url": "https://apps.apple.com/us/developer/shantanu-pte-ltd/id1619465920?platform=iphone",
              "version": "Version 1.97.0",
              "minimum_os_version": "Requires iOS 15.0 or later.",
              "size": "254.7 MB",
              "released_date": null,
              "last_update_date": "2026-06-07T16:07:38.000Z",
              "update_notes": "- AI Face Edit in Photo > Portrait\n- New Effects Pack: Fantasy\n- Bug fixes and other improvements\nAny ideas or suggestions? Don't hesitate to contact us at inshot.ios@inshot.com.\n\nFor more new feature tutorials and advanced video editing tips, please subscribe to our YouTube channel @InShotApp",
              "images": [
                "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/77/0a/82/770a82f7-8a04-2ef2-f559-de0ed4aabea5/44446605-d495-40f6-b5b5-f9b0b5b140fb_01-1.jpg/512x512bb.jpg",
                "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource221/v4/86/7c/c9/867cc94f-e9ec-c32e-b80f-b9104e7365c6/f0f29c32-fbe5-4476-ae94-be863a4c23ab_02.jpg/512x512bb.jpg"
              ],
              "similar_apps": [
                {
                  "app_id": "930380089",
                  "title": "VideoShow AI Video Editor",
                  "url": "https://apps.apple.com/us/app/videoshow-ai-video-editor/id930380089"
                },
                {
                  "app_id": "1082956994",
                  "title": "Filmmaker Pro - Video Editor",
                  "url": "https://apps.apple.com/us/app/filmmaker-pro-video-editor/id1082956994"
                }
              ],
              "more_apps_by_developer": [
                {
                  "app_id": "1390423469",
                  "title": "Peachy - AI Face & Body Editor",
                  "url": "https://apps.apple.com/us/app/peachy-ai-face-body-editor/id1390423469"
                },
                {
                  "app_id": "1481174327",
                  "title": "Polish - AI Photo Editor",
                  "url": "https://apps.apple.com/us/app/polish-ai-photo-editor/id1481174327"
                }
              ]
            }
          }
        }
      }
    ],
    "next_cursor": "eyJDdXJyZW50T2Zmc2V0IjoyMCwiUmVxdWVzdERhdGEiOnsibG9jYXRpb24iOm51bGwsImxhbmd1YWdlIjpudWxsLCJjYXRlZ29yaWVzIjpudWxsLCJ0aXRsZSI6InBob3RvIGVkaXRvciIsImRlc2NyaXB0aW9uIjpudWxsLCJzZWFyY2hfYWZ0ZXJfdG9rZW4iOm51bGwsIm9yZGVyX2J5IjpudWxsLCJsaW1pdCI6MjAsIm9mZnNldCI6bnVsbCwiYWlkIjo4NzM2OSwidXNlX2NhY2hlIjp0cnVlLCJ0YXNrX2lkIjoiMDcyNzE3NDItODczNi0wNTU2LTAwMDAtNzM0NmY3NjI3YmI0IiwiZmxhZ3MiOm51bGx9LCJSYXdRdWVyeSI6bnVsbCwiSWQiOm51bGwsIlNlYXJjaEFmdGVyRGF0YSI6WzM0OTQ4OC4wLCIxNDcwMzczMzMwIl0sIkV4ZWN1dG9yIjpudWxsfQ==",
    "total": 14180,
    "dropped": 0,
    "_warnings": [
      "app._category_drift: upstream path 'category_drift_probe' did not resolve"
    ]
  },
  "credits_used": 10,
  "credits_remaining": 9999,
  "request_id": "req_example000000",
  "cached": false,
  "pagination": {
    "next_cursor": "sc.eyJ2IjoyLCJjIjoiZXlKRGRYSnlaVzUwVDJabWMyVjBJam95TUN3aVVtVnhkV1Z6ZEVSaGRHRWlPbnNpYkc5allYUnBiMjRpT201MWJHd3NJbXhoYm1kMVlXZGxJanB1ZFd4c0xDSmpZWFJsWjI5eWFXVnpJanB1ZFd4c0xDSjBhWFJzWlNJNkluQm9iM1J2SUdWa2FYUnZjaUlzSW1SbGMyTnlhWEIwYVc5dUlqcHVkV3hzTENKelpXRnlZMmhmWVdaMFpYSmZkRzlyWlc0aU9tNTFiR3dzSW05eVpHVnlYMko1SWpwdWRXeHNMQ0pzYVcxcGRDSTZNakFzSW05bVpuTmxkQ0k2Ym5Wc2JDd2lZV2xrSWpvNE56TTJPU3dpZFhObFgyTmhZMmhsSWpwMGNuVmxMQ0owWVhOclgybGtJam9pTURjeU56RTNOREl0T0Rjek5pMHdOVFUyTFRBd01EQXROek0wTm1ZM05qSTNZbUkwSWl3aVpteGhaM01pT201MWJHeDlMQ0pTWVhkUmRXVnllU0k2Ym5Wc2JDd2lTV1FpT201MWJHd3NJbE5sWVhKamFFRm1kR1Z5UkdGMFlTSTZXek0wT1RRNE9DNHdMQ0l4TkRjd016Y3pNek13SWwwc0lrVjRaV04xZEc5eUlqcHVkV3hzZlE9PSIsInAiOiJvZmZzZXRfdG9rZW4ifQ",
    "has_more": true,
    "page_size": 20
  }
}

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

API 상세

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

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

메서드

GET

응답 형식

JSON

왜 SocialCrawl인가요

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

App Store 데이터 추출에서 까다로운 부분은 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/app_store/app-listings-search에 title과 선택 필터를 담아 호출하세요. 스토어 순위형 앱 검색과 달리 페이지 단위 리스팅 DB를 조회하고, 일치하는 iOS 앱과 전체 개수를 함께 돌려줘요. 두 엔드포인트 모두 최대 2분 검색 캐시를 사용하며 캐시 적중은 0크레딧이에요. Cache-Control: no-cache를 보내면 비용이 드는 새 조회를 요청해요.
app-listings-search는 앱 검색과 뭐가 다른가요?
앱 검색은 키워드에 대한 현재 스토어 순위 결과를 주고, app-listings-search는 제목으로 DB를 검색해 limit·offset 페이지, 필터, 전체 개수를 줘요. 두 엔드포인트 모두 최대 2분 검색 캐시를 사용하며 캐시 적중은 0크레딧이에요. Cache-Control: no-cache를 보내면 비용이 드는 새 조회를 요청해요.
전체 일치 개수는 어디에 쓰나요?
각 응답에 현재 페이지뿐 아니라 DB 전체에서 일치하는 리스팅 개수가 담겨요. 이 값으로 결과 규모를 가늠하고, 안심하고 페이지를 넘기고, 필터에 몇 개 iOS 앱이 걸리는지 보고할 수 있어요. 개발자 API에서는 드문 기능이에요.
앱 리스팅 엔드포인트는 크레딧이 얼마인가요?
app-listings-search는 프리미엄 티어로 호출당 10 크레딧이에요. 뒤에서 항목 단위 페이지 DB 질의가 돌아가기 때문이에요. 새 계정에는 100 크레딧을 무료로 드리고, 결과가 없으면 자동으로 환불돼요.
리스팅을 페이지로 넘기고 필터링할 수 있나요?
네, limit(최대 50)과 offset으로 결과를 넘겨 보고, 더 깊은 페이지는 offset_token으로, 필터로는 리스팅을 먼저 좁힐 수 있어요. 각 리스팅에 숫자 앱 id가 담겨 와서 app-info나 app-reviews에 바로 넘길 수 있어요.

AI에게 SocialCrawl을 물어보세요

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

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

무료로 시작하기

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