RedCircle API
redcircle_apiRedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.
Acciones disponibles (32)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Add ZipcodesREDCIRCLE_API_ADD_ZIPCODESAcciónTool 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.
REDCIRCLE_API_ADD_ZIPCODESAcciónTool 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.
Parámetros de entrada
zipcodesobject[]ObligatorioArray of zipcode entries to add. Each entry specifies a zipcode and the domain where it will be used.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Clear Collection RequestsREDCIRCLE_API_CLEAR_COLLECTION_REQUESTSAcciónTool 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.
REDCIRCLE_API_CLEAR_COLLECTION_REQUESTSAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to clear
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create CollectionREDCIRCLE_API_CREATE_COLLECTIONAcciónTool 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.
REDCIRCLE_API_CREATE_COLLECTIONAcciónTool 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.
Parámetros de entrada
namestringObligatorioCollection identifier name.
enabledbooleanActivation status; defaults to false if omitted.
prioritystringenumQueue priority level.
highesthighnormallowlowestrequests_typestringenumLock type - 'mixed', 'product', 'reviews', 'search', 'category', 'store_stock' (cannot be modified after creation).
mixedproductreviewssearchcategorystore_stockschedule_typestringenumSchedule pattern - 'monthly', 'weekly', 'daily', 'minutes', or 'manual'.
monthlyweeklydailyminutesmanualschedule_hoursinteger[]Hours 0-23 for daily/weekly/monthly schedules.
destination_idsstring[]Cloud storage bucket identifiers for result uploads.
schedule_minutesstringenumFrequency - 'every_minute', 'every_5_minutes', up to 'every_hour'.
every_minuteevery_5_minutesevery_10_minutesevery_15_minutesevery_30_minutesevery_hournotification_emailstringEmail address for completion notifications.
notification_as_csvbooleanEnable CSV format result delivery.
notification_as_jsonbooleanEnable JSON format result delivery.
notification_webhookstringFully qualified URL for webhook POST notifications.
schedule_days_of_weekinteger[]Days 0-6 (Sunday-Saturday) for weekly/minute schedules.
schedule_days_of_monthinteger[]Integer days (e.g., [1,20]) for monthly/minute schedules.
notification_csv_fieldsstringComma-separated CSV field list (dot notation format).
notification_as_jsonlinesbooleanEnable JSON Lines format result delivery.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create DestinationREDCIRCLE_API_CREATE_DESTINATIONAcciónTool 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.
REDCIRCLE_API_CREATE_DESTINATIONAcciónTool 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.
Parámetros de entrada
namestringObligatorioDestination identifier/name.
typestringObligatorioenumStorage provider type. Options: s3 (Amazon S3), gcs (Google Cloud Storage), azure (Azure Blob Storage), oss (Alibaba OSS), s3compatible (S3-compatible storage).
s3gcsazureosss3compatibleenabledbooleanObligatorioActivation status. If true, a connectivity test will be performed by uploading and deleting a test file.
s3_regionstringRegion identifier for S3-compatible storage. Optional when type='s3compatible'.
s3_endpointstringS3-compatible endpoint URL. Required when type='s3compatible'.
oss_region_idstringAlibaba region identifier. Required when type='oss'.
gcs_access_keystringGoogle Cloud interoperable access key. Required when type='gcs'.
gcs_secret_keystringGoogle Cloud interoperable secret key. Required when type='gcs'.
oss_access_keystringAlibaba Cloud RAM user access key. Required when type='oss'.
oss_secret_keystringAlibaba Cloud RAM user secret key. Required when type='oss'.
s3_bucket_namestringS3 bucket name. Required when type='s3'.
s3_path_prefixstringPath prefix for S3 uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='s3' or type='s3compatible'.
gcs_bucket_namestringGCS bucket identifier. Required when type='gcs'.
gcs_path_prefixstringPath prefix for GCS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='gcs'.
oss_bucket_namestringAlibaba OSS bucket name. Required when type='oss'.
oss_path_prefixstringPath prefix for OSS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='oss'.
s3_access_key_idstringAWS access key ID. Required when type='s3'.
azure_account_keystringAzure storage account key. Required when type='azure'.
azure_path_prefixstringPath prefix for Azure uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='azure'.
azure_account_namestringAzure storage account name. Required when type='azure'.
azure_container_namestringAzure blob container name. Required when type='azure'.
s3_secret_access_keystringAWS secret access key. Required when type='s3'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create RequestsREDCIRCLE_API_CREATE_REQUESTSAcciónTool 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.
REDCIRCLE_API_CREATE_REQUESTSAcciónTool 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.
Parámetros de entrada
requestsobject[]ObligatorioJSON array containing request objects. Maximum 1,000 requests per call. Collections have a 15,000 request maximum (100 if include_html=true).
collection_idstringObligatorioThe unique identifier of the target collection
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete CollectionREDCIRCLE_API_DELETE_COLLECTIONAcciónTool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.
REDCIRCLE_API_DELETE_COLLECTIONAcciónTool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to delete. Note: Collection cannot be deleted while actively running.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete DestinationREDCIRCLE_API_DELETE_DESTINATIONAcciónTool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.
REDCIRCLE_API_DELETE_DESTINATIONAcciónTool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.
Parámetros de entrada
destination_idstringObligatorioThe unique identifier of the destination to be removed
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Request from CollectionREDCIRCLE_API_DELETE_REQUESTAcciónTool 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.
REDCIRCLE_API_DELETE_REQUESTAcciónTool 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.
Parámetros de entrada
request_idstringObligatorioThe unique identifier of the specific request to remove from the collection.
collection_idstringObligatorioThe unique identifier for the collection containing the request. Collections must not be actively running to delete requests.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Requests In BulkREDCIRCLE_API_DELETE_REQUESTS_BULKAcciónTool 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.
REDCIRCLE_API_DELETE_REQUESTS_BULKAcciónTool 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.
Parámetros de entrada
request_idsstring[]ObligatorioAn 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.
collection_idstringObligatorioThe identifier of the collection containing requests to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ZipcodesREDCIRCLE_API_DELETE_ZIPCODESAcciónTool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.
REDCIRCLE_API_DELETE_ZIPCODESAcciónTool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.
Parámetros de entrada
zipcodesobject[]ObligatorioList of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Account InformationREDCIRCLE_API_GET_ACCOUNTAcciónTool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.
REDCIRCLE_API_GET_ACCOUNTAcciónTool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CollectionREDCIRCLE_API_GET_COLLECTIONAcciónTool to retrieve complete information about a specific collection. Use when you need detailed collection metadata including status, schedule, and configuration.
REDCIRCLE_API_GET_COLLECTIONAcciónTool to retrieve complete information about a specific collection. Use when you need detailed collection metadata including status, schedule, and configuration.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Requests CSV LinksREDCIRCLE_API_GET_REQUESTS_CSV_LINKSAcciónTool 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.
REDCIRCLE_API_GET_REQUESTS_CSV_LINKSAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe ID of the collection for which to retrieve CSV download links.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Requests JSON LinksREDCIRCLE_API_GET_REQUESTS_JSON_LINKSAcciónTool 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.
REDCIRCLE_API_GET_REQUESTS_JSON_LINKSAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to retrieve requests from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Result Set CSVREDCIRCLE_API_GET_RESULT_SET_CSVAcciónTool 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.
REDCIRCLE_API_GET_RESULT_SET_CSVAcciónTool 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.
Parámetros de entrada
csv_fieldsstringComma-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.
collection_idstringObligatorioThe unique identifier of the collection.
result_set_idstringObligatorioThe unique identifier of the result set within the collection.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Result Set JSONREDCIRCLE_API_GET_RESULT_SET_JSONAcciónTool 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.
REDCIRCLE_API_GET_RESULT_SET_JSONAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection.
result_set_idstringObligatorioThe unique identifier of the result set within the collection.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Result Set JSON LinesREDCIRCLE_API_GET_RESULT_SET_JSONLINESAcciónTool 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.
REDCIRCLE_API_GET_RESULT_SET_JSONLINESAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection.
result_set_idstringObligatorioThe unique identifier of the result set within the collection.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Target Product DataREDCIRCLE_API_GET_TARGET_PRODUCT_DATAAcciónTool 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.
REDCIRCLE_API_GET_TARGET_PRODUCT_DATAAcciónTool 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.
Parámetros de entrada
pageintegerPage number for pagination control of result sets.
tcinstringTarget's unique product identifier (Target.com Item Number) for specific product lookup. Required when type='product'.
typestringObligatorioenumSpecifies 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.
searchproductreviewscategorysort_bystringOrdering method for search results (e.g., 'best_seller').
category_idstringTarget category identifier for category listings. Required when type='category' and 'url' is not specified.
search_termstringSearch query for product discovery (e.g., 'highlighter pens', 'laptop'). Required when type='search'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CategoriesREDCIRCLE_API_LIST_CATEGORIESAcciónTool 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.
REDCIRCLE_API_LIST_CATEGORIESAcciónTool 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.
Parámetros de entrada
idstringSingle category identifier to retrieve specific category details. Cannot be used with parent_id or search_term.
parent_idstringParent category ID to retrieve child categories. Cannot be used with id or search_term.
search_termstringSearch phrase to filter across category hierarchy (e.g., 'appliances'). Cannot be used with id or parent_id.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List CollectionsREDCIRCLE_API_LIST_COLLECTIONSAcciónTool 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.
REDCIRCLE_API_LIST_COLLECTIONSAcciónTool 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.
Parámetros de entrada
pageintegerPage number for pagination (defaults to 1)
statusstringenumFilter by Collection status: 'all', 'idle', 'queued', or 'running' (defaults to all)
allidlequeuedrunningsort_bystringenumSort collections by: 'created_at', 'last_run', 'name', 'priority', or 'status'
created_atlast_runnameprioritystatuspage_sizeintegerResults per page; defaults to 25, maximum 1000
search_termstringLimits results to Collections matching the search term in their name
search_typestringenumDetermines search matching strategy: 'contains' (default), 'starts_with', 'ends_with', or 'exact'
containsstarts_withends_withexactcreated_afterstringFilter Collections created after specified timestamp (ISO 8601 format)
created_beforestringFilter Collections created before specified timestamp (ISO 8601 format)
destination_idstringFilter to Collections with specified destination ID
last_run_afterstringFilter Collections by last run date after specified timestamp (ISO 8601 format)
sort_directionstringenumSort direction: 'ascending' (default) or 'descending'
ascendingdescendinglast_run_beforestringFilter Collections by last run date before specified timestamp (ISO 8601 format)
only_with_resultsbooleanFilter to return only Collections containing result sets
only_without_resultsbooleanFilter to return only Collections without result sets
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List DestinationsREDCIRCLE_API_LIST_DESTINATIONSAcciónTool 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.
REDCIRCLE_API_LIST_DESTINATIONSAcciónTool 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.
Parámetros de entrada
pageintegerSet the page number of Destinations to return. Defaults to page=1. 10 Destinations are returned per page.
sort_bystringenumSort destinations by 'type' or 'name'.
typenamesearch_termstringFilters results to destinations containing this term in their name.
sort_directionstringenumSort direction: 'ascending' (default) or 'descending'.
ascendingdescending
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Error LogsREDCIRCLE_API_LIST_ERROR_LOGSAcciónTool 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.
REDCIRCLE_API_LIST_ERROR_LOGSAcciónTool 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.
Parámetros de entrada
pageintegerSet the page number of error logs to return, defaults to page=1. 10 error logs are returned per page.
sort_bystringThe 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).
search_termstringLimits the error logs returned to just those containing the search_term in their parameters property.
sort_directionstringThe sort direction to return results. Valid values are 'descending' or 'ascending' (the default). Use in conjunction with the sort_by parameter.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Requests by PageREDCIRCLE_API_LIST_REQUESTS_BY_PAGEAcciónTool 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).
REDCIRCLE_API_LIST_REQUESTS_BY_PAGEAcciónTool 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).
Parámetros de entrada
pageintegerObligatorioPage number for pagination (starts at 1, max 1000 requests per page)
collection_idstringObligatorioThe collection identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Result SetsREDCIRCLE_API_LIST_RESULT_SETSAcciónTool 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.
REDCIRCLE_API_LIST_RESULT_SETSAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to retrieve result sets for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ZipcodesREDCIRCLE_API_LIST_ZIPCODESAcciónTool 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.
REDCIRCLE_API_LIST_ZIPCODESAcciónTool 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.
Parámetros de entrada
pageintegerSpecifies which page of results to return; max 10 results per page. Must be >= 1.
domainstringFilters results to zipcodes associated with a specific domain.
search_termstringLimits the returned zipcodes to just those containing the search_term (e.g., search_term=455).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Resend WebhookREDCIRCLE_API_RESEND_WEBHOOKAcciónTool 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.
REDCIRCLE_API_RESEND_WEBHOOKAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier for the collection
result_set_idstringObligatorioThe unique identifier for the result set
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Start CollectionREDCIRCLE_API_START_COLLECTIONAcciónTool 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.
REDCIRCLE_API_START_COLLECTIONAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to start. Must be a valid collection ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stop All CollectionsREDCIRCLE_API_STOP_ALL_COLLECTIONSAcciónTool 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.
REDCIRCLE_API_STOP_ALL_COLLECTIONSAcciónTool 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Stop CollectionREDCIRCLE_API_STOP_COLLECTIONAcciónTool 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.
REDCIRCLE_API_STOP_COLLECTIONAcciónTool 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.
Parámetros de entrada
collection_idstringObligatorioThe unique identifier of the collection to stop. The collection must be in queued or running state.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update CollectionREDCIRCLE_API_UPDATE_COLLECTIONAcciónTool 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.
REDCIRCLE_API_UPDATE_COLLECTIONAcciónTool 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.
Parámetros de entrada
namestringThe name of the Collection
enabledbooleanDetermines if the Collection runs automatically on schedule. Set to true to enable or false to disable.
prioritystringCollection execution priority when queued. Valid values: highest, high, normal, low, lowest.
collection_idstringObligatorioThe unique identifier of the collection to update
requests_typestringLock collection to specific request types. Valid values: mixed, product, reviews, search, category, store_stock.
schedule_typestringDetermines the type of schedule. Valid values: monthly, weekly, daily, minutes, manual.
schedule_hoursinteger[]Hours when collection runs where 0=midnight and 23=11pm. Valid values: 0-23.
destination_idsstring[]Specifies an array of Destination IDs that Result Sets are uploaded to (S3, GCS, Azure, Alibaba buckets).
schedule_minutesstringFrequency 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'.
notification_emailstringThe email address to send notifications to when new Result Sets are available.
notification_as_csvbooleanEnable CSV format in notifications. Set to true to enable or false to disable.
notification_as_jsonbooleanEnable JSON format in notifications. Set to true to enable or false to disable.
notification_webhookstringThe URL RedCircle API will send a webhook POST to. Must be a fully qualified HTTPS URL.
schedule_days_of_weekinteger[]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'.
schedule_days_of_monthinteger[]Array of days of the month to run the Collection. Valid values: 1-31. Only applicable when schedule_type is 'monthly'.
notification_csv_fieldsstringCSV fields to include in results using comma-separated dot notation (e.g., 'field1,field2.subfield').
notification_as_jsonlinesbooleanEnable JSON Lines format in notifications. Set to true to enable or false to disable.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update DestinationREDCIRCLE_API_UPDATE_DESTINATIONAcciónTool 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.
REDCIRCLE_API_UPDATE_DESTINATIONAcciónTool 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.
Parámetros de entrada
namestringThe name of the destination
typestringenumDestination storage provider type
s3gcsazureosss3compatibleenabledbooleanDetermines if the destination receives collection uploads. When enabling a previously disabled destination or updating credentials, RedCircle API will perform a connectivity test.
s3_regionstringRegion identifier (e.g., eu-west-1, us-east-1, auto)
s3_endpointstringEndpoint URL. Required for s3compatible type (e.g., https://ams3.digitaloceanspaces.com)
oss_region_idstringAlibaba Cloud OSS region ID (e.g., oss-cn-hangzhou, oss-us-west-1)
destination_idstringObligatorioThe unique identifier of the destination to update
gcs_access_keystringGoogle Cloud Storage interoperable storage access key
gcs_secret_keystringGoogle Cloud Storage interoperable storage secret key
oss_access_keystringAlibaba Cloud OSS RAM user access key
oss_secret_keystringAlibaba Cloud OSS RAM user secret key
s3_bucket_namestringTarget S3 bucket name
s3_path_prefixstringPath prefix for uploaded files. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%
gcs_bucket_namestringGoogle Cloud Storage bucket name
gcs_path_prefixstringPath prefix with token support for GCS uploads
oss_bucket_namestringAlibaba Cloud OSS bucket name
oss_path_prefixstringPath prefix with token support for OSS uploads
s3_access_key_idstringAWS access key ID. Required for S3 and S3-compatible destinations.
azure_account_keystringAzure account access key
azure_path_prefixstringPath prefix with token support for Azure uploads
azure_account_namestringAzure storage account name
azure_container_namestringAzure blob storage container name
s3_secret_access_keystringAWS secret access key. Required for S3 and S3-compatible destinations.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update RequestREDCIRCLE_API_UPDATE_REQUESTAcciónTool 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.
REDCIRCLE_API_UPDATE_REQUESTAcciónTool 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.
Parámetros de entrada
tcinstringTarget product identifier (TCIN) for Target Product Data API requests
typestringType of the request (e.g., 'product' for Target Product Data API)
request_idstringObligatorioThe identifier of the request to update
collection_idstringObligatorioThe identifier of the collection containing the request
additional_paramsobjectAdditional parameters matching Target Product Data API specification. Any valid API parameters can be included here.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not