Cat Facts Scraper
Pricing
from $3.00 / 1,000 results
Cat Facts Scraper
Scrape cat facts from catfact.ninja's public API. Returns cat facts with length metadata. Filter by maximum fact length. No API key required. Great for educational content and pet-related applications.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
Crawler Bros
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape interesting cat facts from catfact.ninja's public API. No API key required.
Features
- Retrieve up to 500 cat facts
- Filter by minimum and maximum fact length
- Auto-deduplication
- Fully paginated to collect all available facts
Input
| Field | Type | Description |
|---|---|---|
maxFacts | integer | Number of facts to retrieve (default: 100) |
maxLength | integer | Max character length of fact (optional) |
minLength | integer | Min character length of fact (default: 1) |
Output
| Field | Description |
|---|---|
fact | The cat fact text |
length | Character count of the fact |
scrapedAt | ISO 8601 timestamp |
recordType | Always "cat_fact" |
FAQ
How many facts are available? The catfact.ninja database contains hundreds of verified cat facts.
Is the data free? Yes — catfact.ninja is a free public API.
Can I filter by topic? Not currently — the API provides facts in random order. Use minLength/maxLength to filter by complexity.