Content Intelligence Extractor
Pricing
from $0.01 / 1,000 results
Go to Apify Store
Content Intelligence Extractor
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Gerald
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Extracts clean, structured content from any web page using Playwright browser rendering. Perfect for content analysis, SEO research, data collection, and AI training data preparation.
Features
- Full text extraction - Gets all visible text from rendered pages
- Metadata capture - Extracts title, meta tags, Open Graph data
- Image collection - Collects image URLs and alt text
- Link extraction - Gathers all outbound links with anchor text
- JavaScript rendering - Uses Playwright for dynamic/spa pages
- Batch processing - Process multiple URLs in a single run
- Structured JSON output - Ready for downstream processing
Input
| Field | Type | Required | Description |
|---|---|---|---|
urls | Array | Yes | List of URLs to extract |
extractImages | Boolean | No | Extract image URLs (default: true) |
extractLinks | Boolean | No | Extract link URLs (default: true) |
maxPageCount | Integer | No | Max pages to extract (default: 10) |
Output
Each page returns a JSON object with:
url- Source URLtitle- Page titlecontentLength- Character count of extracted texttextPreview- First 2000 chars of contentfullText- Complete page text (up to 50k chars)metaTags- Meta tag name/content pairsimages- Image URLs with alt textlinks- Outbound links with anchor text
Use Cases
- Content aggregation and monitoring
- SEO competitive analysis
- AI/LLM training data collection
- News and blog content tracking
- E-commerce product data extraction
- Research data gathering
Pricing
This actor is free to use. You only pay for Apify platform usage (compute units).