Crypto Fear & Greed Index Scraper - Daily Sentiment & History
Pricing
from $0.35 / 1,000 results
Crypto Fear & Greed Index Scraper - Daily Sentiment & History
$0.35/1K π₯ Crypto Fear & Greed Index scraper! Daily market sentiment score with full history since 2018. No key. JSON, CSV, Excel or API in seconds. Power trading signals & backtests β‘
Pricing
from $0.35 / 1,000 results
Rating
0.0
(0)
Developer
ninhothedev
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Crypto Fear & Greed Index Scraper
Scrape the Crypto Fear & Greed Index as clean, structured JSON β the daily market-sentiment gauge used by traders, quants and dashboards worldwide. Get the current value, its classification, and the full historical time series since February 2018 (~3,000 daily readings) in a single run.
No API key. No login. No proxy required β runs fine on the Apify free plan.
What is the Fear & Greed Index?
The index condenses volatility, market momentum, social media, dominance and trends into a single 0β100 score describing how the crypto market feels:
| Range | Classification | What it means |
|---|---|---|
| 0β24 | Extreme Fear | Investors are panicking β historically a buying opportunity |
| 25β49 | Fear | Risk-off mood, sellers in control |
| 50β54 | Neutral | Market is undecided |
| 55β74 | Greed | Risk-on mood, buyers in control |
| 75β100 | Extreme Greed | Market may be due for a correction |
The classic contrarian reading: be fearful when others are greedy, and greedy when others are fearful.
What it does
One clean dataset record per day, newest first:
| Field | Type | Example | Description |
|---|---|---|---|
value | integer | 29 | Index value 0β100 |
classification | string | Fear | Extreme Fear / Fear / Neutral / Greed / Extreme Greed |
date | string | 2026-07-28 | ISO date (UTC) of the reading |
timestamp | string | 2026-07-28T00:00:00Z | ISO-8601 UTC datetime of the reading |
time_until_update_sec | integer | 36878 | Seconds until the next update (latest reading only) |
sentiment_bucket | string | Fear | Sentiment bucket (same taxonomy as classification) |
source | string | alternative.me | Data source |
scraped_at | string | 2026-07-28T13:45:22Z | When this run fetched the data |
Example output
[{"value": 29,"classification": "Fear","date": "2026-07-28","timestamp": "2026-07-28T00:00:00Z","time_until_update_sec": 36878,"sentiment_bucket": "Fear","source": "alternative.me","scraped_at": "2026-07-28T13:45:22Z"},{"value": 12,"classification": "Extreme Fear","date": "2026-06-29","timestamp": "2026-06-29T00:00:00Z","time_until_update_sec": null,"sentiment_bucket": "Extreme Fear","source": "alternative.me","scraped_at": "2026-07-28T13:45:22Z"}]
Input
| Field | Type | Default | Description |
|---|---|---|---|
mode | select | index | What to scrape. index = current + historical sentiment. |
limit | integer | 100 | Days of history to request (newest first). 0 = full history since 2018. Max 5000. |
maxItems | integer | 500 | Safety cap on stored records. Max 5000. |
Last 30 days:
{ "mode": "index", "limit": 30, "maxItems": 500 }
Full history since 2018:
{ "mode": "index", "limit": 0, "maxItems": 5000 }
Just today's reading:
{ "mode": "index", "limit": 1, "maxItems": 1 }
Use cases
- Crypto sentiment β track daily market mood and how fast it flips.
- Trading signals β buy-the-fear / sell-the-greed contrarian entries and exits.
- Backtesting β pull the entire history since 2018 and test sentiment-driven strategies against price data.
- Dashboards β feed the daily value into Grafana, Looker, Google Sheets, Notion or a custom BI board.
Also handy for risk/position-sizing bots, newsletters, and research notes.
Pricing
Pay-per-result: roughly $0.50 per 1,000 records. A 30-day pull costs about 1.5 cents; the full multi-year history is still only ~$1.50 β once, then run it daily for a single record.
Why this actor
| This actor | Raw API calls | Copy-paste from a site | |
|---|---|---|---|
| Typed JSON (int value, ISO dates) | Yes | Raw strings | No |
| Full history in one run | Yes | Manual paging | No |
| No key, no login | Yes | Yes | Yes |
| Scheduling, storage, webhooks | Yes (Apify) | No | No |
| CSV / Excel / JSON export | Yes | No | No |
Related actors by the same author
Integrations
Export to CSV, JSON or Excel, or push straight into Make, Zapier, n8n, Google Sheets, Slack or your own app via the Apify API and webhooks. Schedule a daily run to build your own sentiment time series.
FAQ
How often does the index update? Once per day. The latest record carries
time_until_update_sec so you know exactly when the next value lands.
How far back does the history go? To 1 February 2018 β around 3,000 daily readings and counting.
Do I need a proxy or an API key? No. The actor works without either.
Keywords: crypto fear and greed index, fear greed index scraper, bitcoin sentiment, crypto market sentiment, fear and greed api, crypto sentiment indicator, trading signals, market mood index, crypto sentiment history, backtesting crypto sentiment.
Not affiliated with alternative.me. Data is provided for informational purposes only and is not financial advice.