Crypto Losers Tracker

Crypto Losers Tracker

Discover and analyze the worst performering coins in the cryptocurrency market with the Crypto Losers Tracker.

OTHERDEVELOPER_TOOLSECOMMERCEApify

Top Crypto Losers

Track cryptocurrency losers with this actor that fetches detailed price performance data from CoinMarketCap.

Features

  • Track top losers in cryptocurrency markets
  • Flexible timeframe options (1 hour to 30 days)
  • Customizable ranking range
  • Detailed price change metrics
  • Market cap and volume data
  • Timestamp conversion for easy integration
  • Sortable results (ascending/descending)

Example Usage

Track Top 100 Losers in Last 24 Hours

1{
2    "rankRange": 0,        // '0' To show all coins 
3    "timeframe": "24h",    // Select from ['1h', '24h', '7d', '30d']
4    "order_by": "Desc"     // Select from ['Desc', 'Asc']
5}

Example Output

1[
2    {
3        "id": "1",
4        "name": "Bitcoin",
5        "symbol": "BTC",
6        "slug": "bitcoin",
7        "rank": 1,
8        "status": "active",
9        "marketCap": 859259631.10,
10        "selfReportedMarketCap": 1326048458.8459216000000000,
11        "price": 45000.75,
12        "priceChange1h": 1.2,
13        "priceChange24h": -2.5,
14        "priceChange7d": 5.8,
15        "priceChange30d": 10.4,
16        "volume24h": 25000000000,
17        "lastUpdate": "2024-02-12T15:30:00.000Z",
18        "lastUpdateTimestamp": 1707665400
19    }
20]

Limitations

  • Maximum rank range between 60 - 500 coins // Select '0' to show all coins
  • Limited to four timeframe options
  • Self-reported market cap may not be available for all coins

Error Handling

The actor includes robust error handling for:

  • Invalid rank ranges
  • Unsupported timeframes
  • Invalid sort orders
  • Malformed timestamps
  • Missing or incomplete data fields

Each error triggers a clear exception with details about the issue and how to resolve it.

Support

For issues, feature requests, or questions about this actor, please create an issue.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!