# Scrape Facebook Ads in India | Ad Library

**Use case:** 

Export Indian Facebook & Instagram ads from Meta's Ad Library by keyword — creatives, CTAs, links, and advertisers across India's largest social ad market.

## Input

```json
{
  "urls": [],
  "keyword": "edtech",
  "country": "IN",
  "mediaType": "all",
  "adType": "all",
  "period": "",
  "activeStatus": "active",
  "sortBy": "impressions_desc",
  "scrapeAdDetails": false,
  "resolveAdvertiser": false,
  "limitPerSource": 100,
  "enableCheckpoint": true,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "adArchiveId": {
    "label": "Ad archive id"
  },
  "pageName": {
    "label": "Page name"
  },
  "isActive": {
    "label": "Is active"
  },
  "startDate": {
    "label": "Started",
    "format": "date"
  },
  "endDate": {
    "label": "Ended",
    "format": "date"
  },
  "publisherPlatform": {
    "label": "Publisher platform"
  },
  "bodyText": {
    "label": "Body text"
  },
  "ctaText": {
    "label": "Cta text"
  },
  "linkUrl": {
    "label": "Link",
    "format": "link"
  },
  "imageUrl1": {
    "label": "Creative",
    "format": "image"
  },
  "videoUrl1": {
    "label": "Video url1"
  },
  "country": {
    "label": "Country"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Ad Library Scraper Pro](https://apify.com/constructive_calm/facebook-ad-library-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/facebook-ad-library-pro) to learn more, explore other use cases, and run it yourself.