Discover and analyze the worst performering coins in the cryptocurrency market with the Crypto Losers Tracker.
Track cryptocurrency losers with this actor that fetches detailed price performance data from CoinMarketCap.
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}
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]
The actor includes robust error handling for:
Each error triggers a clear exception with details about the issue and how to resolve it.
For issues, feature requests, or questions about this actor, please create an issue.
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!