# Bulk export: a whole vertical of Meta ads

**Use case:** 

A full sweep of a category instead of a page: several keywords in one run, each ad with headline, body text, call to action, link, media URLs, platforms and run dates. For creative research at scale and for building an ad archive of a whole vertical.

## Input

```json
{
  "queries": [
    "skincare",
    "meal kit",
    "language app",
    "fitness app",
    "crypto wallet",
    "online course"
  ],
  "pageIds": [],
  "country": "US",
  "activeStatus": "active",
  "adType": "all",
  "mediaType": "all",
  "platforms": [],
  "maxAds": 600,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "adArchiveId": {
    "label": "Ad archive id",
    "format": "string"
  },
  "pageName": {
    "label": "Page name",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "bodyText": {
    "label": "Body text",
    "format": "string"
  },
  "ctaText": {
    "label": "Cta text",
    "format": "string"
  },
  "displayFormat": {
    "label": "Display format",
    "format": "string"
  },
  "isDynamicTemplate": {
    "label": "Is dynamic template",
    "format": "boolean"
  },
  "isActive": {
    "label": "Is active",
    "format": "boolean"
  },
  "startDate": {
    "label": "Start date",
    "format": "string"
  },
  "publisherPlatforms": {
    "label": "Publisher platforms",
    "format": "array"
  },
  "linkUrl": {
    "label": "Link url",
    "format": "string"
  },
  "adLibraryUrl": {
    "label": "Ad library url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Meta Ad Library Scraper](https://apify.com/lergassy/meta-ad-library-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lergassy/meta-ad-library-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/lergassy/meta-ad-library-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`).
