VOOZH about

URL: https://apify.com/rainminer/url-console-logs-inspector

โ‡ฑ URL Console Logs Inspector ยท Apify


Pricing

from $1.49 / 1,000 url processeds

Go to Apify Store

URL Console Logs Inspector

Open web page URLs in a temporary browser and capture console messages, page errors, and optional network request failures.

Pricing

from $1.49 / 1,000 url processeds

Rating

0.0

(0)

Developer

๐Ÿ‘ rainminer

rainminer

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

10 days ago

Last modified

Share

URL to Console Logs

Capture browser console messages, JavaScript page errors, and failed network requests from any web page URL. This Actor opens each URL in a temporary Playwright browser, waits for the page to load, and stores structured diagnostics in the default dataset.

What It Captures

  • Console messages such as log, info, warning, error, and debug
  • JavaScript page errors emitted by the browser
  • Failed network requests, when enabled
  • Source location details when the browser provides them
  • The original URL, final URL after redirects, event type, level, message text, and timestamp

Input

Provide one or more URLs in startUrls. You can also control how long the browser waits, which page load state is used, whether console messages are included, whether network errors are included, and whether proxy settings should be used.

Example input:

{
"startUrls":[{"url":"https://apify.com"}],
"maxItems":100,
"waitUntil":"load",
"waitForMillis":3000,
"includeNetworkErrors":true,
"includeConsoleMessages":true,
"proxyConfiguration":{
"useApifyProxy":false
}
}

Output

Each captured event is saved as one dataset item:

{
"url":"https://example.com",
"finalUrl":"https://www.example.com/",
"type":"console",
"level":"error",
"text":"Example console error",
"message":null,
"location":{
"url":"https://www.example.com/app.js",
"line":10,
"column":15
},
"timestamp":"2026-06-09T18:00:00.000Z"
}

Use Cases

  • Audit pages for JavaScript errors
  • Collect browser console output during QA checks
  • Detect broken assets and failed client-side requests
  • Compare diagnostics across batches of URLs

Notes

maxItems limits saved records per input URL. Increase waitForMillis for pages that emit delayed client-side errors after initial load.

You might also like

Google Search Console Bulk URL Indexer

dumb_me/google-search-console-indexer-prod

Submit multiple URLs for indexing in bulk through Google's Search Console API. Supports direct URL lists and submit up to 2000 URLs at once.

GSC Data Analyzer - AI-Powered Search Console Insights

alizarin_refrigerator-owner/gsc-data-analyzer

The GSC Data Analyzer transforms raw Google Search Console data into actionable insights: Keyword Opportunity Analysis Position Gap Analysis CTR Optimization Page Performance Trending Queries Cannibalization Detection AI-Powered Recommendations

Google Search Console MCP (GSC)

smacient/gsc-mcp-worker

A comprehensive Google Search Console Model Context Protocol (MCP) Actor that provides deep SEO analytics, keyword cannibalization detection, and search performance insights using your GSC data. Ideal for businesses, agencies, and SEO professionals seeking advanced search analytics.

๐Ÿ‘ User avatar

Tacheon Digital

12

Full page screenshot

practicaltools/apify-screenshot

This Apify actor takes full-page screenshots of web pages with support for lazy loading content and provides temporary download URLs.

๐Ÿ‘ User avatar

Practical Tools

51

1.0

Web Page Metadata Extractor โ€” Title, OG Tags, Author & More

maged120/get-metadata

Extract all metadata from any web page in one request โ€” title, meta description, Open Graph tags, Twitter Card data, canonical URL, author, publish date, and more.

Facebook Page Details Scraper

alpha-scraper/facebook-page-details-scraper

โšกFacebook Page Details Scraper Extract detailed public Facebook Page data using only page URLs. Get page IDs, names, bios, categories, contact info, websites, social media links, profile and cover images, and follower metrics. Perfect for marketing, research, analytics, and automation workflows.

44

5.0

Resolver & Page Meta Scraper

scrapepilot/resolver-page-meta-scraper

Resolve Facebook share links to their final page URL and extract public page metadata like name, username, avatar, and about text. Ideal for lead enrichment, social profile cleanup, public page lookup, and fast Facebook page data extraction.

Facebook Pages Scraper

api-ninja/facebook-pages-scraper

๐Ÿ“˜ Extract Facebook page posts, photos, reviews, reels, videos, events, and page details from one or more page URLs, handles, or IDs.

171

5.0

Related articles

How to take screenshots and generate PDFs with Puppeteer
Read more
How to scrape the web with Playwright
Read more
Python Playwright: a complete guide
Read more