How to import import.io data

Every time I run the API in the Android application, it launches the request itself and retrieves the data from the website instead of the stored data, how can I get this data to retrieve the data in order to save the operating time?

+4
source share
1 answer

This is not all that you can do with the user interface, but it goes!

If you saved the results of your Extractor as a dataset you can do this via the API:

To request a dataset, you need to request its “snapshot” ...

First use the GetConnector API with the ID of your dataset:

http://api.docs.import.io/#!/Connector_Methods/getConnector

:

http://api.docs.import.io/#!/Connector_Methods/getDataSnapshot

, .

+3

All Articles