# Research vegetable gardening conversations on Facebook

**Use case:** 

Discover public Facebook group conversations about vegetable gardening. Collect relevant questions, experiences and tips with post text, group links and available engagement. Use the dataset for garden product research and content planning. No Facebook login needed; a paid Apify plan is required.

## Input

```json
{
  "keywords": [
    "vegetable gardening"
  ],
  "afterDate": "anytime",
  "maxPosts": 10,
  "countryCode": "us"
}
```

## Output

```json
{
  "group_name": {
    "label": "Group",
    "format": "string"
  },
  "author_name": {
    "label": "Author",
    "format": "string"
  },
  "date": {
    "label": "Date",
    "format": "string"
  },
  "text": {
    "label": "Text",
    "format": "string"
  },
  "reaction_count": {
    "label": "Reactions",
    "format": "integer"
  },
  "comment_count": {
    "label": "Comments",
    "format": "integer"
  },
  "share_count": {
    "label": "Shares",
    "format": "integer"
  },
  "post_url": {
    "label": "URL",
    "format": "string"
  },
  "searchKeyword": {
    "label": "Search topic",
    "format": "string"
  },
  "isRelevant": {
    "label": "Relevant",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Facebook Groups Posts Search Scraper](https://apify.com/lofomachines/facebook-groups-posts-search-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lofomachines/facebook-groups-posts-search-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/lofomachines/facebook-groups-posts-search-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
