# Subreddit Info API with 47 Community Fields

**Use case:** 

Profile one subreddit in a single call: subscriber counts, access flags, posting rules and content settings as 47 structured fields.

## Input

```json
{
  "community": "apify"
}
```

## Output

```json
{
  "id": {
    "label": "Community ID",
    "format": "string"
  },
  "name": {
    "label": "Name",
    "format": "string"
  },
  "url": {
    "label": "Community URL",
    "format": "string"
  },
  "about": {
    "label": "About",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "header_title": {
    "label": "Header Title",
    "format": "string"
  },
  "created": {
    "label": "Created",
    "format": "string"
  },
  "ad_category": {
    "label": "Ad Category",
    "format": "string"
  },
  "content_category": {
    "label": "Content Category",
    "format": "string"
  },
  "type": {
    "label": "Community Type",
    "format": "string"
  },
  "language": {
    "label": "Language",
    "format": "string"
  },
  "subscribers": {
    "label": "Subscribers",
    "format": "integer"
  },
  "ad_whitelist": {
    "label": "Ad Whitelist",
    "format": "integer"
  },
  "icon": {
    "label": "Icon",
    "format": "string"
  },
  "icon_size": {
    "label": "Icon Size",
    "format": "array"
  },
  "banner": {
    "label": "Banner",
    "format": "string"
  },
  "banner_size": {
    "label": "Banner Size",
    "format": "array"
  },
  "mobile_banner": {
    "label": "Mobile Banner",
    "format": "string"
  },
  "header_image": {
    "label": "Header Image",
    "format": "string"
  },
  "header_size": {
    "label": "Header Size",
    "format": "array"
  },
  "primary_color": {
    "label": "Primary Color",
    "format": "string"
  },
  "key_color": {
    "label": "Key Color",
    "format": "string"
  },
  "theme_background_color": {
    "label": "Theme Background Color",
    "format": "string"
  },
  "over_18": {
    "label": "NSFW",
    "format": "boolean"
  },
  "hide_ads": {
    "label": "Hide Ads",
    "format": "boolean"
  },
  "show_media": {
    "label": "Show Media",
    "format": "boolean"
  },
  "show_media_preview": {
    "label": "Show Media Preview",
    "format": "boolean"
  },
  "comments_media_enabled": {
    "label": "Comment Media Enabled",
    "format": "boolean"
  },
  "comment_attachment_types": {
    "label": "Comment Attachment Types",
    "format": "array"
  },
  "quarantine": {
    "label": "Quarantined",
    "format": "boolean"
  },
  "allow_images": {
    "label": "Allow Images",
    "format": "boolean"
  },
  "allow_videos": {
    "label": "Allow Videos",
    "format": "boolean"
  },
  "allow_galleries": {
    "label": "Allow Galleries",
    "format": "boolean"
  },
  "allow_polls": {
    "label": "Allow Polls",
    "format": "boolean"
  },
  "allow_talks": {
    "label": "Allow Talks",
    "format": "boolean"
  },
  "allow_discovery": {
    "label": "Allow Discovery",
    "format": "boolean"
  },
  "allow_predictions": {
    "label": "Allow Predictions",
    "format": "boolean"
  },
  "wiki_enabled": {
    "label": "Wiki Enabled",
    "format": "boolean"
  },
  "spoilers_enabled": {
    "label": "Spoilers Enabled",
    "format": "boolean"
  },
  "emojis_enabled": {
    "label": "Emojis Enabled",
    "format": "boolean"
  },
  "emoji_size": {
    "label": "Emoji Size",
    "format": "array"
  },
  "submission_type": {
    "label": "Submission Type",
    "format": "string"
  },
  "submit_external_label": {
    "label": "Submit External Label",
    "format": "string"
  },
  "submit_text": {
    "label": "Submit Text",
    "format": "string"
  },
  "submit_text_label": {
    "label": "Submit Text Label",
    "format": "string"
  },
  "suggested_comment_sort": {
    "label": "Suggested Comment Sort",
    "format": "string"
  },
  "score_hide_mins": {
    "label": "Score Hide Minutes",
    "format": "integer"
  },
  "archive_posts": {
    "label": "Archive Posts",
    "format": "boolean"
  },
  "original_tag": {
    "label": "Original Content Tag",
    "format": "boolean"
  },
  "accept_followers": {
    "label": "Accept Followers",
    "format": "boolean"
  },
  "restrict_posting": {
    "label": "Restrict Posting",
    "format": "boolean"
  },
  "restrict_commenting": {
    "label": "Restrict Commenting",
    "format": "boolean"
  },
  "community_reviewed": {
    "label": "Community Reviewed",
    "format": "boolean"
  },
  "crosspostable": {
    "label": "Crosspostable",
    "format": "boolean"
  },
  "post_flair_enabled": {
    "label": "Post Flair Enabled",
    "format": "boolean"
  },
  "post_flair_position": {
    "label": "Post Flair Position",
    "format": "string"
  },
  "collapse_deleted_comments": {
    "label": "Collapse Deleted Comments",
    "format": "boolean"
  },
  "free_form_reports": {
    "label": "Free-Form Reports",
    "format": "boolean"
  },
  "disable_contributor_requests": {
    "label": "Disable Contributor Requests",
    "format": "boolean"
  },
  "has_menu_widget": {
    "label": "Menu Widget",
    "format": "boolean"
  },
  "public_traffic": {
    "label": "Public Traffic",
    "format": "boolean"
  },
  "rules": {
    "label": "Rules",
    "format": "array"
  },
  "wikis": {
    "label": "Wiki Pages",
    "format": "array"
  },
  "stickies": {
    "label": "Pinned Posts",
    "format": "array"
  },
  "processor": {
    "label": "Processor",
    "format": "string"
  },
  "processed_at": {
    "label": "Processed At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [SubReddit Info Scraper](https://apify.com/agentx/subreddit-info-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/agentx/subreddit-info-scraper) 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/agentx/subreddit-info-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).
