What Happened Today avatar
What Happened Today

Pricing

$19.99/month + usage

Go to Store
What Happened Today

What Happened Today

Developed by

EasyApi

EasyApi

Maintained by Community

Retrieve historical events, births, and deaths for any specific date. Get structured data about what happened on this day in history ๐Ÿ“…

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

1

Monthly users

1

Runs succeeded

>99%

Last modified

7 months ago

What Happened Today ๐Ÿ“… ๐Ÿ—“๏ธ

This actor retrieves historical events, births, and deaths that occurred on any specified date throughout history. It provides well-structured information about significant historical occurrences.

Features โœจ

  • Retrieve historical events for any specific date
  • Get structured data including events, births, and deaths
  • Data categorized by different types of historical events
  • Clean and organized JSON output
  • Flexible date input format

Input Parameters ๐Ÿ“

The actor accepts the following input parameter:

  • date (Required): Date in YYYY-MM-DD format (e.g., "2024-11-30")

Use Cases ๐ŸŽฏ

  • Historical research and documentation
  • Educational content creation
  • Today-in-history features for websites and apps
  • Social media content planning
  • Historical data analysis

Tips ๐Ÿ’ก

  • Use consistent date format (YYYY-MM-DD) for reliable results
  • Consider rate limiting when making multiple requests
  • Check the output data structure for proper integration

Need help or have questions? Feel free to reach out through Apify's support channels! ๐Ÿค

Input Example

A full explanation of an input example in JSON.

{
"date": "2024-11-30"
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"year": 1982,
"title": "Michael Jacksonโ€™s Thriller is released worldwide",
"description": " Thought to be the best selling album of all time, the album, which had 9 tracks, won 8 Grammy Awards, including the award for Album of the Year in 1984.",
"category": "what happened on this day โ€“ 30 november"
},
{
"year": 1835,
"title": "Mark Twain",
"description": "American author",
"category": "births on this day โ€“ 30 november"
},
...
]