meta-ads-extractor

Extract ad creative images, videos, CTAs, and URLs from Meta Ads Library.

2|1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/DeliciousHouse/aries-app --skill meta-ads-extractor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-ads-extractor
Source: https://github.com/DeliciousHouse/aries-app/tree/main/skills/meta-ads-extractor
Command: npx skills add https://github.com/DeliciousHouse/aries-app --skill meta-ads-extractor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Meta Ad Library pages hide actual asset URLs and CTAs, making it hard to collect creatives for research and benchmarking.

Core Features & Use Cases

  • Automated extraction of ad creative images and videos from Meta Ads Library.
  • CTA and landing-page URL extraction for advertiser analysis.
  • Metadata extraction including asset dimensions and aspect ratios, enabling batch downloads and organization.

Quick Start

Extract all image and video assets from the Meta Ads Library for a given advertiser page and save the assets along with a metadata JSON file.

Frequently Asked Questions about meta-ads-extractor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract images and videos from the Meta Ads Library?

Extracting ad creative assets from the Meta Ads Library requires a browser automation tool like Playwright or OpenClaw to navigate advertiser pages and capture hidden image and video asset URLs. The Skill then uses curl to download the creatives locally.

Can I capture CTAs and landing page URLs when scraping Meta Ads?

Yes, capturing CTAs and destination landing page URLs is supported during the Meta Ads Library extraction process. The browser automation script collects the call-to-action buttons and target links alongside the visual creative assets for comprehensive competitor research.

Does Meta Ads Library extraction work with Playwright or OpenClaw?

Meta Ads Library extraction works with either Playwright or OpenClaw as the required browser automation tool. You also need curl installed to execute the actual creative asset downloads after the browser tool captures the hidden asset URLs.

How do I get image dimensions and aspect ratios for Meta ad creatives?

You get image dimensions and aspect ratios for Meta ad creatives by running the extraction process. It automatically generates a metadata JSON file containing the width, height, and aspect ratio for each downloaded asset to help you organize your swipe file.

What is the best way to build a swipe file from Meta Ads competitor research?

The best way to build a swipe file from Meta Ads competitor research is automating the extraction of ad images, videos, and metadata. This approach batches creative downloads and organizes them with a JSON file containing dimensions, aspect ratios, and destination URLs.

Do I need curl to download assets from the Meta Ads Library?

Yes, you need curl to download assets from the Meta Ads Library after the browser automation tool extracts the hidden URLs. The browser tool captures the page data, while curl handles fetching and saving the actual image and video files.