# Protected Fetch

> Use Zenrows Protected Fetch for anti-bot-protected page retrieval.

- **Type:** Skill
- **Install:** `agentstack add skill-zenrows-cli-protected-fetch`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ZenRows](https://agentstack.voostack.com/s/zenrows)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ZenRows](https://github.com/ZenRows)
- **Source:** https://github.com/ZenRows/cli/tree/main/skills/protected-fetch
- **Website:** https://docs.zenrows.com/cli/introduction

## Install

```sh
agentstack add skill-zenrows-cli-protected-fetch
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Protected Fetch

Retrieve pages that normal fetch, generic scrapers, or naive browser tools
cannot. This is the **core primitive** — backed by Zenrows **Fetch**
(`GET https://api.zenrows.com/v1/`).

## When to use
- You have a known URL and want its content (HTML, Markdown, text, or a PDF).
- The target has anti-bot protection, needs JS rendering, or geo-specific access.

## How to call
```
zenrows fetch                        # Adaptive Stealth Mode (recommended)
zenrows fetch  --output markdown     # convert to Markdown
zenrows fetch  --manual --js-render --premium-proxy   # full manual control
zenrows fetch  --proxy-country us    # geo-target (auto mode; in manual mode needs --premium-proxy)
zenrows fetch  --wait-for ".price"   # wait for a selector
```

## Rules
- Start with **auto mode**. In auto mode, `js_render` and `premium_proxy` are
  managed for you — passing them manually requires `--manual`
  (otherwise you get `PARAM_CONFLICT_AUTO_MANUAL`).
- `--proxy-country` works in auto mode on its own; in `--manual` mode it also
  needs `--premium-proxy` (else `PARAM_PROXY_COUNTRY_REQUIRES_PREMIUM`).
- You are billed only for the configuration that succeeds.
- On failure, read `zenrows trace explain ` before escalating.

Every run is saved under `.zenrows/runs//` (no secrets). See [[extract]]
for structured output and [[cost-control]] for the cost model.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ZenRows](https://github.com/ZenRows)
- **Source:** [ZenRows/cli](https://github.com/ZenRows/cli)
- **License:** MIT
- **Homepage:** https://docs.zenrows.com/cli/introduction

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-zenrows-cli-protected-fetch
- Seller: https://agentstack.voostack.com/s/zenrows
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
