# Collect Facebook group admin profile references

**Use case:** 

Extract the administrator and moderator previews available in a public Facebook group overview. Keep names and profile links connected to the source group for directory maintenance or manual community-administration research.

## Input

```json
{
  "inputList": [
    "457660044251817"
  ]
}
```

## Output

```json
{
  "input": {
    "label": "Input",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "id": {
    "label": "ID",
    "format": "string"
  },
  "username": {
    "label": "Username",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "profile_picture_url": {
    "label": "Profile Picture URL",
    "format": "string"
  },
  "cover_picture_url": {
    "label": "Cover Picture URL",
    "format": "string"
  },
  "privacy": {
    "label": "Privacy",
    "format": "string"
  },
  "privacy_description": {
    "label": "Privacy Description",
    "format": "string"
  },
  "is_public": {
    "label": "Is Public",
    "format": "boolean"
  },
  "discoverability": {
    "label": "Discoverability",
    "format": "string"
  },
  "discoverability_description": {
    "label": "Discoverability Description",
    "format": "string"
  },
  "members_count": {
    "label": "Members Count",
    "format": "integer"
  },
  "members_text": {
    "label": "Members Text",
    "format": "string"
  },
  "created_timestamp": {
    "label": "Created Timestamp",
    "format": "integer"
  },
  "created_at": {
    "label": "Created At",
    "format": "string"
  },
  "history_text": {
    "label": "History Text",
    "format": "string"
  },
  "viewer_join_state": {
    "label": "Viewer Join State",
    "format": "string"
  },
  "theme_color": {
    "label": "Theme Color",
    "format": "string"
  },
  "admins_count": {
    "label": "Admins Count",
    "format": "integer"
  },
  "admins.id": {
    "label": "Admins / ID",
    "format": "array"
  },
  "admins.page_id": {
    "label": "Admins / Page ID",
    "format": "array"
  },
  "admins.username": {
    "label": "Admins / Username",
    "format": "array"
  },
  "admins.name": {
    "label": "Admins / Name",
    "format": "array"
  },
  "admins.url": {
    "label": "Admins / URL",
    "format": "array"
  },
  "admins.profile_picture_url": {
    "label": "Admins / Profile Picture URL",
    "format": "array"
  },
  "admins.is_verified": {
    "label": "Admins / Is Verified",
    "format": "array"
  },
  "moderators.id": {
    "label": "Moderators / ID",
    "format": "array"
  },
  "moderators.page_id": {
    "label": "Moderators / Page ID",
    "format": "array"
  },
  "moderators.username": {
    "label": "Moderators / Username",
    "format": "array"
  },
  "moderators.name": {
    "label": "Moderators / Name",
    "format": "array"
  },
  "moderators.url": {
    "label": "Moderators / URL",
    "format": "array"
  },
  "moderators.profile_picture_url": {
    "label": "Moderators / Profile Picture URL",
    "format": "array"
  },
  "moderators.is_verified": {
    "label": "Moderators / Is Verified",
    "format": "array"
  },
  "rules.id": {
    "label": "Rules / ID",
    "format": "array"
  },
  "rules.title": {
    "label": "Rules / Title",
    "format": "array"
  },
  "rules.description": {
    "label": "Rules / Description",
    "format": "array"
  },
  "tabs.type": {
    "label": "Tabs / Type",
    "format": "array"
  },
  "tabs.title": {
    "label": "Tabs / Title",
    "format": "array"
  },
  "tabs.url": {
    "label": "Tabs / URL",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Group Details Scraper - Metadata & Rules](https://apify.com/scrapingmonkey/facebook-group-details-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapingmonkey/facebook-group-details-scraper.md) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **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 full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scrapingmonkey/facebook-group-details-scraper.md

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).
