RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.
RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data. On Nagent, RedCircle API is exposed as a fully-configurable developer tools integration that any agent can call — 32 actions, and API key authentication. No code is required to wire RedCircle API into your workflow — connect it once via the External Integrations panel and reuse it across every agent you build.
Agent builders use RedCircle API 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 RedCircle API 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 RedCircle API, with input parameters and output schema. Drop these into any step of an agent built in Helix.
REDCIRCLE_API_ADD_ZIPCODESTool to add zipcodes to your RedCircle API account for geolocation targeting. Use when you need to localize product searches by specific postal codes. New zipcodes take approximately 2 minutes to become available after being added.
Input parameters
Array of zipcode entries to add. Each entry specifies a zipcode and the domain where it will be used.
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
REDCIRCLE_API_CLEAR_COLLECTION_REQUESTSTool to remove all requests from a specified collection. Collections can only be cleared when not actively running. Use when you need to empty a collection of all its requests.
Input parameters
The unique identifier of the collection to clear
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
REDCIRCLE_API_CREATE_COLLECTIONTool to create a new collection for running up to 15,000 requests on a schedule. Use when you need to organize and schedule batch requests with various scheduling patterns, priority levels, and notification methods.
Input parameters
Collection identifier name.
Activation status; defaults to false if omitted.
Queue priority level.
Lock type - 'mixed', 'product', 'reviews', 'search', 'category', 'store_stock' (cannot be modified after creation).
Schedule pattern - 'monthly', 'weekly', 'daily', 'minutes', or 'manual'.
Hours 0-23 for daily/weekly/monthly schedules.
Cloud storage bucket identifiers for result uploads.
Frequency - 'every_minute', 'every_5_minutes', up to 'every_hour'.
Email address for completion notifications.
Enable CSV format result delivery.
Enable JSON format result delivery.
Fully qualified URL for webhook POST notifications.
Days 0-6 (Sunday-Saturday) for weekly/minute schedules.
Integer days (e.g., \[1,20\]) for monthly/minute schedules.
Comma-separated CSV field list (dot notation format).
Enable JSON Lines format result delivery.
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
REDCIRCLE_API_CREATE_DESTINATIONTool to create a new destination for uploading Collection Result Sets to cloud storage. Use when you need to configure a storage destination for result sets with providers like S3, GCS, Azure, OSS, or S3-compatible storage.
Input parameters
Destination identifier/name.
Storage provider type. Options: s3 (Amazon S3), gcs (Google Cloud Storage), azure (Azure Blob Storage), oss (Alibaba OSS), s3compatible (S3-compatible storage).
Activation status. If true, a connectivity test will be performed by uploading and deleting a test file.
Region identifier for S3-compatible storage. Optional when type='s3compatible'.
S3-compatible endpoint URL. Required when type='s3compatible'.
Alibaba region identifier. Required when type='oss'.
Google Cloud interoperable access key. Required when type='gcs'.
Google Cloud interoperable secret key. Required when type='gcs'.
Alibaba Cloud RAM user access key. Required when type='oss'.
Alibaba Cloud RAM user secret key. Required when type='oss'.
S3 bucket name. Required when type='s3'.
Path prefix for S3 uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='s3' or type='s3compatible'.
GCS bucket identifier. Required when type='gcs'.
Path prefix for GCS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='gcs'.
Alibaba OSS bucket name. Required when type='oss'.
Path prefix for OSS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='oss'.
AWS access key ID. Required when type='s3'.
Azure storage account key. Required when type='azure'.
Path prefix for Azure uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='azure'.
Azure storage account name. Required when type='azure'.
Azure blob container name. Required when type='azure'.
AWS secret access key. Required when type='s3'.
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
REDCIRCLE_API_CREATE_REQUESTSTool to add up to 1,000 requests to an existing collection. Use when you need to populate a collection with product requests. Collections have a maximum of 15,000 requests (100 if include_html=true). Sequential calls required; parallel requests trigger HTTP 429 errors.
Input parameters
JSON array containing request objects. Maximum 1,000 requests per call. Collections have a 15,000 request maximum (100 if include_html=true).
The unique identifier of the target collection
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
REDCIRCLE_API_DELETE_COLLECTIONTool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.
Input parameters
The unique identifier of the collection to delete. Note: Collection cannot be deleted while actively running.
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
REDCIRCLE_API_DELETE_DESTINATIONTool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.
Input parameters
The unique identifier of the destination to be removed
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
REDCIRCLE_API_DELETE_REQUESTTool to remove an individual request from a collection. Use when you need to delete a specific request from a collection by providing both collection_id and request_id. Collections must not be running during deletion.
Input parameters
The unique identifier of the specific request to remove from the collection.
The unique identifier for the collection containing the request. Collections must not be actively running to delete requests.
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
REDCIRCLE_API_DELETE_REQUESTS_BULKTool to delete multiple requests from a collection in bulk. Use when you need to remove multiple requests efficiently. Note: Requests can only be deleted when the collection is not running.
Input parameters
An array of Request ID strings to be deleted from the collection. Bulk deletion is typically quicker than sequential calls and helps avoid rate-limit errors.
The identifier of the collection containing requests to delete
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
REDCIRCLE_API_DELETE_ZIPCODESTool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.
Input parameters
List of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.
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
REDCIRCLE_API_GET_ACCOUNTTool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.
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
REDCIRCLE_API_GET_COLLECTIONTool to retrieve complete information about a specific collection. Use when you need detailed collection metadata including status, schedule, and configuration.
Input parameters
The unique identifier of the collection to retrieve
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
REDCIRCLE_API_GET_REQUESTS_CSV_LINKSTool to retrieve CSV download links for all requests in a collection. Use when you need to export request data in CSV format. Each CSV file contains up to 1000 requests.
Input parameters
The ID of the collection for which to retrieve CSV download links.
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
REDCIRCLE_API_GET_REQUESTS_JSON_LINKSTool to retrieve download links for all requests in a collection in JSON format. Use when you need to access request data from a specific collection. Returns paginated URLs for downloading request information.
Input parameters
The unique identifier of the collection to retrieve requests from.
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
REDCIRCLE_API_GET_RESULT_SET_CSVTool to retrieve a result set in CSV format with optional field filtering. Use when you need to export processed results from a collection as CSV files. Supports field selection using dot notation for nested fields. Results maintain 14-day retention.
Input parameters
Comma-separated list of fields to include in the CSV output. Use dot notation for nested fields (e.g., 'field1,field2,nested.field3'). If not provided, all fields are included.
The unique identifier of the collection.
The unique identifier of the result set within the collection.
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
REDCIRCLE_API_GET_RESULT_SET_JSONTool to retrieve a result set in JSON format with download links. Use when you need to access processed results from a specific collection and result set. Returns detailed result information including download URLs for data files.
Input parameters
The unique identifier of the collection.
The unique identifier of the result set within the collection.
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
REDCIRCLE_API_GET_RESULT_SET_JSONLINESTool to retrieve a result set in JSON Lines format with download links. Use when you need to access processed results as newline-delimited JSON files. JSON Lines format provides one valid JSON object per line, ideal for streaming and processing large datasets.
Input parameters
The unique identifier of the collection.
The unique identifier of the result set within the collection.
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
REDCIRCLE_API_GET_TARGET_PRODUCT_DATATool to retrieve Target data in real-time including search results, product information, reviews, or category listings. Use when you need to access Target.com product data such as searching for products, getting specific product details, retrieving reviews, or listing categories.
Input parameters
Page number for pagination control of result sets.
Target's unique product identifier (Target.com Item Number) for specific product lookup. Required when type='product'.
Specifies the data type to retrieve. Valid values: 'search' for product search results, 'product' for specific product details, 'reviews' for product reviews, 'category' for category listings.
Ordering method for search results (e.g., 'best_seller').
Target category identifier for category listings. Required when type='category' and 'url' is not specified.
Search query for product discovery (e.g., 'highlighter pens', 'laptop'). Required when type='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
REDCIRCLE_API_LIST_CATEGORIESTool to retrieve all top-level (root) categories or filter results using optional parameters. Use when you need to browse the category hierarchy, search for specific categories, or retrieve category details. Parameters id, parent_id, and search_term are mutually exclusive.
Input parameters
Single category identifier to retrieve specific category details. Cannot be used with parent_id or search_term.
Parent category ID to retrieve child categories. Cannot be used with id or search_term.
Search phrase to filter across category hierarchy (e.g., 'appliances'). Cannot be used with id or parent_id.
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
REDCIRCLE_API_LIST_COLLECTIONSTool to retrieve all collections configured on your RedCircle API account with filtering and pagination. Use when you need to browse collections, filter by status or search term, or manage collection metadata.
Input parameters
Page number for pagination (defaults to 1)
Filter by Collection status: 'all', 'idle', 'queued', or 'running' (defaults to all)
Sort collections by: 'created_at', 'last_run', 'name', 'priority', or 'status'
Results per page; defaults to 25, maximum 1000
Limits results to Collections matching the search term in their name
Determines search matching strategy: 'contains' (default), 'starts_with', 'ends_with', or 'exact'
Filter Collections created after specified timestamp (ISO 8601 format)
Filter Collections created before specified timestamp (ISO 8601 format)
Filter to Collections with specified destination ID
Filter Collections by last run date after specified timestamp (ISO 8601 format)
Sort direction: 'ascending' (default) or 'descending'
Filter Collections by last run date before specified timestamp (ISO 8601 format)
Filter to return only Collections containing result sets
Filter to return only Collections without result sets
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
REDCIRCLE_API_LIST_DESTINATIONSTool to retrieve all destinations configured on your RedCircle API account with pagination and filtering. Use when you need to browse or manage destination configurations. Returns 10 destinations per page.
Input parameters
Set the page number of Destinations to return. Defaults to page=1. 10 Destinations are returned per page.
Sort destinations by 'type' or 'name'.
Filters results to destinations containing this term in their name.
Sort direction: 'ascending' (default) or 'descending'.
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
REDCIRCLE_API_LIST_ERROR_LOGSTool to list all error logs on your RedCircle API account. Use when you need to retrieve failed API request logs with error details. Results are paginated with 10 error logs per page. Supports filtering by search term and sorting by date or count.
Input parameters
Set the page number of error logs to return, defaults to page=1. 10 error logs are returned per page.
The sort order to apply to the results. Valid values are 'date' (to sort by error log date) or 'count' (to sort by error log count).
Limits the error logs returned to just those containing the search_term in their parameters property.
The sort direction to return results. Valid values are 'descending' or 'ascending' (the default). Use in conjunction with the sort_by parameter.
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
REDCIRCLE_API_LIST_REQUESTS_BY_PAGETool to retrieve requests for a collection in paginated format. Use when you need to access collection requests with pagination support (max 1000 requests per page).
Input parameters
Page number for pagination (starts at 1, max 1000 requests per page)
The collection identifier
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
REDCIRCLE_API_LIST_RESULT_SETSTool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.
Input parameters
The unique identifier of the collection to retrieve result sets 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
REDCIRCLE_API_LIST_ZIPCODESTool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.
Input parameters
Specifies which page of results to return; max 10 results per page. Must be >= 1.
Filters results to zipcodes associated with a specific domain.
Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).
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
REDCIRCLE_API_RESEND_WEBHOOKTool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.
Input parameters
The unique identifier for the collection
The unique identifier for the result set
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
REDCIRCLE_API_START_COLLECTIONTool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.
Input parameters
The unique identifier of the collection to start. Must be a valid collection ID.
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
REDCIRCLE_API_STOP_ALL_COLLECTIONSTool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.
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
REDCIRCLE_API_STOP_COLLECTIONTool to halt an active collection in queued or running state. Use when you need to stop a collection that is currently processing. Collections in queued status receive full credit refunds, while running collections are stopped without refunds.
Input parameters
The unique identifier of the collection to stop. The collection must be in queued or running state.
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
REDCIRCLE_API_UPDATE_COLLECTIONTool to update an existing collection's configuration and settings. Use when you need to modify collection settings including name, schedule, priority, and destination assignments. Note: A collection can only be updated when it is not running.
Input parameters
The name of the Collection
Determines if the Collection runs automatically on schedule. Set to true to enable or false to disable.
Collection execution priority when queued. Valid values: highest, high, normal, low, lowest.
The unique identifier of the collection to update
Lock collection to specific request types. Valid values: mixed, product, reviews, search, category, store_stock.
Determines the type of schedule. Valid values: monthly, weekly, daily, minutes, manual.
Hours when collection runs where 0=midnight and 23=11pm. Valid values: 0-23.
Specifies an array of Destination IDs that Result Sets are uploaded to (S3, GCS, Azure, Alibaba buckets).
Frequency for minute-based scheduling. Valid values: every_minute, every_5_minutes, every_10_minutes, every_15_minutes, every_20_minutes, every_25_minutes, every_30_minutes, every_hour. Only applicable when schedule_type is 'minutes'.
The email address to send notifications to when new Result Sets are available.
Enable CSV format in notifications. Set to true to enable or false to disable.
Enable JSON format in notifications. Set to true to enable or false to disable.
The URL RedCircle API will send a webhook POST to. Must be a fully qualified HTTPS URL.
Array of days of the week (as integers) to run the Collection where 0=Sunday and 6=Saturday. Valid values: 0-6. Only applicable when schedule_type is 'weekly'.
Array of days of the month to run the Collection. Valid values: 1-31. Only applicable when schedule_type is 'monthly'.
CSV fields to include in results using comma-separated dot notation (e.g., 'field1,field2.subfield').
Enable JSON Lines format in notifications. Set to true to enable or false to disable.
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
REDCIRCLE_API_UPDATE_DESTINATIONTool to modify an existing destination configuration on your RedCircle API account. Use when you need to update destination settings such as name, credentials, storage paths, or enable/disable status. When enabling a previously disabled destination or updating credentials, a connectivity test will be performed automatically.
Input parameters
The name of the destination
Destination storage provider type
Determines if the destination receives collection uploads. When enabling a previously disabled destination or updating credentials, RedCircle API will perform a connectivity test.
Region identifier (e.g., eu-west-1, us-east-1, auto)
Endpoint URL. Required for s3compatible type (e.g., https://ams3.digitaloceanspaces.com)
Alibaba Cloud OSS region ID (e.g., oss-cn-hangzhou, oss-us-west-1)
The unique identifier of the destination to update
Google Cloud Storage interoperable storage access key
Google Cloud Storage interoperable storage secret key
Alibaba Cloud OSS RAM user access key
Alibaba Cloud OSS RAM user secret key
Target S3 bucket name
Path prefix for uploaded files. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%
Google Cloud Storage bucket name
Path prefix with token support for GCS uploads
Alibaba Cloud OSS bucket name
Path prefix with token support for OSS uploads
AWS access key ID. Required for S3 and S3-compatible destinations.
Azure account access key
Path prefix with token support for Azure uploads
Azure storage account name
Azure blob storage container name
AWS secret access key. Required for S3 and S3-compatible destinations.
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
REDCIRCLE_API_UPDATE_REQUESTTool to modify a request within a collection. Use only when the collection is not running. Updates request parameters like type, tcin, or other Target Product Data API fields.
Input parameters
Target product identifier (TCIN) for Target Product Data API requests
Type of the request (e.g., 'product' for Target Product Data API)
The identifier of the request to update
The identifier of the collection containing the request
Additional parameters matching Target Product Data API specification. Any valid API parameters can be included here.
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 66 agents privately built on Nagent that already use RedCircle API.
Build on Nagent
Connect RedCircle API 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 RedCircle API, and click "Connect Now." You'll authenticate with an API key — Nagent handles credential storage and refresh automatically. Once connected, RedCircle API is available to any agent in your workspace.
No. Nagent provides no-code integration for every tool. Once RedCircle API is connected, you configure its 32 actions directly in the agent builder UI — no API calls, no boilerplate, no schema management.
Helix — Nagent's agentic agent builder — lets you drop RedCircle API 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 RedCircle API event fires, the agent kicks off automatically.
Every RedCircle API 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 RedCircle API ships with 32 pre-built developer tools actions, you can layer custom logic around them inside Helix — pre/post-processing steps, conditional branches, retries, or stitching RedCircle API together with other connected tools. For deeper customization, talk to our team about Nagent's Agentic AI Lab — forward-deployed engineers who build RedCircle API-based workflows tailored to your business.