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.
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. On Nagent, Piloterr is exposed as a fully-configurable ai web scraping integration that any agent can call — 12 actions, and API key authentication. No code is required to wire Piloterr into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Piloterr to automate the kinds of tasks ai web scraping teams previously handled manually. Concrete examples — each one is a single agent step in Nagent — include:
Every action and trigger is paired with a structured input/output schema (visible in the sections below), so when you wire Piloterr into Helix — our agentic agent builder — the editor knows exactly what each step expects and produces. Configure once, deploy anywhere across your Nagent agents.
Every operation an agent can call against Piloterr, with input parameters and output schema. Drop these into any step of an agent built in Helix.
PILOTERR_AUCHAN_PRODUCTTool to retrieve detailed Auchan product information. Use when you have an Auchan product URL.
Input parameters
The Auchan product URL to extract detailed data for.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_AUCHAN_SEARCHTool to search for products on Auchan by query or search URL. Use when you need product listings and details from Auchan.
Input parameters
Results page number (>=1).
Product search term or full Auchan search URL.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_GET_PRODUCT_INFOTool 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
A G2 product search query (product name or G2 URL).
Optional NPS score to filter reviews by.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_LIST_CHEWY_PRODUCTSTool 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
Search query to retrieve Chewy product URLs based on product ID or title.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_LIST_ELECLERC_STORESTool 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
Filters stores by search string, non-case-sensitive, matching store names containing the specified text.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_LIST_GOOGLE_COUNTRIESTool to list available Google search countries. Use when you need to find country codes for Google search localization.
Input parameters
Search string to filter countries. Non-case-sensitive. Returns all countries whose names contain the specified string.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_LIST_GOOGLE_LANGUAGESTool to list available Google search languages filtered by query. Use when you need to find specific language codes for Google searches.
Input parameters
Search parameter to filter languages by name (non-case-sensitive). Example: 'en' or 'FR'
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_LIST_GOOGLE_LOCATIONSTool to list available Google search locations via Piloterr API. Use when you need to find location identifiers for geographically-targeted searches.
Input parameters
Restricts search to locations containing the supplied string. Example: 'Austin' will match 'Austin, TX' and similar entries.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_LIST_LEROY_MERLIN_PRODUCTSTool to list Leroy Merlin product categories. Use when you need to search for Leroy Merlin products by name or identifier.
Input parameters
Product identifier or product title to search for
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_LIST_LINKED_IN_INDUSTRIESTool to list LinkedIn industry codes from Piloterr API. Use when you need to find LinkedIn industry identifiers for targeting or classification.
Input parameters
Filters results to industries matching the supplied string. Use industry name or keywords to search.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_SEARCHTool to perform Google web search via Piloterr API. Use when you need to search the web for information using Google.
Input parameters
Two-letter country code for Google search locale (e.g., 'us', 'uk', 'fr').
Two-letter language code for search interface (e.g., 'en', 'es', 'fr').
Advanced search time filter: 'qdr:h' (hour), 'qdr:d' (day), 'qdr:w' (week), 'qdr:m' (month), 'qdr:y' (year).
Result page offset for pagination.
Google-encoded location parameter. Cannot be used with location.
Search query string. Supports operators like inurl:, site:, intitle:.
Search origin location (e.g., 'New York, NY', 'Paris, France'). Cannot be used with uule.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
PILOTERR_USAGE_GETTool to get usage information and remaining credits for your Piloterr account. Use when you need to check account usage and credit details.
Output
Data from the action execution
Error if any occurred during the execution of the action
Whether or not the action execution was successful or not
No publicly available marketplace agent is found using this tool yet. There are 99 agents privately built on Nagent that already use Piloterr.
Build on Nagent
Connect Piloterr to any Nagent agent in minutes — no API key management, no boilerplate. Just configure and deploy.
The five questions agent builders ask before adopting a new integration.
Open the External Integrations panel inside Nagent (app.nagent.ai/externalIntegration), find Piloterr, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Piloterr is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Piloterr is connected, you configure its 12 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Piloterr steps into any workflow visually. Pick an action (e.g., one of those listed above), fill in the inputs (Helix knows the required vs. optional schema for each parameter), and connect it to upstream/downstream steps. Triggers run as the entry point of an agent, so when a Piloterr event fires, the agent kicks off automatically.
Every Piloterr action and trigger ships with a fully-typed schema — input parameters with name, type, required flag, and description, plus the output payload shape. The schemas are documented in the sections above. Helix uses these schemas to validate your configuration at build time and to type-check the data flowing between steps.
Yes. While Piloterr ships with 12 pre-built ai web scraping actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Piloterr together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Piloterr-based workflows tailored to your business.