Crypto Fear & Greed Index Scraper - Daily Sentiment & History avatar

Crypto Fear & Greed Index Scraper - Daily Sentiment & History

Pricing

from $0.35 / 1,000 results

Go to Apify Store
Crypto Fear & Greed Index Scraper - Daily Sentiment & History

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

ninhothedev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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:

RangeClassificationWhat it means
0–24Extreme FearInvestors are panicking β€” historically a buying opportunity
25–49FearRisk-off mood, sellers in control
50–54NeutralMarket is undecided
55–74GreedRisk-on mood, buyers in control
75–100Extreme GreedMarket 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:

FieldTypeExampleDescription
valueinteger29Index value 0–100
classificationstringFearExtreme Fear / Fear / Neutral / Greed / Extreme Greed
datestring2026-07-28ISO date (UTC) of the reading
timestampstring2026-07-28T00:00:00ZISO-8601 UTC datetime of the reading
time_until_update_secinteger36878Seconds until the next update (latest reading only)
sentiment_bucketstringFearSentiment bucket (same taxonomy as classification)
sourcestringalternative.meData source
scraped_atstring2026-07-28T13:45:22ZWhen 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

FieldTypeDefaultDescription
modeselectindexWhat to scrape. index = current + historical sentiment.
limitinteger100Days of history to request (newest first). 0 = full history since 2018. Max 5000.
maxItemsinteger500Safety 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 actorRaw API callsCopy-paste from a site
Typed JSON (int value, ISO dates)YesRaw stringsNo
Full history in one runYesManual pagingNo
No key, no loginYesYesYes
Scheduling, storage, webhooksYes (Apify)NoNo
CSV / Excel / JSON exportYesNoNo


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.