Times of Israel Scraper
Pricing
from $2.00 / 1,000 article results
Go to Apify Store
Under maintenance
Times of Israel Scraper
Scrapes news articles from The Times of Israel, extracting full body text, author names, publication dates, categories, featured images, and word counts — ideal for media monitoring, news aggregation, and content analysis.
Pricing
from $2.00 / 1,000 article results
Rating
0.0
(0)
Developer

FalconScrape
Maintained by Community
Actor stats
1
Bookmarked
1
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Times of Israel Scraper
Extract news articles from The Times of Israel. The Times of Israel Scraper collects full article data including body text, author, publication date, categories, and featured images.
Features
- Full Article Text: Extracts the complete article body, not just headlines or snippets.
- Rich Metadata: Author name, publication date (ISO 8601), categories, featured image with dimensions.
- Category Filtering: Scrape from the main page or focus on specific sections like "Israel & the Region", "Jewish Times", "Tech Israel", and more.
- Direct URL Mode: Provide specific article URLs to scrape exactly what you need.
- Fast & Lightweight: Uses HTTP-only requests (no browser), keeping costs low and speed high.
How It Works
- Choose a mode – Either provide direct article URLs, or let the scraper automatically discover articles by category.
- Set limits – Configure how many pages and articles to process.
- Run the scraper – Receive structured article data in your dataset.
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
articleUrls | string[] | — | Specific article URLs to scrape directly (skips automatic discovery) |
feedCategory | string | "all" | Category to scrape: all, israel-and-the-region, jewish-times, tech-israel, israel-inside, real-estate-israel |
maxPages | integer | 5 | Maximum listing pages to process (~15 articles each, max 100) |
maxArticles | integer | 100 | Maximum total articles to scrape |
proxyConfiguration | object | — | Proxy settings. Datacenter proxies are sufficient for this site. |
Sample Output Data
The scraper provides structured JSON output with comprehensive article details:
[{"url": "https://www.timesofisrael.com/israel-pounds-iran-missile-sites-as-tehran-fires-back-repeated-salvos/","title": "Israel pounds Iran missile sites as Tehran fires back repeated salvos, threatens Europe","description": "More than 80 jets drop 230 bombs on Iranian targets as Tehran fires additional missiles at Israel","author": "Emanuel Fabian","publishedDate": "2026-03-07T10:50:37.000Z","categories": ["Israel & the Region", "IDF Israel Defense Forces", "2026 US-Israel war with Iran"],"imageUrl": "https://static-cdn.toi-media.com/www/uploads/2026/03/AP26065855840837.jpg","imageWidth": 2048,"imageHeight": 1365,"bodyText": "Israel continued its military campaign against Iran overnight Saturday, striking key missile infrastructure...","bodyParagraphs": 47,"wordCount": 1580,"scrapedAt": "2026-03-07T13:00:00.000Z"}]