Serply is a fast and accurate search API that provides real-time Google search results, SERP data, and web scraping capabilities. Access Google Search, Bing Search, Google Jobs, Google Scholar, Google News, and more via simple API calls.
Serply is a fast and accurate search API that provides real-time Google search results, SERP data, and web scraping capabilities. Access Google Search, Bing Search, Google Jobs, Google Scholar, Google News, and more via simple API calls. On Nagent, Serply is exposed as a fully-configurable developer tools integration that any agent can call — 3 actions, and API key authentication. No code is required to wire Serply into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use Serply to automate the kinds of tasks developer tools 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 Serply 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 Serply, with input parameters and output schema. Drop these into any step of an agent built in Helix.
SERPLY_PERFORM_IMAGE_SEARCHPerforms an image search using the Serply API to find images matching a text query. This tool searches for images on the web and returns results with image URLs, thumbnails, dimensions, titles, and source information. Ideal for finding visual content, gathering image references, or discovering images related to specific topics or keywords. Use this when you need to: - Find images matching specific descriptions or keywords - Gather visual references for a topic - Retrieve image URLs for display or download - Search for images with specific characteristics Supports pagination, localization (language/country), and safe search filtering.
Input parameters
Two-letter country code (ISO 3166-1 alpha-2) for geographic localization of search results. For example, 'US' for United States, 'UK' for United Kingdom, 'FR' for France.
Two-letter language code (ISO 639-1) for the language of search results. For example, 'en' for English, 'fr' for French, 'es' for Spanish.
Number of image results to return per page. Default is 10, maximum is 100.
SafeSearch filter to exclude explicit content. Use 'active' to filter adult content, or 'off' to disable filtering. Default is off when not specified.
The search query string to find images. Can be any text describing what images you want to search for.
Starting index for pagination (zero-based). Use this to retrieve results beyond the first page. Default is 0.
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
SERPLY_PERFORM_MAPS_SEARCHTool to perform a maps search. Use when you need to find geographic locations for a given query.
Input parameters
Maximum number of results to return.
The search query for maps (e.g., 'restaurants in Paris').
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
SERPLY_PERFORM_SCHOLAR_SEARCHTool to perform an academic scholar search via Serply. Use when you need scholarly literature search results for a specific query.
Input parameters
Country code for geotargeting, e.g., 'us'.
Language code for results (ISO 639-1), e.g., 'en'.
Number of results to return (max 20).
The search query string for academic literature.
Whether to open result links in a new window.
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 75 agents privately built on Nagent that already use Serply.
Build on Nagent
Connect Serply 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 Serply, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, Serply is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once Serply is connected, you configure its 3 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop Serply 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 Serply event fires, the agent kicks off automatically.
Every Serply 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 Serply ships with 3 pre-built developer tools actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching Serply together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build Serply-based workflows tailored to your business.