VOOZH about

URL: https://apify.com/apify/brand-collaboration-scraper/api

⇱ Meta Brand Collaboration Scraper API · Apify


👁 Meta Brand Collaboration Scraper avatar

Meta Brand Collaboration Scraper

Pricing

from $3.40 / 1,000 results

Go to Apify Store

Meta Brand Collaboration Scraper

Extract branded content partnerships from Meta Ad Library. Get creators, brand partners, content types, dates, and links from Instagram and Facebook. Enrich with profile and post details. Export data, schedule runs via API, and integrate with other tools or AI workflows workflows.

Pricing

from $3.40 / 1,000 results

Rating

5.0

(1)

Developer

👁 Apify

Apify

Maintained by Apify

Actor stats

2

Bookmarked

58

Total users

32

Monthly active users

4 hours ago

Last modified

Share

You might also like

Google Maps Scraper

nocodeventure/Google-Maps-Scraper

Powerful Apify Actor that extracts business information from Google Maps. Get names, ratings, reviews, contact details, websites, and addresses for any business type in any location worldwide.

👁 User avatar

No-Code Venture

34

Web Data to Notion Dashboard

grizzlygriff/web-data-to-notion-dashboard

Scrape local businesses (restaurants, real estate, gyms, hotels, schools) or social content (YouTube, Instagram, TikTok) and get a polished Notion dashboard with table, gallery, and map views — one Actor run. Powered by Apify MCP Connectors: we never see your Notion token.

👁 User avatar

Griffin Trent

7

Link Prospecting Tool

apify/link-prospecting-tool

Monitor your brand visibility across AI and organic search platforms (ChatGPT, Google AI Mode, Google AI Overviews, and Perplexity). Check if quoted sources include your brand, and find link outreach opportunities.

TikTok Hashtag Analytics

clockworks/tiktok-ads-scraper

Scrape TikTok hashtag analytics data. Just add one or more hashtags, and the scraper will extract posts' text, details, country, longevity, audience interests, scores, countries, labels, and age range. Export scraped data, run the scraper via API, schedule runs, or integrate it with other tools.

848

4.2

Facebook Ads Library Scraper

apify/facebook-ads-scraper

Extract advertising data from Facebook, Instagram, WhatsApp, Threads, Messenger. Get ad details, publishers, prices, reach estimates, impressions, links, images, ad IDs, timestamps, and more from Meta Ad Library. Export ad data, schedule runs via API, and integrate with other tools or AI workflows.

25K

2.5

TikTok Discover Scraper

clockworks/tiktok-discover-scraper

Scrape TikTok Discover data. Just add one or more hashtags and the scraper will extract related videos, tag breadcrumbs, similar trends, and subtopics. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

570

5.0

TikTok Trends Scraper

clockworks/tiktok-trends-scraper

Scrape TikTok Trends data. Just add one or more channels and the scraper will extract related videos, posts, authors, music, and channel information. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

2.4K

4.5

Instagram Post Scraper

scraper-engine/instagram-post-scraper

Instagram Profile Post Scraper lets you collect structured post data from any public profile. Get captions, hashtags, media links, engagement stats, and publish times. Ideal for marketers, researchers, and developers needing fresh Instagram content insights in a usable format.

👁 User avatar

Scraper Engine

74

5.0

Consulta CNPJ API

brasil-scrapers/consulta-cnpj-api

Essa API é uma ferramenta rápida e confiável para extrair dados do site da Receita Federal. Extrai informações da empresa como registro, situação cadastral, quadro societário e cnaes. Esse web scraper está sempre atualizado para pegar as informações mais atualizadas possíveis.

👁 User avatar

Brasil Scrapers

128

1.0

You can access the Meta Brand Collaboration Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

👁 Python

Python

👁 JavaScript

JavaScript

CLI

👁 OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrls": [
< "https://www.facebook.com/ads/library/branded_content/?id=17841400602400210&query=Nike&target=instagram&end_date=2026-04-02&start_date=2026-02-01"
< ],
< "resultsLimit": 10
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/apify~brand-collaboration-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Meta Brand Collaboration Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Meta Brand Collaboration Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/apify~brand-collaboration-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/apify~brand-collaboration-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/apify~brand-collaboration-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Meta Brand Collaboration Scraper API programmatically via the Apify API.

You can choose from:

Meta Brand Collaboration Scraper API in Python

Meta Brand Collaboration Scraper API in JavaScript

Meta Brand Collaboration Scraper API through CLI

Meta Brand Collaboration Scraper OpenAPI definition

You can start Meta Brand Collaboration Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Meta Brand Collaboration Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Meta Brand Collaboration Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.