Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use extractor for local html files

Tags:

import.io

I'm using this article here to load a local html file. I can use extractor to get the data, but I can't publish the API. I'd like to run the API extractor on multiple pages. Is this possible?

like image 717
Craig.Pearce Avatar asked Mar 17 '16 01:03

Craig.Pearce


1 Answers

It's not possible to run the API across multiple pages on a local server.

However if you pushed those files to be hosted online instead of locally, then you should be able to train an extractor to the hosted pages and subsequently publish the API.

Here are some free web hosts you could try.

If you are familiar with AWS could also use s3 static website hosting

like image 118
Bam4d Avatar answered Oct 11 '22 18:10

Bam4d