---
name: "xpay-firecrawl-firecrawl-check-crawl-status"
description: "
Check the status of a crawl job.

**Usage Example:**
```json
{
  \"name\": \"firecrawl_check_crawl_status\",
  \"arguments\": {
    \"id\": \"550e8400-e29b-41d4-a716-446655440000\"
  }
}
```
**Returns:** Status and progress of the crawl job, including results if available.
"
version: "1.0.0"
price: "$0.03/call"
provider: "Firecrawl"
---

# Firecrawl Check Crawl Status


Check the status of a crawl job.

**Usage Example:**
```json
{
  "name": "firecrawl_check_crawl_status",
  "arguments": {
    "id": "550e8400-e29b-41d4-a716-446655440000"
  }
}
```
**Returns:** Status and progress of the crawl job, including results if available.


**Provider:** Firecrawl
**Price:** $0.03/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to 
check the status of a crawl job.

**usage example:**
```json
{
  "name": "firecrawl_check_crawl_status",
  "arguments": {
    "id": "550e8400-e29b-41d4-a716-446655440000"
  }
}
```
**returns:** status and progress of the crawl job, including results if available.
. This is part of the Firecrawl provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 12+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("firecrawl/firecrawl_check_crawl_status")`
2. **`xpay_run`** — Execute: `xpay_run("firecrawl/firecrawl_check_crawl_status", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `id` | string | Yes |  |

## Pricing

- **Cost:** $0.03/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [Firecrawl (all tools)](https://xpay.tools/skills/firecrawl/SKILL.md) — 13 tools
- [Firecrawl Scrape](https://xpay.tools/skills/firecrawl/firecrawl-scrape/SKILL.md) — $0.03/call
- [Firecrawl Map](https://xpay.tools/skills/firecrawl/firecrawl-map/SKILL.md) — $0.02/call
- [Firecrawl Search](https://xpay.tools/skills/firecrawl/firecrawl-search/SKILL.md) — $0.03/call
- [Firecrawl Crawl](https://xpay.tools/skills/firecrawl/firecrawl-crawl/SKILL.md) — $0.05/call
- [Firecrawl Extract](https://xpay.tools/skills/firecrawl/firecrawl-extract/SKILL.md) — $0.05/call

## Links

- Tool page: https://xpay.tools/firecrawl/firecrawl-check-crawl-status/
- Provider: https://xpay.tools/firecrawl/
- All tools: https://xpay.tools/explore
