개발가이드

  • 개발가이드

유튜브 계정 정보 수집

유튜브에 계정 정보와 최신 게시한 동영상 정보를 수집합니다.

정보

Method
URL
POST
https://apick.app/rest/crawl_youtube

요청

Header
이름
필수
설명
CL_AUTH_KEY
O
인증키(MD5)
FormData
이름
타입
필수
설명
user_id
String
O
수집할 사용자 아이디

응답

Body
이름
타입
설명
data
Object
조회 데이터
ic_id
Integer
요청 ID
type
Integer
요청 타입
(12, 고정)
result
Integer
조회 결과
0: 실패, 1: 성공
2: msg 확인, 3: 실패(timeout)
user
Object
사용자(채널) 정보
id
String
사용자(채널) 아이디
link
String
채널 URL
subscribe
String
구독자 수
description
String
채널 설명
video_count
String
채널에 업로드된 영상 개수
view_count
String
채널 총 조회수
create_date
String
가입일
posts
Array
최근 게시글 목록(최근 60개)
{}
Object
게시글 정보
thumbnail_link
String
게시글 URL
contents
String
게시글 제목
view_count
String
조회수
time
String
업로드 일시
success
Integer
과금 여부
0: 실패
1: 성공
3: 실패(timeout)
api
Object
API 호출 공통 데이터
success
Boolean
API 서버 정상 응답 여부
cost
Integer
API 호출 요금
ms
Integer
API 응답 시간
pl_id
Integer
API 결제 로그 ID

예시

요청 예시

curl -k -X POST "https://apick.app/rest/crawl_youtube" \
-H "CL_AUTH_KEY: $API_KEY" \
-F "user_id=CNN"
            
응답 예시

{
    "data": {
        "ic_id": 2943346,
        "type": 12,
        "result": 1,
        "user": {
            "id": "CNN",
            "link": "https://www.youtube.com/@CNN",
            "subscribe": "1600만명",
            "description": "CNN is the world leader in news and information and seeks to inform, engage and empower the world. Staffed 24 hours, seven days a week by a dedicated team in CNN bureaus around the world, CNN delivers news from almost 4,000 journalists in every corner of the globe.\n",
            "video_count": "163,500",
            "view_count": "15,358,649,847",
            "create_date": "2005.10.3.",
            "posts": [
                {
                    "thumbnail_link": "/watch?v=obAFI1Anj90",
                    "contents": "‘They missed the point’: Author whose book was referenced in Fani Willis testimony weighs in",
                    "view_count": "4천",
                    "time": "29분 전"
                }
            ]
        },
        "success": 1
    },
    "api": {
        "success": true,
        "cost": 40,
        "ms": 7022,
        "pl_id": 9697516
    }
}
            
현재 페이지 북마크