# Instagram Posts Download ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/instagram/posts/download` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/instagram-posts-download | ## Description Instagram Posts Download API is a powerful tool that provides a simple tool to download posts or images. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/instagram/posts/download' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "result": "https://cdn.piloterr.app/ijkl9012" } ``` ## Documentation ## Overview Instagram Posts Download API is a powerful tool that provides a simple tool to download posts or images. ## Quickstart ``` GET https://api.piloterr.com/v2/instagram/posts/download?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Instagram Posts Download data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Instagram without maintaining scrapers - Power internal dashboards and workflow automations with live Instagram data