{
  "openapi": "3.0.1",
  "info": {
    "title": "Meta Ads Library Scraper - Fast & Reliable",
    "description": "Scrape public Meta/Facebook ads by keyword, copied Ads Library URL, Facebook Page ID, or Ad Library ID. Extract ad text, CTA, platform, creative-format, advertiser, and metadata signals with proxy controls and delivered-row billing.",
    "version": "0.2",
    "x-build-id": "8KVi6NbHsMgwgrmuZ"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/techionik9993~facebook-ads-library-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-techionik9993-facebook-ads-library-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/techionik9993~facebook-ads-library-scraper/runs": {
      "post": {
        "operationId": "runs-sync-techionik9993-facebook-ads-library-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/techionik9993~facebook-ads-library-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-techionik9993-facebook-ads-library-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "targetUrl": {
            "title": "Target URL",
            "type": "string",
            "description": "Full Meta Ads Library URL. When provided, this exact URL is used and the keyword, page, ad, and filter fields are ignored.",
            "default": ""
          },
          "searchQuery": {
            "title": "Search query",
            "type": "string",
            "description": "Keyword, brand, competitor, product, or offer to search in the public Meta Ads Library.",
            "default": "nike"
          },
          "searchQueries": {
            "title": "Additional search queries",
            "type": "array",
            "description": "Optional extra keywords or brand names. Use this to collect more ad rows in one run.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "pageId": {
            "title": "Facebook page ID",
            "type": "string",
            "description": "Optional Facebook Page ID for advertiser/page-level ad discovery.",
            "default": ""
          },
          "adId": {
            "title": "Ad Library ID",
            "type": "string",
            "description": "Optional Meta Ad Library ID for checking one specific ad.",
            "default": ""
          },
          "adLibraryUrls": {
            "title": "Ad Library URLs",
            "type": "array",
            "description": "Optional full Meta Ads Library URLs. Use this for multiple advanced searches copied from the Ads Library UI.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "country": {
            "title": "Country",
            "type": "string",
            "description": "Two-letter country code for keyword, page, and ad searches.",
            "default": "US"
          },
          "activeStatus": {
            "title": "Ad status",
            "enum": [
              "active",
              "inactive",
              "all"
            ],
            "type": "string",
            "description": "Choose active ads, inactive ads, or all ads.",
            "default": "active"
          },
          "adType": {
            "title": "Ad type",
            "enum": [
              "all",
              "political_and_issue_ads",
              "housing",
              "employment",
              "credit"
            ],
            "type": "string",
            "description": "Meta Ads Library ad category filter.",
            "default": "all"
          },
          "mediaType": {
            "title": "Media type",
            "enum": [
              "all",
              "image",
              "video",
              "meme"
            ],
            "type": "string",
            "description": "Filter ads by media type where Meta exposes the filter publicly.",
            "default": "all"
          },
          "isTargetedCountry": {
            "title": "Targeted country only",
            "type": "boolean",
            "description": "Limit results to ads Meta identifies as targeted to the selected country.",
            "default": false
          },
          "contentLanguages": {
            "title": "Content languages",
            "type": "array",
            "description": "Optional language codes such as en, es, de, fr, or ar.",
            "default": [],
            "items": {
              "type": "string"
            }
          },
          "sortMode": {
            "title": "Sort mode",
            "enum": [
              "total_impressions",
              "relevance",
              "start_date"
            ],
            "type": "string",
            "description": "Preferred Meta Ads Library sort mode for URL-based searches.",
            "default": "total_impressions"
          },
          "sortDirection": {
            "title": "Sort direction",
            "enum": [
              "desc",
              "asc"
            ],
            "type": "string",
            "description": "Sort direction for supported Meta Ads Library views.",
            "default": "desc"
          },
          "maxResults": {
            "title": "Max ads",
            "minimum": 1,
            "maximum": 1000,
            "type": "integer",
            "description": "Maximum useful ad rows to write to the dataset. Billing is based on delivered rows, not requested rows.",
            "default": 100
          },
          "maxConcurrency": {
            "title": "Max concurrency",
            "minimum": 1,
            "maximum": 10,
            "type": "integer",
            "description": "Number of Ad Library sources to process in parallel. Keep at 1 for safest runs; increase for many keywords or URLs.",
            "default": 1
          },
          "requestHandlerTimeoutSecs": {
            "title": "Timeout per source",
            "minimum": 60,
            "maximum": 1200,
            "type": "integer",
            "description": "Maximum seconds spent on each query, page, ad, or target URL.",
            "default": 900
          },
          "monitorChanges": {
            "title": "Detect changes",
            "type": "boolean",
            "description": "Save snapshots and compare ad IDs, status, text, and start date across scheduled runs.",
            "default": false
          },
          "onlyChanges": {
            "title": "Output only changes",
            "type": "boolean",
            "description": "When change detection is enabled, output only new or updated ad rows.",
            "default": false
          },
          "proxyUrl": {
            "title": "Your proxy URL - recommended for highest fill rate",
            "type": "string",
            "description": "Optional full HTTP, HTTPS, or SOCKS proxy URL. For serious Meta Ads Library scraping, use a reliable residential or managed proxy to improve capture rate when Meta blocks direct browser sessions.",
            "default": ""
          },
          "proxyMode": {
            "title": "Apify proxy mode",
            "enum": [
              "none",
              "auto",
              "datacenter",
              "residential"
            ],
            "type": "string",
            "description": "Fallback Apify proxy mode used only when Custom proxy URL is empty.",
            "default": "none"
          },
          "proxyCountryCode": {
            "title": "Residential proxy country",
            "type": "string",
            "description": "Optional two-letter country code for Apify residential proxy mode.",
            "default": ""
          },
          "includeRawText": {
            "title": "Include raw ad text",
            "type": "boolean",
            "description": "Include the raw text block used for parsing each ad row.",
            "default": false
          },
          "maxRunMinutes": {
            "title": "Max run minutes",
            "minimum": 1,
            "maximum": 20,
            "type": "integer",
            "description": "Whole-run cost guard. The Actor stops cleanly instead of waiting forever when Meta stalls or blocks loading.",
            "default": 12
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}