Skip to content

issues Search Results · language:Edge language:Python linked:pr language:JavaScript language:JavaScript language:JavaScript

Filter by

4.5M results  (308 ms)

4.5M results

Push one item per checked URL to the Apify Dataset with all fields from the output schema.
feature
reporter

After crawling, identify internal pages with zero incoming internal links and set isOrphan=true.
feature
reporter

For each discovered link, record sourcePages, anchorText, linkType (nav/content/footer/sidebar/asset), and isNofollow.
feature
reporter

Apply the 15% per hop heuristic and expose equityLossEstimate (e.g., 15%, 28%, 39%) in the output item.
chain-analyzer
feature

Stop following when a URL repeats in the chain (loop) or when hops exceed maxRedirectHops / 3-hop warning threshold. Set appropriate flags.
chain-analyzer
feature

Inspect response bodies for window.location / location.href patterns and meta http-equiv=refresh tags. Classify these hops accordingly.
chain-analyzer
feature

Use got with maxRedirects: 0 and manually follow Location headers up to maxRedirectHops, recording each hop URL, status, and response time.
chain-analyzer
feature

Retry network timeouts and transient 5xx errors up to 2 times with exponential backoff. Do not retry DNS or SSL errors.
feature
link-checker

Map results to status categories: ok (2xx), redirect (3xx), broken (4xx), server_error (5xx), timeout, dns_error, ssl_error.
feature
link-checker

Build LinkChecker that sends HEAD requests first and falls back to GET when HEAD is not allowed or inconclusive. Record response time.
feature
link-checker
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.