Instagram Media Screen Text API
API 한 번의 호출로 Instagram Media Screen Text 데이터를 받아 가세요. Reads the text shown on an Instagram post's images: the headlines, list items, captions and meme text creators design into a photo, a carousel slide or a reel cover, which the post caption never carries. What is read depends on the post. On a photo, the photo itself. On a carousel, every slide in order, up to the first 10 slides; a longer carousel is read to slide 10 and the response carries a warning giving its full slide count. On a reel or video, the cover frame only. This is AI OCR of the published images, so it does not read text that appears only later in a reel's video. `texts` is the deduplicated union of every image's text in slide order, `images` lists each image read with its own `texts` and its 0-based `index` in the post's media list (so a carousel caller knows which slide said what), `media_type` is image, video or carousel, and `source` is ocr when any text was found and none otherwise. A post with no text on it returns empty arrays (that is a real answer, not an error). If some slides cannot be read, those slides carry `texts: null` and the response carries a warning.
2026년 9월 업데이트SocialCrawl 팀이 직접 관리해요
Instagram 게시물 이미지에 담긴 문구를 AI로 읽어 반환합니다. 사진, 최대 10장의 캐러셀 슬라이드, 릴스 커버 프레임을 읽고 슬라이드별 결과도 함께 돌려줍니다.
캐러셀 제목처럼 게시물에 디자인된 문구가 필요할 때 사용하세요. 캡션은 post, 말한 내용은 media/transcript가 담당하며, 릴스 영상 중간에 나오는 문구는 읽지 않습니다.
65개 플랫폼을 병렬로 검색합니다
Media Screen Text API로 무엇을 할 수 있을까요
Media Screen Text 엔드포인트가 통합 스키마와 계산 필드를 담은 Instagram 데이터를 한 번의 요청으로 보내드려요. 스크래핑 인프라를 직접 만들거나 유지할 필요가 없어요.
요청 예시
curl -H "x-api-key: YOUR_API_KEY" \
"https://www.socialcrawl.dev/v1/instagram/media/screen-text?url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDdEqEl5Dl-S%2F"import requests
response = requests.get(
"https://www.socialcrawl.dev/v1/instagram/media/screen-text",
params={
'url': 'https://www.instagram.com/p/DdEqEl5Dl-S/',
},
headers={"x-api-key": "YOUR_API_KEY"},
)
data = response.json()const response = await fetch(
"https://www.socialcrawl.dev/v1/instagram/media/screen-text?url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDdEqEl5Dl-S%2F",
{
headers: { "x-api-key": "YOUR_API_KEY" },
},
);
const data = await response.json();파라미터
| 파라미터 | 필수 | 설명 |
|---|---|---|
| url | 예 | Full URL of the Instagram post, reel or video (a `/p/`, `/reel/`, `/reels/` or `/tv/` link) |
Instagram Media Screen Text API는 무엇을 돌려주나요
모든 응답은 하나의 통합 스키마를 따라요. 크레딧을 쓰기 전에 어떤 필드가 돌아오는지, 실제 응답 본문 그대로 확인해 보세요.
응답 예시 보기
{
"success": true,
"platform": "instagram",
"endpoint": "/v1/instagram/media/screen-text",
"data": {
"post_id": "3982493004019425170",
"shortcode": "DdEqEl5Dl-S",
"url": "https://www.instagram.com/p/DdEqEl5Dl-S/",
"media_type": "carousel",
"texts": [
"\"Ana, dein Speicherplatz ist voll.",
"Du musst Fotos löschen\"",
"Happy Birthday"
],
"images": [
{
"index": 0,
"image_url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-15/799346912_18623911903058728_4053280514596937734_n.jpg?stp=dst-jpg_e35_tt6",
"texts": [
"\"Ana, dein Speicherplatz ist voll.",
"Du musst Fotos löschen\""
]
},
{
"index": 2,
"image_url": "https://scontent-lga3-3.cdninstagram.com/v/t51.82787-15/801354824_18623911930058728_5458856566718637155_n.jpg?stp=dst-jpg_e35_tt6",
"texts": []
},
{
"index": 6,
"image_url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-15/800469821_18623912011058728_2315837409654874183_n.jpg?stp=dst-jpg_e35_tt6",
"texts": [
"Happy Birthday"
]
}
],
"source": "ocr",
"frame": null,
"slide_count": 20,
"warnings": [
"This carousel has 20 slides; text was read from the first 10 only."
]
},
"credits_used": 5,
"credits_remaining": 95,
"request_id": "req-hrAEsSJeTaFgF3fD",
"cached": false
}통합 응답 구조를 보여 주는 실제 샘플이에요. 필드 값은 조회한 대상에 따라 달라져요.
Instagram Media Screen Text API는 어떻게 동작하나요
API 키와 함께 GET 요청을 보내면, 통합 스키마와 계산 필드를 담은 깔끔한 JSON이 돌아와요.
메서드
GET
응답 형식
JSON
소셜 미디어 데이터를 몇 초 만에 수집하는 방법
개발자를 위한 가장 빠른 소셜 미디어 스크래핑 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(){
"success": true,
"platform": "tiktok",
"data": {
"author": {
"username": "charlidamelio",
"followers": 152400000
},
"engagement": {
"likes": 12400000000,
"engagement_rate": 0.087
},
"metadata": {
"language": "en",
"content_category": "lifestyle"
}
}
}Instagram Media Screen Text 데이터, 가져올 준비 되셨어요?
API 키 받고 60초 안에 Instagram 데이터를 받아 가세요.
