Date Parser
The Date Parser API provides a powerful way to identify, extract, and normalize dates from raw text. It can parse single date expressions like "next Friday at 5pm", search through long passages to find all date references ("We met on 03/06/2024 and again on 07/04/2024"), and handle alternative calendar formats including Jalali (Persian) and Hijri (Islamic). By returning consistent,…
Date Parser endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| POST |
api_v1_parsedate_searchdate_create /api/v1/parsedate/searchdate/ |
Search through text and extract all date strings with their parsed datetime values. |
| POST |
api_v1_parsedate_jalali_create /api/v1/parsedate/jalali/ |
Parse Jalali (Persian calendar) dates into datetime objects. |
| POST |
api_v1_parsedate_hijri_create /api/v1/parsedate/hijri/ |
Parse Hijri (Islamic calendar) dates into datetime objects. |
| POST |
api_v1_parsedate_create /api/v1/parsedate/ |
Parse a single date string into a datetime object. |
Date Parser pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 60 / minute |
|
| ULTRA | $50 / month | 2 / second |
|