[← Back to tools]
apify.facebook-groups

Get Facebook group posts: pay per use, no API key

Use Apify from Claude, Claude Code, Cursor, ChatGPT, and other agents through one Cralo balance.

Fetch public posts from a public Facebook group using Apify. Price is per post (quoted from `limit`, max 1000).

Price and execution

Price
$0.004 / post
Pricing model
Per post, billed on success
Execution class
queued

Limits

No additional limits are published for this tool.

Parameters

Fields apify.facebook-groups accepts as JSON input.

  • urlstring (uri)Required

    Public Facebook group URL.

  • sort"CHRONOLOGICAL" | "RECENT_ACTIVITY" | "TOP_POSTS" | "CHRONOLOGICAL_LISTINGS"Optional

    Facebook group post sort order.

  • limitintegerOptional

    Maximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit.

Raw input JSON Schema
{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "pattern": "^https://(www\\.)?facebook\\.com/groups/",
      "description": "Public Facebook group URL."
    },
    "sort": {
      "enum": [
        "CHRONOLOGICAL",
        "RECENT_ACTIVITY",
        "TOP_POSTS",
        "CHRONOLOGICAL_LISTINGS"
      ],
      "type": "string",
      "default": "CHRONOLOGICAL",
      "description": "Facebook group post sort order."
    },
    "limit": {
      "type": "integer",
      "default": 10,
      "maximum": 1000,
      "minimum": 1,
      "description": "Maximum number of records to return (1 to 1000, default 10). Quoted price scales with this limit."
    }
  },
  "additionalProperties": false
}

Returns

Fields a successful apify.facebook-groups call returns.

  • countintegerRequired
  • resultsarrayRequired
  • retrieved_atstring (date-time)Required
  • provider_request_idstring | nullRequired
Raw output JSON Schema
{
  "type": "object",
  "required": [
    "results",
    "count",
    "provider_request_id",
    "retrieved_at"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "minimum": 0
    },
    "results": {
      "type": "array",
      "maxItems": 1000
    },
    "retrieved_at": {
      "type": "string",
      "format": "date-time"
    },
    "provider_request_id": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}

Run this tool

Copy this instruction to your agent to set up Cralo and call this tool with the example input.

Set up Cralo by following https://cralo.ai/SKILL.md, then call the apify.facebook-groups tool with this input: {"url":"https://www.facebook.com/groups/874728723021553","limit":1}

Safety notes

Side Effect
read_only
Public Sources Only
Yes
Authenticated Content
No

How this compares to using Apify directly

You do not need a separate Apify account or subscription for this call. Cralo uses one prepaid balance across all tools and shows the per-call price before you run the command.

Related tools

[Browse all tools]