{
  "openapi": "3.0.1",
  "info": {
    "title": "Facebook Groups Search Scraper With Member Filters",
    "description": "🔎 Facebook Groups Search Scraper extracts public group results by keyword—name, URL, members, privacy, topics & about. 📊 Export CSV/JSON for research, lead gen, and community discovery. ⚡ Fast, reliable, API-ready. 🚀 Ideal for marketers, analysts & recruiters.",
    "version": "0.1",
    "x-build-id": "ny19HE2oR0f5cg96Z"
  },
  "servers": [
    {
      "url": "https://api.apify.com/v2"
    }
  ],
  "paths": {
    "/acts/api-empire~facebook-groups-search-scraper/run-sync-get-dataset-items": {
      "post": {
        "operationId": "run-sync-get-dataset-items-api-empire-facebook-groups-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/acts/api-empire~facebook-groups-search-scraper/runs": {
      "post": {
        "operationId": "runs-sync-api-empire-facebook-groups-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor and returns information about the initiated run in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/runsResponseSchema"
                }
              }
            }
          }
        }
      }
    },
    "/acts/api-empire~facebook-groups-search-scraper/run-sync": {
      "post": {
        "operationId": "run-sync-api-empire-facebook-groups-search-scraper",
        "x-openai-isConsequential": false,
        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
        "tags": [
          "Run Actor"
        ],
        "requestBody": {
          "required": true,
          "content": {
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/inputSchema"
              }
            }
          }
        },
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            },
            "description": "Enter your Apify token here"
          }
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "inputSchema": {
        "type": "object",
        "properties": {
          "groupKeywordsOrUrls": {
            "title": "🔍🔗 Seed keywords or group links",
            "type": "array",
            "description": "✨ Add one or more seed keywords (e.g. bmw, photography) or paste full Facebook group URLs to scrape directly. Each keyword is auto-expanded into several related search variants (see below). Base-compatible: a plain 'startUrls' list still works.",
            "items": {
              "type": "string"
            }
          },
          "maxGroupsPerKeyword": {
            "title": "📊 Max groups per keyword",
            "minimum": 1,
            "maximum": 500,
            "type": "integer",
            "description": "🎯 How many groups to collect per seed keyword (across all its expanded variants), between 1 and 500. Does not apply to direct group URLs (all of those are scraped). Default is 100."
          },
          "enableKeywordExpansion": {
            "title": "🧬 Auto-expand related keywords",
            "type": "boolean",
            "description": "🧩 When ON, each seed keyword is multiplied into related search variants (e.g. 'bmw group', 'bmw community', 'bmw owners', 'bmw club') so more groups per topic get discovered — each variant reuses the same DuckDuckGo search mechanism. Default is ON.",
            "default": true
          },
          "expansionSuffixes": {
            "title": "🧩 Keyword expansion suffixes",
            "type": "array",
            "description": "📝 The suffix words appended to each seed keyword when expansion is ON (e.g. 'bmw' + 'owners' → 'bmw owners'). Edit or add your own. Default: group, community, owners, club.",
            "items": {
              "type": "string"
            }
          },
          "minMembers": {
            "title": "👥➖ Minimum member count",
            "minimum": 0,
            "type": "integer",
            "description": "🚫 Drop any group whose parsed member count is below this number. 0 = no minimum. Groups whose member count can't be parsed are excluded whenever this filter is active. Default is 0."
          },
          "maxMembers": {
            "title": "👥➕ Maximum member count",
            "minimum": 0,
            "type": "integer",
            "description": "🚫 Drop any group whose parsed member count is above this number. 0 = no maximum. Groups whose member count can't be parsed are excluded whenever this filter is active. Default is 0 (unlimited)."
          },
          "minPostsPerDay": {
            "title": "📈➖ Minimum posts-per-day activity",
            "minimum": 0,
            "type": "number",
            "description": "🚫 Drop any group whose parsed posting-activity rate (derived from Facebook's own posts-per-day/posts-per-month counters) is below this number. 0 = no minimum. Default is 0."
          },
          "enableBingFallback": {
            "title": "🅱️ Enable Bing fallback search",
            "type": "boolean",
            "description": "🛟 When ON, if DuckDuckGo returns fewer group links than the threshold below for a keyword, a secondary Bing 'site:facebook.com/groups' search is run to fill the gap. Default is ON.",
            "default": true
          },
          "bingFallbackThreshold": {
            "title": "🎚️ Bing fallback trigger threshold",
            "minimum": 0,
            "type": "integer",
            "description": "🔢 If DuckDuckGo discovers fewer than this many group links for a keyword, the Bing fallback lane fires to find more. Default is 5."
          },
          "connectionSettings": {
            "title": "🌐 Connection settings",
            "type": "object",
            "description": "⚙️ Optional. Leave default for best compatibility. You can enable proxy here if you prefer; the actor will keep your run going smoothly. Base-compatible: 'proxyConfiguration' still works."
          }
        }
      },
      "runsResponseSchema": {
        "type": "object",
        "properties": {
          "data": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "actId": {
                "type": "string"
              },
              "userId": {
                "type": "string"
              },
              "startedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "finishedAt": {
                "type": "string",
                "format": "date-time",
                "example": "2025-01-08T00:00:00.000Z"
              },
              "status": {
                "type": "string",
                "example": "READY"
              },
              "meta": {
                "type": "object",
                "properties": {
                  "origin": {
                    "type": "string",
                    "example": "API"
                  },
                  "userAgent": {
                    "type": "string"
                  }
                }
              },
              "stats": {
                "type": "object",
                "properties": {
                  "inputBodyLen": {
                    "type": "integer",
                    "example": 2000
                  },
                  "rebootCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "restartCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "resurrectCount": {
                    "type": "integer",
                    "example": 0
                  },
                  "computeUnits": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "options": {
                "type": "object",
                "properties": {
                  "build": {
                    "type": "string",
                    "example": "latest"
                  },
                  "timeoutSecs": {
                    "type": "integer",
                    "example": 300
                  },
                  "memoryMbytes": {
                    "type": "integer",
                    "example": 1024
                  },
                  "diskMbytes": {
                    "type": "integer",
                    "example": 2048
                  }
                }
              },
              "buildId": {
                "type": "string"
              },
              "defaultKeyValueStoreId": {
                "type": "string"
              },
              "defaultDatasetId": {
                "type": "string"
              },
              "defaultRequestQueueId": {
                "type": "string"
              },
              "buildNumber": {
                "type": "string",
                "example": "1.0.0"
              },
              "containerUrl": {
                "type": "string"
              },
              "usage": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "integer",
                    "example": 1
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              },
              "usageTotalUsd": {
                "type": "number",
                "example": 0.00005
              },
              "usageUsd": {
                "type": "object",
                "properties": {
                  "ACTOR_COMPUTE_UNITS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATASET_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "KEY_VALUE_STORE_WRITES": {
                    "type": "number",
                    "example": 0.00005
                  },
                  "KEY_VALUE_STORE_LISTS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_READS": {
                    "type": "integer",
                    "example": 0
                  },
                  "REQUEST_QUEUE_WRITES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_INTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                    "type": "integer",
                    "example": 0
                  },
                  "PROXY_SERPS": {
                    "type": "integer",
                    "example": 0
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}