# Facebook Page & Profile Data Scraper Lite (`alpha-scraper/facebook-page-profile-data-scraper-lite`) Actor

Facebook Page & Profile Data Scraper Lite extracts public Facebook page and profile metadata from URLs or usernames. Get names, IDs, verification status, followers, likes, bio, contact email, website, profile image, and more in structured JSON for research, lead generation, and business intelligence

- **URL**: https://apify.com/alpha-scraper/facebook-page-profile-data-scraper-lite.md
- **Developed by:** [Alpha Scraper](https://apify.com/alpha-scraper) (community)
- **Categories:** Lead generation, Social media, Integrations
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $0.00005 / actor start

This Actor is paid per event and usage. You are charged both the fixed price for specific events and for Apify platform usage.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

***

## 🚀 Facebook Page & Profile Data Scraper Lite

> Extract detailed public Facebook Page and Profile metadata in seconds.

The **Facebook Page & Profile Data Scraper Lite** is a powerful and easy-to-use **Facebook Page scraper** and **Facebook Profile data extractor** designed for marketers, researchers, agencies, analysts, and developers who need structured public Facebook data at scale.

Simply provide one or more Facebook page URLs or usernames, and the actor returns valuable profile information including page name, Facebook ID, verification status, follower counts, likes, contact email, website, profile image, page metadata, and more.

Whether you're conducting **lead generation**, **competitor research**, **brand monitoring**, **influencer discovery**, or **business intelligence**, this actor helps you collect Facebook page data quickly and efficiently.

***

### ⭐ Why Choose This Actor?

| Feature                         | Facebook Page & Profile Data Scraper Lite | Other Similar Actors |
| ------------------------------- | ----------------------------------------- | -------------------- |
| Fast Setup                      | ✅                                         | ⚠️ Often Complex     |
| URL Input Support               | ✅                                         | ✅                    |
| Username Input Support          | ✅                                         | ⚠️ Limited           |
| Public Page Metadata Extraction | ✅                                         | ✅                    |
| Verification Detection          | ✅                                         | ⚠️ Not Always        |
| Contact Information Extraction  | ✅                                         | ⚠️ Partial           |
| Website Detection               | ✅                                         | ⚠️ Partial           |
| Automatic Deduplication         | ✅                                         | ❌ Often Missing      |
| Structured JSON Output          | ✅                                         | ⚠️ Varies            |
| Cost Efficiency                 | ✅                                         | ⚠️ Higher Cost       |
| Bulk Processing                 | ✅                                         | ⚠️ Limited           |
| Easy Integration                | ✅                                         | ✅                    |

***

### 🔥 Key Features

#### 📄 Extract Facebook Page Information

Retrieve important public Facebook page details including:

- Page name
- Username
- Facebook ID
- Profile URL
- Verification status
- Category
- Description
- Bio

#### ⭐ Primary Keywords

- Facebook Page Scraper
- Facebook Profile Scraper
- Facebook Page Data Extractor
- Facebook Metadata Scraper
- Facebook Business Page Scraper

#### 🔍 Related Keywords

- Scrape Facebook Pages
- Extract Facebook Page Information
- Facebook Public Data Scraper
- Facebook Followers Data
- Facebook Page Analytics Data
- Facebook Lead Generation Tool
- Facebook Business Directory Scraper
- Facebook Profile Information Extractor
- Facebook Influencer Research Tool
- Facebook Contact Information Scraper

#### 📊 Collect Audience Statistics

Gather public engagement metrics such as:

- Page likes
- Followers count
- Following count
- Talking about count

#### 📧 Contact Discovery

Discover available public business contact information:

- Contact email
- Website URL

#### 🖼️ Profile Image Extraction

Retrieve profile picture URLs for pages and profiles.

#### 🔗 Flexible Input Options

Provide:

- Facebook page URLs
- Facebook profile URLs
- Facebook usernames

#### ⚡ Bulk Processing

Process multiple Facebook pages in a single run.

#### 🔄 Automatic Deduplication

Duplicate usernames are automatically filtered to help avoid unnecessary processing.

#### 📦 Structured JSON Output

Receive clean and structured JSON ready for:

- CRM systems
- Data warehouses
- APIs
- Analytics tools
- Databases

***

### ⚙️ Input Configuration

| Field       | Type  | Description                           |
| ----------- | ----- | ------------------------------------- |
| `startUrls` | Array | List of Facebook Page or Profile URLs |
| `usernames` | Array | List of Facebook usernames or handles |

***

### 📝 Supported Input Formats

### Facebook URLs

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/BillGates"
    },
    {
      "url": "https://www.facebook.com/katyperry"
    }
  ]
}
```

### Facebook Usernames

```json
{
  "usernames": [
    "BillGates",
    "katyperry",
    "neymarjr"
  ]
}
```

### Combined Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/LionelRichie"
    }
  ],
  "usernames": [
    "BillGates"
  ]
}
```

***

### 📊 Output Data

The actor returns a structured JSON object for each Facebook page or profile.

***

### 👤 Basic Information

| Field          | Description         | Example                              |
| -------------- | ------------------- | ------------------------------------ |
| `type`         | Record type         | `profile`                            |
| `profile_type` | Profile category    | `Facebook Page`                      |
| `name`         | Page/Profile name   | `Bill Gates`                         |
| `username`     | Facebook username   | `BillGates`                          |
| `id`           | Facebook profile ID | `123456789012345`                    |
| `url`          | Facebook page URL   | `https://www.facebook.com/BillGates` |
| `category`     | Profile category    | `Public figure`                      |

***

### 📈 Statistics

| Field                 | Description                | Example         |
| --------------------- | -------------------------- | --------------- |
| `page_likes`          | Total page likes           | `5800000`       |
| `talking_about_count` | People discussing the page | `12000`         |
| `followers_text`      | Followers display text     | `15M followers` |
| `following_text`      | Following display text     | `5 following`   |
| `followings`          | Numeric following count    | `5`             |

***

### 📧 Contact Information

| Field           | Description          | Example               |
| --------------- | -------------------- | --------------------- |
| `contact_email` | Public contact email | `info@example.com`    |
| `website`       | Public website URL   | `https://example.com` |

***

### 📝 Profile Details

| Field         | Description               | Example                           |
| ------------- | ------------------------- | --------------------------------- |
| `bio`         | Short profile bio         | `Entrepreneur and Philanthropist` |
| `description` | Facebook page description | `Official Facebook Page...`       |

***

### 🏅 Verification & Status

| Field                     | Description                 | Example |
| ------------------------- | --------------------------- | ------- |
| `is_verified`             | Verification status         | `true`  |
| `is_business_page_active` | Business page active status | `true`  |

***

### 🖼️ Images

| Field                 | Description       | Example          |
| --------------------- | ----------------- | ---------------- |
| `profile_picture_url` | Profile image URL | `https://...jpg` |

***

### 🔍 Metadata

| Field              | Description                | Example      |
| ------------------ | -------------------------- | ------------ |
| `delegate_page_id` | Associated page identifier | `1234567890` |

***

## 📥 Example Input

```json
{
  "startUrls": [
    {
      "url": "https://www.facebook.com/BillGates"
    }
  ],
  "usernames": [
    "katyperry"
  ]
}
```

***

## 📤 Example Output

```json
{
  "type": "profile",
  "profile_type": "Facebook Page",
  "name": "Bill Gates",
  "username": "BillGates",
  "id": "123456789012345",
  "url": "https://www.facebook.com/BillGates",
  "is_verified": true,
  "category": "Public figure",
  "bio": "Entrepreneur and Philanthropist",
  "description": "Official Facebook Page",
  "page_likes": 5800000,
  "talking_about_count": 12000,
  "followers_text": "15M followers",
  "following_text": "5 following",
  "followings": 5,
  "contact_email": "info@example.com",
  "website": "https://example.com",
  "delegate_page_id": "987654321",
  "is_business_page_active": true,
  "profile_picture_url": "https://example.com/profile.jpg"
}
```

***

### 🎯 Use Cases

### 💼 Lead Generation

Identify publicly available business websites and contact information from Facebook pages.

### 📊 Market Research

Analyze public page statistics, audience size, and brand presence.

### 🥇 Competitor Analysis

Monitor competitor pages and compare popularity metrics.

### 🌟 Influencer Discovery

Find verified public figures and pages with large follower bases.

### 🧠 Business Intelligence

Collect structured Facebook data for reporting and strategic decisions.

### 🗂 CRM Enrichment

Enhance customer records with publicly available Facebook profile information.

### 🎓 Academic Research

Gather public social media profile data for studies and research projects.

### 📈 Brand Monitoring

Track public page information across multiple brands and organizations.

***

### ⚡ Performance & Reliability

This actor is designed to provide reliable Facebook page metadata extraction while maintaining clean and structured outputs.

#### Included Reliability Features

✅ Multiple input methods

✅ Automatic duplicate removal

✅ Structured JSON responses

✅ Bulk page processing

✅ Individual result reporting

✅ Error reporting for failed records

#### Scalability

The actor supports processing multiple Facebook pages and usernames in a single run, making it suitable for both small and large-scale data collection projects.

***

### 💰 Pricing

The actor uses Apify's standard pricing model.

Your total cost depends on factors such as:

- Number of pages processed
- Runtime usage
- Dataset size
- Overall workload

For current pricing details, please refer to the pricing information displayed on the actor page.

***

### 🎁 Benefits

#### Save Hours of Manual Research

Collect Facebook page information automatically instead of gathering data manually.

#### Improve Lead Quality

Discover valuable public contact and website information.

#### Better Decision Making

Use audience and page statistics to support business decisions.

#### Structured Data Ready for Analysis

Export results directly into your analytics workflow.

#### Flexible Input Options

Use URLs or usernames depending on your workflow.

#### Bulk Collection Support

Process multiple pages simultaneously.

***

### ❓ Frequently Asked Questions

#### 1. What does this Facebook Page scraper extract?

It extracts public Facebook page and profile metadata including names, IDs, follower counts, likes, verification status, websites, contact emails, and profile images.

#### 2. Can I scrape multiple Facebook pages at once?

Yes. You can provide multiple URLs and usernames in a single run.

#### 3. Does it support Facebook usernames?

Yes. Usernames can be submitted directly without providing full URLs.

#### 4. Does it return Facebook page IDs?

Yes. When available, Facebook profile IDs are included.

#### 5. Can I get follower counts?

Yes. Public follower information is returned when available.

#### 6. Can I collect page likes?

Yes. Public page likes are extracted when available.

#### 7. Does the actor detect verified pages?

Yes. Verification status is included when publicly available.

#### 8. Can I get website URLs from Facebook pages?

Yes. Public website information is extracted when available.

#### 9. Can I retrieve contact emails?

Yes. Publicly visible contact emails may be returned when available.

#### 10. Does it support profile picture extraction?

Yes. Profile image URLs are included in the output.

#### 11. Is bulk processing supported?

Yes. Multiple pages and usernames can be processed in one run.

#### 12. What format is the output returned in?

Results are returned in structured JSON format.

***

### 🔒 Privacy & Compliance

This actor is intended to collect **publicly available Facebook page and profile information only**.

Users are responsible for ensuring their use complies with:

- Facebook Terms of Service
- Applicable privacy laws
- Local regulations
- Internal compliance requirements

This actor is not designed to access private accounts, private content, restricted information, or non-public user data.

***

### 🚀 Start Extracting Facebook Page Data Today

The **Facebook Page & Profile Data Scraper Lite** helps businesses, agencies, researchers, and developers collect valuable public Facebook page information quickly and efficiently.

Whether you're performing **Facebook page analysis**, **Facebook profile research**, **lead generation**, **influencer discovery**, or **market intelligence**, this actor delivers the structured Facebook data you need in a simple, scalable, and reliable format.

***

## Here my another actors :

### Youtube Iteams:

- [🎶 Youtube Audio Downloader (Video/Shorts)](https://console.apify.com/actors/lTUPL4gmLTDNXBeWw/source)
- [Youtube Video Downloader Advanced](https://console.apify.com/actors/XOpQsUkgGZLGSCJd0/source)
- [Youtube Video Downloader ( Soundless )](https://console.apify.com/actors/gFsczW1QplIquv9eL/source)
- [Youtube Video Downloader](https://console.apify.com/actors/9kZQcUlHZRKp1ilZA/source)
- [Youtube Video Details Scraper](https://console.apify.com/actors/On4VfiWjGnT79clm1/source)
- [Youtube Transcript Ninja (Subtitles) ](https://console.apify.com/actors/eWrsJHhdeEbVHChpX/source)
- [Youtube Thumbnails Downloader & Scraper](https://console.apify.com/actors/YShot3wkL0HJdRkD0/source)
- [Youtube Tags or Hashtags Scraper](https://console.apify.com/actors/O1FU99ID2ccR5wcS8/source)
- [Youtube Tags Scraper](https://console.apify.com/actors/1wVokAhQLbbeeFVfR/source)
- [Youtube Shorts Scraper lite](https://console.apify.com/actors/bOyWDt1IbXZsadWRp/source)
- [Youtube Shorts Downloader Pro](https://console.apify.com/actors/bN1AjNRMops81rGkg/source)
- [Youtube Shorts Comments Scraper](https://console.apify.com/actors/ON1C4qgHaEQEhhEmI/source)
- [Youtube Community Posts Scraper](https://console.apify.com/actors/X38E51BParHFNaCw1/source)
- [Youtube Channel Id Scraper Pro](https://console.apify.com/actors/2uuIEovgGHcYjEKyN/source)
- [Youtube Video Transcript  Scraper ( Subtitles )](https://console.apify.com/actors/IEmSN6FkNn0tw10BA/source)
- [Youtube Video Comments Scraper](https://console.apify.com/actors/URh4zBT1aesfE8QKc/source)
- [Youtube Shorts Scraper  Pro](https://console.apify.com/actors/G4McyHJJzc2TbUSo6/source)
- [Youtube Shorts Scraper](https://console.apify.com/actors/XP0WgKweF1M83FnmR/source)
- [Youtube Channel Scraper](https://console.apify.com/actors/ufMZfwMgyHeaoDdAd/source)
- [YouTube Video Description Extractor](https://console.apify.com/actors/Xqae3CmxqT3HfHaJ5/source)
- [YouTube Hashtag Scraper](https://console.apify.com/actors/d4bYqQ0LWuczEgumx/source)
- [YouTube Description Scraper pro](https://console.apify.com/actors/OVymx0bku0C8gowB0/source)
- [YouTube Comments Scraper | Pay Per Result](https://console.apify.com/actors/ict6AecoJ85T4RthZ/source)
- [YouTube Channel ID Scraper](https://console.apify.com/actors/P9XlG8ylMGqfoelOg/source)

### Tiktok Iteams:

- [Tiktok Video Downloader](https://console.apify.com/actors/dlyQGIrqOracdqOeb/source)
- [Tiktok Video Details Scraper Pro](https://console.apify.com/actors/kZMMAHBehLOdG2FBb/source)
- [Tiktok Profile Scraper](https://console.apify.com/actors/C9mdCvPs7mDV8AYdd/source)
- [TikTok Video Scraper](https://console.apify.com/actors/7NjipRJbS73X9Io90/source)
- [TikTok Profile Videos Scraper](https://console.apify.com/actors/F6ar6Hu5STLp5mdAf/source)
- [TikTok Profile Scraper pro](https://console.apify.com/actors/3fmkMmoCBQ4SBIIAN/source)
- [TikTok Audio Downloader 🎵](https://console.apify.com/actors/jHipu7fQihSVhBE3x/source)

### Snapchat Iteams:

- [Snapchat Video Downloader (Spotlight )](https://console.apify.com/actors/yKz99HNmn4AgmhPOf/source)
- [Snapchat Video  Details Scraper (Spotlight)](https://console.apify.com/actors/fyV48EkRqcNoeq2kH/source)
- [Snapchat Followers Scraper](https://console.apify.com/actors/PxBiNYw0mgZOagGyD/source)
- [Snapchat Profile     Scraper](https://console.apify.com/actors/siCUsZdm6xmc3g7HF/source)
- [Snapchat Profile Scraper  Mini](https://console.apify.com/actors/qhkQO51Cv6iHJxdAs/source)

### Instagram Iteams:

- [Instagram video Downloader + Scraper](https://console.apify.com/actors/zIpixF6ZjlbelQDrY/source)
- [Instagram Video Downloader (Soundlss)](https://console.apify.com/actors/QQkJuhIQp4pexakls/source)
- [Instagram Thumbnail Scraper Video & Reels](https://console.apify.com/actors/z8JOosBY8hlqiUthl/source)
- [Instagram Reels  Downloader](https://console.apify.com/actors/VRbovYCWXTZXuVaN2/source)
- [Instagram Profile URL to Username Converter & Extractor](https://console.apify.com/actors/FOApkedA1VuG6ncno/source)
- [Instagram Profile Scraper](https://console.apify.com/actors/5dvorBkg7ccX95wAg/source)
- [Instagram Post Videos Downloader](https://console.apify.com/actors/h95ZexZ0ifOX4JEYQ/source)
- [Instagram Followers Scraper](https://console.apify.com/actors/c55pdH9mCE02sj7Dg/source)
- [Instagram Audio Downloader](https://console.apify.com/actors/MQRNuEHUqKreEi8gI/source)
- [Instagram Video Scraper + Downloader](https://console.apify.com/actors/63Z5eSy3IxgdIEYOX/source)
- [Instagram Video  scraper Advanced](https://console.apify.com/actors/79ng2nukXLzUn0aWg/source)
- [Instagram Video Details  scraper](https://console.apify.com/actors/VLyBXSwQpHTFwUcds/source)
- [Instagram Reels Details scraper](https://console.apify.com/actors/oGR3xfeXTuIirhdlZ/source)
- [Instagram Followers Scraper Pro](https://console.apify.com/actors/MqW3EtUZXm6OHdvcI/source)

### Facebook Iteams:

- [Facebook reels Downloader  (Separate audio or video)](https://console.apify.com/actors/nuvIRaMeRIzz3cfxK/source)
- [Facebook Video Downloader advanced](https://console.apify.com/actors/2SU8ZuABbAVFNKMZa/source)
- [Facebook Video Details Scraper Advanced](https://console.apify.com/actors/umYouAXm92472jIdY/source)
- [Facebook Video Details Scraper](https://console.apify.com/actors/cQi4k63arffL6Cn0m/source)
- [Facebook Transcript & Subtitle scraper](https://console.apify.com/actors/hMNe1QYDOtcTc95qI/source)
- [Facebook Thumbnail Downloader Video & Reels](https://console.apify.com/actors/9SmYiqGTUia29Yd1Y/source)
- [Facebook Reels Downloader Advanced](https://console.apify.com/actors/3Zdnp9TnvltdoC44T/source)
- [Facebook Reels Details Scraper  Best and  Affordable](https://console.apify.com/actors/nuzr418MKJltywrCh/source)
- [Facebook Reels Details Scraper](https://console.apify.com/actors/OGBA89e5Ki6Y5amko/source)
- [Facebook Page Details Scraper](https://console.apify.com/actors/PL9nP9BrKDSsKwSZF/source)
- [Facebook Audio Downloader](https://console.apify.com/actors/uVrcf4OJ9VW8iCybQ/source)

### Amazon Iteams:

- [Amazon Search Scraper](https://console.apify.com/actors/YcgJR1WP1cHJhHzvH/source)
- [Amazon Product Details Scraper ](https://console.apify.com/actors/1twpltijc10KFaVeb/source)

# Actor input Schema

## `startUrls` (type: `array`):

List of one or more Facebook page URLs (e.g. https://www.facebook.com/katyperry).

## `usernames` (type: `array`):

List of Facebook page usernames or handles (e.g. katyperry, BillGates). No URL needed.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://web.facebook.com/IamSRK"
    },
    {
      "url": "https://www.facebook.com/BillGates"
    }
  ],
  "usernames": [
    "katyperry",
    "neymarjr"
  ]
}
```

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://web.facebook.com/IamSRK"
        },
        {
            "url": "https://www.facebook.com/BillGates"
        }
    ],
    "usernames": [
        "katyperry",
        "neymarjr"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("alpha-scraper/facebook-page-profile-data-scraper-lite").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [
        { "url": "https://web.facebook.com/IamSRK" },
        { "url": "https://www.facebook.com/BillGates" },
    ],
    "usernames": [
        "katyperry",
        "neymarjr",
    ],
}

# Run the Actor and wait for it to finish
run = client.actor("alpha-scraper/facebook-page-profile-data-scraper-lite").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://web.facebook.com/IamSRK"
    },
    {
      "url": "https://www.facebook.com/BillGates"
    }
  ],
  "usernames": [
    "katyperry",
    "neymarjr"
  ]
}' |
apify call alpha-scraper/facebook-page-profile-data-scraper-lite --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,alpha-scraper/facebook-page-profile-data-scraper-lite"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/vFfhFURtNzcPxhKdS/builds/HIra73adXbgRYtLbL/openapi.json
