Variable name format

Created by Kai Sasaki, Modified on Mon, 21 Nov 2022 at 01:19 AM by Kai Sasaki

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

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article