Basic usage
Running the scraper:
$falcon = Falcon::getInstance()->run("https://example.com/");
$result = $falcon->parse()->results(); // use all available parsers and get all results
The example above scrapes the url and returns an array.
Running the scraper:
$falcon = Falcon::getInstance()->run("https://example.com/");
$result = $falcon->parse()->results(); // use all available parsers and get all results
The example above scrapes the url and returns an array.