There are a couple of rules you must follow in order to define the variable names where the retrieved information will be stored.
Since we store the scraping results in JSON format, we need to follow the rules of this format when defining names.
- The variable name has to start with a letter (a-z) or an underscore (_).
- The variable name can not contain spaces.
- The variable name can not contain special signs.
We do validate the name before storing, so don't worry, if the name is not valid we will let you know.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article