# Browser F-Droid Apps

**Use case:** 

Explore browser with F-Droid Apps Scraper - Open Source Android Apps. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "browser",
  "maxResults": 3
}
```

## Output

```json
{
  "package_id": {
    "label": "Package Id",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "app_url": {
    "label": "App Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [F-Droid Apps Scraper - Open Source Android Apps](https://apify.com/benthepythondev/fdroid-apps-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/fdroid-apps-scraper) to learn more, explore other use cases, and run it yourself.