You cannot write Scrapy spiders using PHP.
However, itβs very simple to use Scrapy (write spiders in Python) and store the extracted data in a database or something available to your application. For example, it is quite easy to store the extracted elements directly in ElasticSearch and request your ES application to search / filter / aggregate data.
But, if your colleagues do not know Python, they will need to spend some time learning the language, and then the Scrapy framework.
source share