# API Instagram Reels vidéos pour lemondefr

**Use case:** 

Un exemple prêt à l'emploi qui extrait les vidéos de Instagram Reels pour lemondefr et renvoie des champs normalisés pour chaque ligne.

## Input

```json
{
  "username": "lemondefr",
  "max_results": 50
}
```

## Output

```json
{
  "cover_url": {
    "label": "Cover Url",
    "format": "string"
  },
  "owner_avatar": {
    "label": "Owner Avatar",
    "format": "string"
  },
  "artwork_url": {
    "label": "Artwork Url",
    "format": "string"
  },
  "post_url": {
    "label": "Post Url",
    "format": "string"
  },
  "shortcode": {
    "label": "Shortcode",
    "format": "string"
  },
  "post_type": {
    "label": "Post Type",
    "format": "string"
  },
  "caption": {
    "label": "Caption",
    "format": "string"
  },
  "published_at": {
    "label": "Published At",
    "format": "string"
  },
  "owner_username": {
    "label": "Owner Username",
    "format": "string"
  },
  "owner_name": {
    "label": "Owner Name",
    "format": "string"
  },
  "owner_verified": {
    "label": "Owner Verified",
    "format": "boolean"
  },
  "like_count": {
    "label": "Like Count",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comment Count",
    "format": "integer"
  },
  "play_count": {
    "label": "Play Count",
    "format": "integer"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "counts_hidden": {
    "label": "Counts Hidden",
    "format": "boolean"
  },
  "width": {
    "label": "Width",
    "format": "integer"
  },
  "height": {
    "label": "Height",
    "format": "integer"
  },
  "media_items": {
    "label": "Media Items",
    "format": "array"
  },
  "media_count": {
    "label": "Media Count",
    "format": "integer"
  },
  "image_count": {
    "label": "Image Count",
    "format": "integer"
  },
  "video_count": {
    "label": "Video Count",
    "format": "integer"
  },
  "has_video": {
    "label": "Has Video",
    "format": "boolean"
  },
  "has_audio": {
    "label": "Has Audio",
    "format": "boolean"
  },
  "is_carousel": {
    "label": "Is Carousel",
    "format": "boolean"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "mentions": {
    "label": "Mentions",
    "format": "array"
  },
  "tagged_users": {
    "label": "Tagged Users",
    "format": "array"
  },
  "coauthors": {
    "label": "Coauthors",
    "format": "array"
  },
  "is_branded": {
    "label": "Is Branded",
    "format": "boolean"
  },
  "sponsors": {
    "label": "Sponsors",
    "format": "array"
  },
  "is_pinned": {
    "label": "Is Pinned",
    "format": "boolean"
  },
  "is_downloadable": {
    "label": "Is Downloadable",
    "format": "boolean"
  },
  "is_remixable": {
    "label": "Is Remixable",
    "format": "boolean"
  },
  "location_name": {
    "label": "Location Name",
    "format": "string"
  },
  "location_address": {
    "label": "Location Address",
    "format": "string"
  },
  "location_lat": {
    "label": "Location Lat",
    "format": "number"
  },
  "location_lng": {
    "label": "Location Lng",
    "format": "number"
  },
  "location_id": {
    "label": "Location Id",
    "format": "string"
  },
  "content_notice": {
    "label": "Content Notice",
    "format": "object"
  },
  "attributions": {
    "label": "Attributions",
    "format": "array"
  },
  "capture_info": {
    "label": "Capture Info",
    "format": "object"
  },
  "comments_disabled": {
    "label": "Comments Disabled",
    "format": "boolean"
  },
  "audio_title": {
    "label": "Audio Title",
    "format": "string"
  },
  "artist_name": {
    "label": "Artist Name",
    "format": "string"
  },
  "audio_type": {
    "label": "Audio Type",
    "format": "string"
  },
  "sound_owner": {
    "label": "Sound Owner",
    "format": "string"
  },
  "audio_ms": {
    "label": "Audio Ms",
    "format": "integer"
  },
  "audio_reusable": {
    "label": "Audio Reusable",
    "format": "boolean"
  },
  "audio_trending": {
    "label": "Audio Trending",
    "format": "boolean"
  },
  "mashup_count": {
    "label": "Mashup Count",
    "format": "integer"
  },
  "audio_id": {
    "label": "Audio Id",
    "format": "string"
  },
  "canonical_id": {
    "label": "Canonical Id",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "post_id": {
    "label": "Post Id",
    "format": "string"
  },
  "owner_id": {
    "label": "Owner Id",
    "format": "string"
  },
  "owner_url": {
    "label": "Owner Url",
    "format": "string"
  },
  "product_type": {
    "label": "Product Type",
    "format": "string"
  },
  "media_type": {
    "label": "Media Type",
    "format": "integer"
  },
  "caption_edited": {
    "label": "Caption Edited",
    "format": "boolean"
  },
  "caption_lang": {
    "label": "Caption Lang",
    "format": "string"
  },
  "alt_text": {
    "label": "Alt Text",
    "format": "string"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Reels Scraper](https://apify.com/agentx/instagram-reels-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/agentx/instagram-reels-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/agentx/instagram-reels-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
