# Parsehub

ParseHub is a web scraping tool that allows users to extract data from websites without coding.

- **Category:** ai web scraping
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `PARSEHUB`
- **Version:** 20260211_00

## Tools

### Get Projects

**Slug:** `PARSEHUB_GET_PROJECTS`

Tool to retrieve all projects for the authenticated user. Use after confirming account's API key.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Maximum number of projects to return |
| `offset` | integer | No | Index of the first project to return for pagination (0-based) |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
