target

Fetch Target.com product listings from the public redsky.target.com API.

5|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/AgentComputerAI/torch --skill target-agentcomputerai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: target
Source: https://github.com/AgentComputerAI/torch/tree/main/skills/sites/target
Command: npx skills add https://github.com/AgentComputerAI/torch --skill target-agentcomputerai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually navigating Target.com’s website requires a browser and must bypass PerimeterX protections, making automated product data extraction slow and fragile.

Core Features & Use Cases

  • Directly query the public redsky.target.com API to obtain search and category product listings without any browser interaction.
  • Handles pagination, required query parameters, and provides a clear data shape for each product including price, rating, and image.
  • Ideal for building price‑comparison tools, market analysis dashboards, or inventory monitoring systems that need up‑to‑date Target product data.

Quick Start

Use the target skill to retrieve product listings for headphones from Target.com.

Frequently Asked Questions about target

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract Target.com product listings without using a browser?

To fetch Target.com product data without a browser, you query the public redsky.target.com API with a valid API key and parameters like keyword, count, and offset. This method bypasses PerimeterX protections for reliable automated extraction.

Can I scrape Target.com prices and ratings using the public API?

Yes, the redsky.target.com API provides a clear data shape for each product, returning details such as price, rating, and image URLs. You can retrieve this structured data directly for market analysis or inventory monitoring.

How do I handle pagination when fetching ecommerce data from Target?

You handle pagination for Target API requests by using the offset and count query parameters in your GET requests. Adjusting the offset allows you to retrieve subsequent pages of product listings until all results are collected.

What query parameters are required for the Target redsky API?

The required query parameters for the Target redsky API include key, channel, count, offset, and keyword. Constructing your GET request with these parameters ensures successful retrieval of product search and category listings.

Does automated Target.com data extraction bypass PerimeterX protections?

Directly querying the public redsky.target.com API bypasses PerimeterX protections because it avoids browser-based navigation entirely. By fetching product listings through structured API calls, you eliminate the fragility associated with website scraping.