# Chicos Discovery Spider (`getdataforme/chicos-discovery-spider`) Actor

Scrape comprehensive product data from Chicos.com with this Apify Actor. Search by terms to extract names, prices, images, ratings, and more....

- **URL**: https://apify.com/getdataforme/chicos-discovery-spider.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** AI, Automation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $9.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### Description

Scrape comprehensive product data from Chicos.com with this Apify Actor. Search by terms to extract names, prices, images, ratings, and more....

***

## Chicos Discovery Spider

### Introduction

The Chicos Discovery Spider is a powerful Apify Actor designed to scrape and extract product data from the Chicos website. It allows users to search for products using specific terms and retrieve detailed information such as names, prices, images, ratings, and more. This tool is ideal for e-commerce professionals, researchers, and businesses needing efficient, automated data collection from Chicos' online catalog.

### Features

- **Targeted Scraping**: Searches Chicos.com for products matching user-defined terms, ensuring relevant results.
- **Comprehensive Data Extraction**: Captures key product details including name, price, color, brand, ratings, and image URLs.
- **Configurable Limits**: Set maximum items to process, controlling output size and runtime.
- **High Reliability**: Built with robust error handling to manage website changes and network issues.
- **JSON Output**: Delivers clean, structured data in JSON format for easy integration.
- **Fast Performance**: Optimized for quick scraping with minimal resource usage.
- **Apify Integration**: Seamlessly runs on the Apify platform with logging and monitoring.

### Input Parameters

| Parameter   | Type    | Required | Description                                                                 | Example                          |
|-------------|---------|----------|-----------------------------------------------------------------------------|----------------------------------|
| SearchTerms | array   | No       | An array of strings representing the search terms to query on Chicos.com.   | \["Travelers", "Dresses"]         |
| itemLimit   | integer | No       | The maximum number of items to process and extract.                         | 20                               |

### Example Usage

#### Input Configuration

```json
{
  "SearchTerms": ["Travelers"],
  "itemLimit": 20
}
```

#### Output Example

```json
[
  {
    "search_term": "Travelers",
    "page": 1,
    "name": "Travelers™ Amethyst Iris Maxi Dress",
    "position": 1,
    "image_url": "https://www.chicos.com/_assets/products/content/4svwpnljav/jpeg/CHS26_03MAR-MM_LK034_TR_080_PDP.jpeg?position=c&color=ffffffff&quality=100&u=9o1w1f&versionId=090dcd9a",
    "color": "RICH AMETHYST",
    "brand": "Chico's",
    "price": "159.50",
    "price_currency": "USD",
    "rating_value": 4.5,
    "rating_count": null,
    "url": null,
    "actor_id": "KWwa8Ffo6uL2WhkCl",
    "run_id": "AyeYALlPVGsi9AeJP"
  },
  {
    "search_term": "Travelers",
    "page": 1,
    "name": "Travelers™ No Tummy Pants",
    "position": 2,
    "image_url": "https://www.chicos.com/_assets/products/content/ci8mmbzuh2/jpeg/CHS_NO%20TUMMY_570338445_NEU004703_OF_MAIN.jpeg?position=c&color=ffffffff&quality=100&u=9o1w1f&versionId=b751fcc3",
    "color": "NEW SONORA SAND",
    "brand": "Chico's",
    "price": "89.50",
    "price_currency": "USD",
    "rating_value": 4.4848,
    "rating_count": null,
    "url": null,
    "actor_id": "KWwa8Ffo6uL2WhkCl",
    "run_id": "AyeYALlPVGsi9AeJP"
  },
  {
    "search_term": "Travelers",
    "page": 1,
    "name": "Travelers™ No Tummy Pants",
    "position": 3,
    "image_url": "https://www.chicos.com/_assets/products/content/zu1wnwfoyi/jpeg/CHS_NO%20TUMMY_570338445_PUR007000_OF_MAIN.jpeg?position=c&color=ffffffff&quality=100&u=9o1w1f&versionId=3f80cf29",
    "color": "RICH AMETHYST",
    "brand": "Chico's",
    "price": "89.50",
    "price_currency": "USD",
    "rating_value": 4.4848,
    "rating_count": null,
    "url": null,
    "actor_id": "KWwa8Ffo6uL2WhkCl",
    "run_id": "AyeYALlPVGsi9AeJP"
  }
]
```

### Use Cases

- **Market Research**: Analyze product trends, pricing, and availability on Chicos.com for fashion insights.
- **Competitive Intelligence**: Compare Chicos products with competitors by extracting detailed listings.
- **Price Monitoring**: Track price changes for specific items to inform purchasing or sales strategies.
- **Content Aggregation**: Collect product images and descriptions for e-commerce content creation.
- **Academic Research**: Study consumer ratings and product diversity in the fashion industry.
- **Business Automation**: Automate data feeds for inventory management or retail analytics platforms.

### Installation and Usage

1. Search for "Chicos Discovery Spider" in the Apify Store.
2. Click "Try for free" or "Run".
3. Configure input parameters (e.g., SearchTerms and itemLimit).
4. Click "Start" to begin extraction.
5. Monitor progress in the log.
6. Export results in your preferred format (JSON, CSV, Excel).

### Output Format

The Actor outputs data in JSON format as an array of objects. Each object represents a product and includes fields like `search_term`, `page`, `name`, `position`, `image_url`, `color`, `brand`, `price`, `price_currency`, `rating_value`, `rating_count`, `url`, `actor_id`, and `run_id`. This structure ensures easy parsing and integration with other tools.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

# Actor input Schema

## `SearchTerms` (type: `array`):

The search terms for the spider.

## `itemLimit` (type: `integer`):

Specifies the maximum number of items to process.

## Actor input object example

```json
{
  "SearchTerms": [
    "Travelers"
  ],
  "itemLimit": 20
}
```

# Actor output Schema

## `results` (type: `string`):

Scraped data items from dataset

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "itemLimit": 20
};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/chicos-discovery-spider").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = { "itemLimit": 20 }

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/chicos-discovery-spider").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "itemLimit": 20
}' |
apify call getdataforme/chicos-discovery-spider --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/chicos-discovery-spider"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/KWwa8Ffo6uL2WhkCl/builds/moU5R9SzqGBJCcvsH/openapi.json
