# Discogs (`canadesk/discogs`) Actor

Get or search for prices, artists, releases, labels and more from Discogs. It's fast and costs little!

- **URL**: https://apify.com/canadesk/discogs.md
- **Developed by:** [Canadesk Support](https://apify.com/canadesk) (community)
- **Categories:** Social media, Videos, E-commerce
- **Stats:** 22 total users, 0 monthly users, 100.0% runs succeeded, 5 bookmarks
- **User rating**: No ratings yet

## Pricing

$12.00/month + usage

To use this Actor, you pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period.You also pay for the Apify platform usage, which gets cheaper the higher Apify subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#rental-actors

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

⚡ For a higher maximum, pagination and more filters, please use **canadesk/discogs-plus**!

💡 Some data will be returned based on the IP address location, such as sales statistics and availability.

🛑 Discogs marketplace (= "Sell") is sensitive to scraping. Use your own cookies, set longer waiting times, reduce batch number and use high-quality proxies.

### Input

- Keywords (array)

	Returns data for the keywords.
	
	Expected format:

	- **Get**

		* Default: ID ("32515302") or URL ([https://www.discogs.com/sell/release/32515302](https://www.discogs.com/sell/release/32515302)).

		* User: Name ("discogs") or ID.

	- **Sell**
	
		* Releases: ID (32515302) or URL ([https://www.discogs.com/sell/release/32515302](https://www.discogs.com/sell/release/32515302)).

		* List: Free text. Any search terms. 💡 We strongly recommend using the **GTIN** or **barcode** or **ID**! Discogs' search is fairly limited.

	- **Search**
		
		Free text. Any search terms ("purple rain prince").

- Custom Input (object)

	Alternative to/overrides Keywords.

	You can set a different process/category combination for each keyword.

	⭐ For 6+ entries at a time, please use **canadesk/discogs-plus**!

- Process (select)

	- **Get**

		Returns data for the specified category. Requires a specific ID (or Name or URL).

	- **Search**

		Returns data for the specified category based on the search terms.

	- **Sell**

		Returns prices for the specified release (with statistics) or free text search.
	
- Category (select)

	Each Process/Category combination must be valid.
	
	Possible options are:

    - **Get**

        "artist", "artistReleases", "release", "master", "masterVersions", "label", "labelReleases", "profile", "inventory", "listing", "collectionFolders", "collectionFolder", "collectionItemsByFolder"

    - **Search**

        "artist", "release", "master", "label", "all"

    - **Sell**

        "release", "list"

- Media format (select)

	Only applicable to "Sell" for category LIST.

- Ships From / Media condition (select)

	Only applicable to "Sell".

- Currency (select)

	Only applicable to "Sell".

	- **Currency filter**

		Returns results sold in the specified currency.

	- **Currency conversion**

		Converts the total price in the specified currency (original total is still available).

- Cookie (string)

	Only for Sell. You are less likely to be blocked by providing your own cookies from Discogs marketplace.

	Leave empty for default!

- Maximum results (integer)

	Per keyword.

	⭐ For pagination, please use **canadesk/spotify-plus**!

- Batch (integer)

	Number of parallel requests to be executed - only relevant when there is more than 1 keyword.

	Default is 1. The higher the number, the more chances you have to be blocked.

	💡 Make sure to increase the Actor's memory and timeout for long runs!

- Delay (integer)

	For high-volume scraping, make sure to set a reasonable waiting time.

### Example Custom Input

Limited to 5 entries with this actor.

````

{
"input": \[
{
"id": "32515302",
"process": "sell",
"category": "release"
},
{
"id": "00602508108556",
"process": "sell",
"category": "list"
},
{
"id": "https://www.discogs.com/label/1430979-Daft-Punk",
"process": "get",
"category": "label"
},
{
"id": "855971",
"process": "get",
"category": "artist"
},
{
"id": "855971",
"process": "get",
"category": "artistReleases"
},
{
"id": "daft punk",
"process": "search",
"category": "artist"
},
{
"id": "4988006799202",
"process": "search",
"category": "all"
},
{
"id": "32515302",
"process": "get",
"category": "release"
},
{
"id": "26647",
"process": "get",
"category": "master"
},
{
"id": "26647",
"process": "get",
"category": "masterVersions"
},
{
"id": "1430979",
"process": "get",
"category": "label"
},
{
"id": "1430979",
"process": "get",
"category": "labelReleases"
},
{
"id": "jamescaton",
"process": "get",
"category": "profile"
},
{
"id": "jamescaton",
"process": "get",
"category": "inventory"
},
{
"id": "3396468555",
"process": "get",
"category": "listing"
},
{
"id": "jamescaton",
"process": "get",
"category": "collectionFolders"
},
{
"id": "jamescaton",
"process": "get",
"category": "collectionFolder"
},
{
"id": "jamescaton",
"process": "get",
"category": "collectionItemsByFolder"
}
]
}

```

### Output

**Search/Release** returns (category-dependent):

```

{
"discogsId": 4723572,
"siteUrl": "https://www.discogs.com/release/4723572-Daft-Punk-Get-Lucky-Daft-Punk-Remix",
"title": "Get Lucky (Daft Punk Remix)",
"formats": \[
{
"name": "Vinyl",
"quantity": "1",
"description": \[
"12"",
"33 ⅓ RPM",
"Single"
],
"text": "180 gram"
}
],
"primaryArtists": \[
{
"displayName": "Daft Punk",
"nameVariation": null,
"joiningText": "",
"artist": {
"discogsId": 1289,
"name": "Daft Punk"
}
}
],
"inWantlist": null,
"collectionItems": null,
"myListings": {
"totalCount": 0
},
"listings": {
"totalCount": 58
},
"lowestPrice": {
"converted": {
"amount": 41.13,
"currency": "USD"
}
},
"images": {
"edges": \[
{
"node": {
"thumbnail": {
"width": 149,
"height": 150,
"sourceUrl": "https://i.discogs.com/3JWdFDUGrNy21wEx55oPI2w8ZDAAyKugc2egyGaP7sg/rs:fit/g:sm/q:40/h:300/w:300/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTQ3MjM1/NzItMTM3MzUzNTc3/OS03OTk2LmpwZWc.jpeg",
"webpUrl": "https://i.discogs.com/3JWdFDUGrNy21wEx55oPI2w8ZDAAyKugc2egyGaP7sg/rs:fit/g:sm/q:40/h:300/w:300/czM6Ly9kaXNjb2dz/LWRhdGFiYXNlLWlt/YWdlcy9SLTQ3MjM1/NzItMTM3MzUzNTc3/OS03OTk2LmpwZWc.jpeg"
},
"nsfw": false
}
}
]
},
"type": "Release"
}

```

**Get/LabelReleases** returns:

```

{
"data": \[
{
"status": "Accepted",
"format": "12", Single, Promo",
"catno": "7087 6 16491 1 6, SPRO-16491",
"thumb": "",
"resource\_url": "https://api.discogs.com/releases/20045",
"title": "Harder Better Faster Stronger",
"id": 20045,
"year": 2001,
"artist": "Daft Punk",
"uri": "https://www.discogs.com/release/20045-Harder-Better-Faster-Stronger"
},
{
"status": "Accepted",
"format": "DVD-V, Multichannel, PAL",
"catno": "VDVD8, 7243 4909529 8",
"thumb": "",
"resource\_url": "https://api.discogs.com/releases/251953",
"title": "Interstella 5555 (The 5tory Of The 5ecret 5tar 5ystem)",
"id": 251953,
"year": 2003,
"artist": "Daft Punk & Leiji Matsumoto",
"uri": "https://www.discogs.com/release/251953-Interstella-5555-(The-5tory-Of-The-5ecret-5tar-5ystem)"
},
...
]
}

```

**Sell/Release** returns:

Statistics are available for Sell/Release. Details are available for Sell/List.

```

{
"keyword": "32515302",
"category": "release",
"data": {
"statistics": {
"have": 3315,
"want": 1334,
"avg\_rating": 4.91,
"ratings": 167,
"last\_sold": "06 Jan 25",
"lowest": 111.12,
"median": 159.4,
"highest": 201.25,
"demand\_level": "medium"
},
"prices": \[
{
"uri": "https://www.discogs.com/sell/item/3398619150",
"name": "Daft Punk = ダフト・パンク\* - Discovery = ディスカバリー (2xLP, Album, Ltd, RE)",
"media\_condition": "Mint (M)",
"sleeve\_condition": "Mint (M)",
"description": "Label:Daft Life, ADA France",
"seller": "ABpaolinobeatbitAB",
"seller\_rating": 4.91,
"seller\_reviews": 3315,
"ships\_from": "Italy",
"price": 740,
"shipping\_fee": null,
"shipping\_fee\_exists": "yes, but not specified",
"total\_estimate": 740,
"total\_estimate\_currency": 1099.5675,
"currency": "EUR",
"details": {							// Only available when Statistics are not provided
"availability\_ip": null,			// True = Can be sent to the IP location
"unavailability\_location\_ip": null,	// If availability\_ip is False, shows the current IP location
"label": null,
"gtin": null,
"release\_link": null,
"rating": null,
"have": null,
"want": null
}
},
{
"uri": "https://www.discogs.com/sell/item/3387500613",
"name": "Daft Punk = ダフト・パンク\* - Discovery = ディスカバリー (2xLP, Album, Ltd, RE)",
"media\_condition": "Mint (M)",
"sleeve\_condition": "Mint (M)",
"description": "Factory sealed. Hype sticker. All in perfect conditions. Fast and secured shipment. Shipping with tracking.",
"seller": "27max",
"seller\_rating": 4.91,
"seller\_reviews": 3315,
"ships\_from": "Portugal",
"price": 204,
"shipping\_fee": 23.8023,
"shipping\_fee\_exists": "yes",
"total\_estimate": 227.8023,
"total\_estimate\_currency": 338.4919,
"currency": "EUR",
"details": {
"availability\_ip": null,			// True = Can be sent to the IP location
"unavailability\_location\_ip": null,	// If availability\_ip is False, shows the current IP location
"label": null,
"gtin": null,
"release\_link": null,
"rating": null,
"have": null,
"want": null
}
},
...
]
}
}

````

### Support

Always use high-quality proxies and set a reasonable waiting time.

Open a new issue for bugs or feature requests. Please share the run URL.

Cheers!

# Actor input Schema

## `process` (type: `string`):

See Information tab.
## `category` (type: `string`):

See Information tab.
## `ids` (type: `array`):

Must match the process/category. See Information tab.
## `myids` (type: `object`):

Overrides Keywords. Use canadesk/discogs-plus for 5+. See Information tab!
## `sort` (type: `string`):

Only for Sell.
## `sort_order` (type: `string`):

Only for Sell.
## `mediaFormat` (type: `string`):

Only for Sell LIST.
## `shipsFilter` (type: `string`):

Only for Sell. Set to Any (default) for all.
## `mediaConditionFilter` (type: `string`):

Only for Sell.
## `currencyFilter` (type: `string`):

Only for Sell. Set to Any (default) for all.
## `currencyConversion` (type: `string`):

Only for Sell. Will convert the sales total price.
## `mycookie` (type: `string`):

Only for Sell. See Information tab.
## `maximum` (type: `integer`):

Per keyword.
## `batch` (type: `integer`):

See Information tab.
## `delay` (type: `integer`):

Waiting time between requests.
## `proxy` (type: `object`):

Select proxies to be used by your crawler.

## Actor input object example

```json
{
  "process": "sell",
  "category": "release",
  "ids": [
    "32515302"
  ],
  "myids": {
    "input": [
      {
        "id": "https://www.discogs.com/label/1430979-Daft-Punk",
        "process": "get",
        "category": "label"
      },
      {
        "id": "855971",
        "process": "get",
        "category": "artist"
      },
      {
        "id": "855971",
        "process": "get",
        "category": "artistReleases"
      },
      {
        "id": "daft punk",
        "process": "search",
        "category": "artist"
      },
      {
        "id": "https://www.discogs.com/sell/release/32515302",
        "process": "sell",
        "category": "release"
      },
      {
        "id": "00602508108556",
        "process": "sell",
        "category": "list"
      }
    ]
  },
  "sort": "price",
  "sort_order": "asc",
  "mediaFormat": "default",
  "shipsFilter": "default",
  "mediaConditionFilter": "default",
  "currencyFilter": "default",
  "currencyConversion": "ZAR",
  "maximum": 50,
  "batch": 1,
  "delay": 3,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
````

# 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 = {
    "ids": [
        "32515302"
    ],
    "myids": {
        "input": [
            {
                "id": "https://www.discogs.com/label/1430979-Daft-Punk",
                "process": "get",
                "category": "label"
            },
            {
                "id": "855971",
                "process": "get",
                "category": "artist"
            },
            {
                "id": "855971",
                "process": "get",
                "category": "artistReleases"
            },
            {
                "id": "daft punk",
                "process": "search",
                "category": "artist"
            },
            {
                "id": "https://www.discogs.com/sell/release/32515302",
                "process": "sell",
                "category": "release"
            },
            {
                "id": "00602508108556",
                "process": "sell",
                "category": "list"
            }
        ]
    },
    "mycookie": "",
    "proxy": {
        "useApifyProxy": true,
        "apifyProxyGroups": [
            "RESIDENTIAL"
        ]
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("canadesk/discogs").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 = {
    "ids": ["32515302"],
    "myids": { "input": [
            {
                "id": "https://www.discogs.com/label/1430979-Daft-Punk",
                "process": "get",
                "category": "label",
            },
            {
                "id": "855971",
                "process": "get",
                "category": "artist",
            },
            {
                "id": "855971",
                "process": "get",
                "category": "artistReleases",
            },
            {
                "id": "daft punk",
                "process": "search",
                "category": "artist",
            },
            {
                "id": "https://www.discogs.com/sell/release/32515302",
                "process": "sell",
                "category": "release",
            },
            {
                "id": "00602508108556",
                "process": "sell",
                "category": "list",
            },
        ] },
    "mycookie": "",
    "proxy": {
        "useApifyProxy": True,
        "apifyProxyGroups": ["RESIDENTIAL"],
    },
}

# Run the Actor and wait for it to finish
run = client.actor("canadesk/discogs").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "ids": [
    "32515302"
  ],
  "myids": {
    "input": [
      {
        "id": "https://www.discogs.com/label/1430979-Daft-Punk",
        "process": "get",
        "category": "label"
      },
      {
        "id": "855971",
        "process": "get",
        "category": "artist"
      },
      {
        "id": "855971",
        "process": "get",
        "category": "artistReleases"
      },
      {
        "id": "daft punk",
        "process": "search",
        "category": "artist"
      },
      {
        "id": "https://www.discogs.com/sell/release/32515302",
        "process": "sell",
        "category": "release"
      },
      {
        "id": "00602508108556",
        "process": "sell",
        "category": "list"
      }
    ]
  },
  "mycookie": "",
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}' |
apify call canadesk/discogs --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=canadesk/discogs",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Discogs",
        "description": "Get or search for prices, artists, releases, labels and more from Discogs. It's fast and costs little!",
        "version": "2.0",
        "x-build-id": "ji7JnPyxNvM5wRdZL"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/canadesk~discogs/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-canadesk-discogs",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/canadesk~discogs/runs": {
            "post": {
                "operationId": "runs-sync-canadesk-discogs",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/canadesk~discogs/run-sync": {
            "post": {
                "operationId": "run-sync-canadesk-discogs",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "process"
                ],
                "properties": {
                    "process": {
                        "title": "Process",
                        "enum": [
                            "get",
                            "search",
                            "sell"
                        ],
                        "type": "string",
                        "description": "See Information tab.",
                        "default": "sell"
                    },
                    "category": {
                        "title": "Category",
                        "enum": [
                            "artist",
                            "artistReleases",
                            "release",
                            "master",
                            "masterVersions",
                            "label",
                            "labelReleases",
                            "profile",
                            "inventory",
                            "list",
                            "listing",
                            "collectionFolders",
                            "collectionFolder",
                            "collectionItemsByFolder",
                            "all"
                        ],
                        "type": "string",
                        "description": "See Information tab.",
                        "default": "release"
                    },
                    "ids": {
                        "title": "Keywords",
                        "type": "array",
                        "description": "Must match the process/category. See Information tab.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "myids": {
                        "title": "Custom Input",
                        "type": "object",
                        "description": "Overrides Keywords. Use canadesk/discogs-plus for 5+. See Information tab!"
                    },
                    "sort": {
                        "title": "Sort",
                        "enum": [
                            "price",
                            "listed",
                            "condition",
                            "seller"
                        ],
                        "type": "string",
                        "description": "Only for Sell.",
                        "default": "price"
                    },
                    "sort_order": {
                        "title": "Sort Order",
                        "enum": [
                            "asc",
                            "desc"
                        ],
                        "type": "string",
                        "description": "Only for Sell.",
                        "default": "asc"
                    },
                    "mediaFormat": {
                        "title": "Filter - Media Format",
                        "enum": [
                            "default",
                            "Vinyl",
                            "CD",
                            "4-Track Cartridge",
                            "8-Track Cartridge",
                            "Acetate",
                            "Betacam",
                            "Betacam SP",
                            "Betamax",
                            "Blu-ray",
                            "Blu-ray-R",
                            "Box Set",
                            "Cassette",
                            "CDV",
                            "CDr",
                            "Cylinder",
                            "DAT",
                            "DCC",
                            "DVD",
                            "DVDr",
                            "Edison Disc",
                            "File",
                            "Film Reel",
                            "Flexi-disc",
                            "Floppy Disk",
                            "HD DVD",
                            "HD DVD-R",
                            "Hybrid",
                            "Laserdisc",
                            "Lathe Cut",
                            "Memory Stick",
                            "Microcassette",
                            "Minidisc",
                            "MiniDV",
                            "Pathé Disc",
                            "PlayTape",
                            "Pocket Rocker",
                            "RCA Tape Cartridge",
                            "Reel-To-Reel",
                            "SACD",
                            "SelectaVision",
                            "Shellac",
                            "Super VHS",
                            "Tefifon",
                            "U-matic",
                            "UMD",
                            "Ultra HD Blu-ray",
                            "VHD",
                            "VHS",
                            "Video 2000",
                            "Video8",
                            "Zip Disk",
                            "HitClips"
                        ],
                        "type": "string",
                        "description": "Only for Sell LIST.",
                        "default": "default"
                    },
                    "shipsFilter": {
                        "title": "Filter - Ships From",
                        "enum": [
                            "default",
                            "United States",
                            "United Kingdom",
                            "Germany",
                            "Italy",
                            "Netherlands",
                            "France",
                            "Japan",
                            "Spain",
                            "Canada",
                            "Belgium",
                            "Greece",
                            "Australia",
                            "Sweden",
                            "Portugal",
                            "Denmark",
                            "Switzerland",
                            "Austria",
                            "Poland",
                            "Brazil",
                            "Hungary",
                            "Finland",
                            "China",
                            "Norway",
                            "Lithuania",
                            "Czech Republic",
                            "Mexico",
                            "Israel",
                            "Serbia",
                            "Argentina",
                            "Romania",
                            "Ukraine",
                            "Ireland",
                            "Croatia",
                            "Turkey",
                            "South Africa",
                            "Indonesia",
                            "Northern Ireland",
                            "Bulgaria",
                            "Jamaica",
                            "Slovak Republic",
                            "Latvia",
                            "Peru",
                            "Slovenia",
                            "Colombia",
                            "France (European Territory)",
                            "Estonia",
                            "Venezuela",
                            "Hong Kong",
                            "New Zealand",
                            "South Korea",
                            "Belarus",
                            "Macedonia",
                            "Chile",
                            "Taiwan",
                            "Luxembourg",
                            "Malaysia",
                            "Iceland",
                            "Lebanon",
                            "Cyprus",
                            "Bosnia-Herzegovina",
                            "Kazakhstan",
                            "United Kingdom (Channel Islands)",
                            "Thailand",
                            "Malta",
                            "Ecuador",
                            "Morocco",
                            "Uruguay",
                            "Georgia",
                            "Guadeloupe (French)",
                            "Spain (Canary Islands)",
                            "Panama",
                            "Gibraltar",
                            "Armenia",
                            "Philippines",
                            "Trinidad and Tobago",
                            "San Marino",
                            "El Salvador",
                            "Reunion (French)",
                            "Monaco",
                            "Vietnam",
                            "Nigeria",
                            "Fiji",
                            "Bahrain",
                            "Kenya",
                            "Bolivia",
                            "Moldova, Republic of",
                            "Costa Rica",
                            "Dominican Republic",
                            "Uganda",
                            "Paraguay",
                            "United Arab Emirates",
                            "Guyana",
                            "Egypt",
                            "Oman",
                            "Uzbekistan",
                            "Micronesia",
                            "New Caledonia (French)",
                            "Montenegro",
                            "Polynesia (French)"
                        ],
                        "type": "string",
                        "description": "Only for Sell. Set to Any (default) for all.",
                        "default": "default"
                    },
                    "mediaConditionFilter": {
                        "title": "Filter - Media Condition",
                        "enum": [
                            "default",
                            "Mint (M)",
                            "Near Mint (NM or M-)",
                            "Very Good Plus (VG+)",
                            "Very Good (VG)",
                            "Good Plus (G+)",
                            "Good (G)",
                            "Fair (F)",
                            "Poor (P)"
                        ],
                        "type": "string",
                        "description": "Only for Sell.",
                        "default": "default"
                    },
                    "currencyFilter": {
                        "title": "Filter - Currency",
                        "enum": [
                            "default",
                            "USD",
                            "EUR",
                            "JPY",
                            "GBP",
                            "AUD",
                            "CAD",
                            "CHF",
                            "CNY",
                            "SEK",
                            "NZD",
                            "MXN",
                            "SGD",
                            "HKD",
                            "NOK",
                            "KRW",
                            "TRY",
                            "RUB",
                            "INR",
                            "BRL",
                            "ZAR"
                        ],
                        "type": "string",
                        "description": "Only for Sell. Set to Any (default) for all.",
                        "default": "default"
                    },
                    "currencyConversion": {
                        "title": "Currency conversion",
                        "enum": [
                            "USD",
                            "EUR",
                            "JPY",
                            "GBP",
                            "AUD",
                            "CAD",
                            "CHF",
                            "CNY",
                            "SEK",
                            "NZD",
                            "MXN",
                            "SGD",
                            "HKD",
                            "NOK",
                            "KRW",
                            "TRY",
                            "RUB",
                            "INR",
                            "BRL",
                            "ZAR"
                        ],
                        "type": "string",
                        "description": "Only for Sell. Will convert the sales total price.",
                        "default": "ZAR"
                    },
                    "mycookie": {
                        "title": "Cookie",
                        "type": "string",
                        "description": "Only for Sell. See Information tab."
                    },
                    "maximum": {
                        "title": "Maximum results",
                        "minimum": 25,
                        "maximum": 250,
                        "type": "integer",
                        "description": "Per keyword.",
                        "default": 50
                    },
                    "batch": {
                        "title": "Parallel processing",
                        "minimum": 1,
                        "maximum": 5,
                        "type": "integer",
                        "description": "See Information tab.",
                        "default": 1
                    },
                    "delay": {
                        "title": "Delay",
                        "minimum": 1,
                        "maximum": 30,
                        "type": "integer",
                        "description": "Waiting time between requests.",
                        "default": 3
                    },
                    "proxy": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Select proxies to be used by your crawler."
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
