{
"page": 1,
"page_size": 20,
"query": "string",
"categorys": [
0
],
"locations": [
"string"
],
"follower_count_min": 0,
"follower_count_max": 0,
"create_at_start": "2019-08-24T14:15:22.123Z",
"create_at_end": "2019-08-24T14:15:22.123Z",
"avg_engagement_rate_min": 0,
"avg_engagement_rate_max": 0,
"avg_comment_count_min": 0,
"avg_comment_count_max": 0,
"avg_like_count_min": 0,
"avg_like_count_max": 0,
"avg_play_count_min": 0,
"avg_play_count_max": 0,
"engagement_rate_min": 0,
"engagement_rate_max": 0,
"comment_count_min": 0,
"comment_count_max": 0,
"like_count_min": 0,
"like_count_max": 0,
"play_count_min": 0,
"play_count_max": 0,
"gender": 0,
"recent_month_publish_count_min": 0,
"recent_month_publish_count_max": 0,
"has_email": 0,
"languages": [
"string"
],
"creative_form": 0,
"unique_author": 0,
"author_username": "string",
"media_type": 0,
"avg_engagement_count_min": 0,
"avg_engagement_count_max": 0,
"sort_by": "string"
}curl --location --request POST 'https://openapi.scdata.cc/api/v1/search/instagram/media' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"page_size": 20,
"query": "string",
"categorys": [
0
],
"locations": [
"string"
],
"follower_count_min": 0,
"follower_count_max": 0,
"create_at_start": "2019-08-24T14:15:22.123Z",
"create_at_end": "2019-08-24T14:15:22.123Z",
"avg_engagement_rate_min": 0,
"avg_engagement_rate_max": 0,
"avg_comment_count_min": 0,
"avg_comment_count_max": 0,
"avg_like_count_min": 0,
"avg_like_count_max": 0,
"avg_play_count_min": 0,
"avg_play_count_max": 0,
"engagement_rate_min": 0,
"engagement_rate_max": 0,
"comment_count_min": 0,
"comment_count_max": 0,
"like_count_min": 0,
"like_count_max": 0,
"play_count_min": 0,
"play_count_max": 0,
"gender": 0,
"recent_month_publish_count_min": 0,
"recent_month_publish_count_max": 0,
"has_email": 0,
"languages": [
"string"
],
"creative_form": 0,
"unique_author": 0,
"author_username": "string",
"media_type": 0,
"avg_engagement_count_min": 0,
"avg_engagement_count_max": 0,
"sort_by": "string"
}'{
"success": true,
"code": 200,
"message": "请求成功",
"data": {
"items": [
{
"author_user_id": "string",
"author_username": "string",
"author_avatar": "string",
"author_follower_count": 0,
"media_id": "string",
"create_at": "2019-08-24T14:15:22.123Z",
"description": "string",
"media_url": "string",
"cover_url": "string",
"language": "string",
"region": "string",
"media_type": 0,
"like_count": 0,
"comment_count": 0,
"play_count": 0,
"engagement_count": 0,
"engagement_rate": "string",
"author": {
"user_id": "string",
"username": "string",
"full_name": "string",
"avatar": "string",
"country": "string",
"gender": "string",
"follower_count": 0,
"avg_engagement_rate": "string",
"avg_like_count": "string",
"media_count": 0,
"evaluation_min": "string",
"evaluation_max": "string"
}
}
],
"total": 0,
"page": 0,
"page_size": 0,
"total_pages": 0
}
}