spatie / crawler

An easy to use, powerful crawler implemented in PHP. Can execute Javascript.

Home Page:https://freek.dev/308-building-a-crawler-in-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Follow all redirects, including HTML meta and Javascript

rzb opened this issue · comments

I need to report the whole redirect chain (HTTP, meta refresh and javascript) in the same order that a human user would experience. I see that you use a headless browser to execute js, so is it something this package can do?