Parser of data about events from afisha.yandex.ru using ScraperAPI saving them in CSV, which can be imported in Tilda's store
https://yandex-afisha-parser.vercel.app
You can choose from one of the following two methods to use this repository:
Run the parser using Vercel:
Install dependencies
npm install
Get free API keys from https://scraperapi.com and put them into config.json
{
"api": {
"keys": [
"first_key",
"second_key",
"n_key"
]
}
}
Parse events (will be saved to public/events.csv)
npm run build
Set property images.download
to false
in config.json
{
"images": {
"download": false
}
}