Importing Data Into Wix Database Without CSV or Form

Hello!

Outside of uploading data manually via CSV or through a submission of a form, is there another way to import data into a database?

For example, I’m interested in auto importing new data every day into a Wix database using data from another website. I’m basically crawling another website and then importing that data into the Wix database.

Currently the only option I see is manually loading a CSV every morning, but I obviously don’t want to do that. I’ve read up on things like Sheetsu and Zapier, but it sounds like those don’t work.

Any other suggestions? I’m sure I’m not the only one looking to auto import data into a database outside using a form or CSV.

Thanks in advanced!

1 Like

following

Hi!

You can use the Wix-Fetch API to import data from another sites and 3rd-party services .
The data is retrieved in a JSON form and you can assign the different data items/properties to variables and save them to your collection using code.

Doron.

1 Like

Hi; I am interested in the same subject. Have you found a solution?