Can I use an extractor for local html files

I use this article here to download a local html file. I can use the extractor to get the data, but I can not publish the API. I would like to run the extractor API on several pages. Is it possible?

+5
source share
1 answer

It is not possible to run the API across multiple pages on the local server.

However, if you place these files on the local network instead of the local ones, then you should be able to train the extractor on the pages hosted and subsequently publish the API.

Here are some free web hosts you could try.

If you are familiar with AWS, you can also use s3 static hosting

+5
source

Source: https://habr.com/ru/post/1245205/