Crypto Fear and Greed Index Scraper avatar

Crypto Fear and Greed Index Scraper

Pricing

from $27.75 / 1,000 results

Go to Apify Store
Crypto Fear and Greed Index Scraper

Crypto Fear and Greed Index Scraper

Scrapes the Crypto Fear and Greed Index from Alternative.me. Returns daily index values, classification, and timestamps as flat rows. Supports full history back to 2018 and multiple date formats.

Pricing

from $27.75 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

1

Monthly active users

2 days ago

Last modified

Share

ParseForge

Crypto Fear and Greed Index Scraper

Scrape the Crypto Fear and Greed Index from Alternative.me, including full historical values back to 2018. Each row returns the index value, classification, and timestamp. No API key required. Export to JSON, CSV, Excel, or XML.

The Crypto Fear and Greed Index is a widely followed sentiment indicator for Bitcoin and the broader crypto market. Alternative.me publishes it daily, but there is no official bulk download. This Actor reads the public feed directly and returns every historical value in one flat dataset, ready for analysis or charting.

Who uses itWhat they scrape Alternative.me for
Crypto tradersTime entries and exits based on extreme fear or greed readings
Quantitative researchersBacktest sentiment-based trading strategies against historical index values
Market analystsCorrelate the Fear and Greed Index with price action and volatility
Newsletter writersAdd the latest sentiment reading to a daily crypto market briefing
Data engineersFeed the index into a data warehouse or dashboard for ongoing monitoring

What it does

This Actor collects the Crypto Fear and Greed Index values from Alternative.me and returns each day as a flat row with the index value, classification, and timestamp.

  • πŸ“… Historical depth: pull up to 5000 days of history, or set 0 to fetch the entire archive back to February 2018.
  • 🌍 Date formats: choose Unix timestamp, US (MM-DD-YYYY), CN (YYYY-MM-DD), KR (YYYY.MM.DD), or JP (YYYY/MM/DD).
  • πŸ”’ Output control: cap the number of index values returned per run with the maxItems setting.
  • πŸ“¦ Structured output: every row includes the index value, its classification (Extreme Fear, Fear, Neutral, Greed, Extreme Greed), and the timestamp.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Alternative.me data

πŸ“ˆ Backtest sentiment strategies.

A quant researcher pulls the full historical index and tests whether buying when the index drops below 20 (Extreme Fear) outperforms a simple buy-and-hold Bitcoin strategy.

πŸ“Š Monitor market sentiment daily.

A crypto trader schedules the Actor to run every morning and exports the latest reading to a Google Sheet, then uses the value to decide whether to add or reduce exposure.

πŸ“° Enrich a market newsletter.

A newsletter writer includes the current Fear and Greed value and its one-week change in each issue, giving subscribers a quick sentiment snapshot.

πŸ”— Correlate with price data.

A data analyst joins the index history with Bitcoin price data in a database to measure the correlation between sentiment extremes and short-term returns.

Why choose this scraper

What you get
No API keyThe public Alternative.me feed requires no registration or authentication.
Full historyAccess every daily reading since the index launched in February 2018.
Clean schemaEach row is a flat object with value, classification, and timestamp, ready for any tool.
Flexible datesOutput timestamps in Unix, US, CN, KR, or JP format to match your pipeline.

How it compares

This Actor focuses specifically on the Crypto Fear and Greed Index from Alternative.me, while Crypto Intel is a broader market intelligence agent and the StubHub scraper targets a different domain entirely.

FeatureParseForgeCrypto IntelStubHub Scraper
Scrapes Alternative.me Fear and Greed IndexYesNot listedNot listed
Full historical index back to 2018YesNot listedNot listed
Multiple date formatsYesNot listedNot listed
No API key requiredYesNot listedNot listed
Flat row output with value and classificationYesNot listedNot listed

Configure the run

Set the number of history days to pull, choose a date format, and cap the maximum index values returned. The Actor reads the Alternative.me feed and returns only the rows you asked for. The Input tab lists every parameter.

A first run with the defaults:

{
"limit": 30,
"maxItems": 10
}

A larger pull:

{
"limit": 30,
"maxItems": 200
}

Pricing

Pay-per-result: $0.037 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$3.70
1,000 results$37.00
10,000 results$370.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Crypto Fear and Greed Index Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Alternative.me through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/alternative-me-fear-greed-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that the history days input is not set to 0 with a maxItems of 0, and that your Apify plan has not hit its output cap. Also confirm the Alternative.me feed is reachable from your location.

Why is the latest value the same as yesterday?

The index updates once per day. If you run the Actor multiple times in the same day, you will see the same latest value until Alternative.me publishes the next reading.

Why do I see fewer rows than I requested?

The free Apify plan caps the number of items in a dataset. Upgrade your plan or reduce the maxItems input to stay within the limit.

Why is the date format not what I expected?

The dateFormat input controls the timestamp format. If you leave it empty, the Actor returns a Unix timestamp. Choose US, CN, KR, or JP for a formatted date string.

Can I get the index value for a specific date?

The Actor returns a continuous series ending today. To get a specific date, fetch enough history days to include it, then filter the results by timestamp in your own code or spreadsheet.

FAQ

QuestionAnswer
What is the Crypto Fear and Greed Index?It is a sentiment indicator published by Alternative.me that ranges from 0 (Extreme Fear) to 100 (Extreme Greed). It combines volatility, market momentum, social media, surveys, Bitcoin dominance, and Google Trends data.
How far back does the data go?The index has been published daily since February 1, 2018. Set the history days input to 0 to fetch the entire archive.
Do I need an API key?No. The Actor reads the public Alternative.me feed directly, so no registration or key is required.
What date formats are supported?You can choose Unix timestamp (default), US (MM-DD-YYYY), CN (YYYY-MM-DD), KR (YYYY.MM.DD), or JP (YYYY/MM/DD).
Can I limit the number of results?Yes. Use the maxItems input to cap how many index values are returned per run. The free Apify plan also applies its own output cap.
What does each result row contain?Each row includes the index value (0 to 100), the classification label (Extreme Fear, Fear, Neutral, Greed, Extreme Greed), and the timestamp in your chosen format.
How often is the index updated?Alternative.me updates the index once per day. Running the Actor more than once a day will return the same latest value until the next update.
Can I schedule this Actor to run automatically?Yes. Use Apify Schedules to run it daily, weekly, or at any custom interval, and store the results in a dataset or send them to a webhook.
Is the data free to use?The index is published publicly by Alternative.me. Please review their terms of use for any restrictions on commercial use.
What export formats are available?You can export the results as JSON, CSV, Excel, XML, or RSS from the Apify dataset.

Browse the full ParseForge collection for more scrapers.

πŸ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Alternative.me. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.