⊗ppPsAuSLB 69 of 84 menu

Running a Parser on a Schedule in the Browser in PHP

Often we need to parse something not once, but on a schedule. If your parser is located on a local machine on your computer (or on the customer's computer), then the simplest option is to automatically refresh the page with the parser in the browser, with the period you need.

A special plugin for Google Chrome will help you with this.

Implement a parser that will go to the target site every hour and parse new information from it.

byenru