# Phemex Crypto Tickers Scraper — Quick Results

**Use case:** 

Run Phemex Crypto Tickers Scraper for quick structured data extraction. Export structured results for research, reporting, integrations, and repeatable Apify

## Input

```json
{
  "marketType": "spot",
  "symbols": [],
  "quoteAsset": "",
  "maxResults": 1,
  "maxRequestRetries": 1,
  "requestTimeoutMs": 20000
}
```

## Output

```json
{
  "marketType": {
    "label": "Market type",
    "format": "string"
  },
  "symbol": {
    "label": "Phemex symbol",
    "format": "string"
  },
  "lastPrice": {
    "label": "Last price",
    "format": "number"
  },
  "priceChangePercent24h": {
    "label": "24h price change percent",
    "format": "number"
  },
  "bidPrice": {
    "label": "Bid price",
    "format": "number"
  },
  "askPrice": {
    "label": "Ask price",
    "format": "number"
  },
  "volume24h": {
    "label": "24h volume",
    "format": "number"
  },
  "fundingRate": {
    "label": "Funding rate",
    "format": "number"
  },
  "timestamp": {
    "label": "Ticker timestamp",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Phemex Crypto Tickers Scraper](https://apify.com/muhammadafzal/phemex-crypto-tickers-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/muhammadafzal/phemex-crypto-tickers-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/muhammadafzal/phemex-crypto-tickers-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
