Scraped property name format

There are a couple of rules you must follow in order to define the variable names where the scraped 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.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us