# Piloterr

Piloterr is a developer-first platform offering over 50 ready-to-use APIs for web scraping and data extraction, enabling businesses to efficiently gather and integrate web data into their systems.

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

## Tools

### Auchan Product

**Slug:** `PILOTERR_AUCHAN_PRODUCT`

Tool to retrieve detailed Auchan product information. Use when you have an Auchan product URL.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | The Auchan product URL to extract detailed data for. |

#### 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 |

### Auchan Product Search

**Slug:** `PILOTERR_AUCHAN_SEARCH`

Tool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `page` | integer | No | Results page number (>=1). |
| `query` | string | Yes | Product search term or full Auchan search URL. |

#### 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 |

### Piloterr Get Product Info

**Slug:** `PILOTERR_GET_PRODUCT_INFO`

Tool to retrieve detailed product information from G2. Use when you need full product details including ratings, reviews, pricing, and company info. Accepts a product name or G2 URL as query.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | A G2 product search query (product name or G2 URL). |
| `nps_score` | integer | No | Optional NPS score to filter reviews by. |

#### 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 |

### List Chewy Products

**Slug:** `PILOTERR_LIST_CHEWY_PRODUCTS`

Tool to find Chewy product categories by search query. Use when you need to retrieve Chewy product URLs and details based on product ID or title.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Search query to retrieve Chewy product URLs based on product ID or title. |

#### 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 |

### List E.Leclerc Stores

**Slug:** `PILOTERR_LIST_ELECLERC_STORES`

Tool to find E.Leclerc store locations by search query. Use when you need to locate E.Leclerc stores in a specific area or city.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Filters stores by search string, non-case-sensitive, matching store names containing the specified text. |

#### 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 |

### List Google Countries

**Slug:** `PILOTERR_LIST_GOOGLE_COUNTRIES`

Tool to list available Google search countries. Use when you need to find country codes for Google search localization.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Search string to filter countries. Non-case-sensitive. Returns all countries whose names contain the specified string. |

#### 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 |

### List Google Languages

**Slug:** `PILOTERR_LIST_GOOGLE_LANGUAGES`

Tool to list available Google search languages filtered by query. Use when you need to find specific language codes for Google searches.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Search parameter to filter languages by name (non-case-sensitive). Example: 'en' or 'FR' |

#### 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 |

### List Google Locations

**Slug:** `PILOTERR_LIST_GOOGLE_LOCATIONS`

Tool to list available Google search locations via Piloterr API. Use when you need to find location identifiers for geographically-targeted searches.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Restricts search to locations containing the supplied string. Example: 'Austin' will match 'Austin, TX' and similar entries. |

#### 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 |

### List Leroy Merlin Products

**Slug:** `PILOTERR_LIST_LEROY_MERLIN_PRODUCTS`

Tool to list Leroy Merlin product categories. Use when you need to search for Leroy Merlin products by name or identifier.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Product identifier or product title to search for |

#### 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 |

### List LinkedIn Industries

**Slug:** `PILOTERR_LIST_LINKED_IN_INDUSTRIES`

Tool to list LinkedIn industry codes from Piloterr API. Use when you need to find LinkedIn industry identifiers for targeting or classification.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `query` | string | Yes | Filters results to industries matching the supplied string. Use industry name or keywords to search. |

#### 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 |

### Piloterr Google Search

**Slug:** `PILOTERR_SEARCH`

Tool to perform Google web search via Piloterr API. Use when you need to search the web for information using Google.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `gl` | string | No | Two-letter country code for Google search locale (e.g., 'us', 'uk', 'fr'). |
| `hl` | string | No | Two-letter language code for search interface (e.g., 'en', 'es', 'fr'). |
| `tbs` | string | No | Advanced search time filter: 'qdr:h' (hour), 'qdr:d' (day), 'qdr:w' (week), 'qdr:m' (month), 'qdr:y' (year). |
| `page` | integer | No | Result page offset for pagination. |
| `uule` | string | No | Google-encoded location parameter. Cannot be used with location. |
| `query` | string | Yes | Search query string. Supports operators like inurl:, site:, intitle:. |
| `location` | string | No | Search origin location (e.g., 'New York, NY', 'Paris, France'). Cannot be used with uule. |

#### 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 |

### Get Usage

**Slug:** `PILOTERR_USAGE_GET`

Tool to get usage information and remaining credits for your Piloterr account. Use when you need to check account usage and credit details.

#### 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 |
