Skip to content

Test Environment

The test environment is an isolated runtime environment used for:

  • Validating scraping parameters
  • Debugging data fields
  • Checking anti-scraping conditions
  • Optimizing scraping logic
  • Previewing data structure

This environment does not affect production task data and does not overwrite official run records.

Test Environment vs. Production Environment

Section titled “Test Environment vs. Production Environment”
ItemTest EnvironmentProduction Environment
Data ScaleSmall sampleFull dataset
Run PurposeDebug & validateProduction scraping
Execution FrequencyTemporary runsScheduled runs available
Data RetentionShort-termPer platform policy
CostLow consumption or limitedBilled by actual resource usage
  1. Log in to your account
  2. Go to the Console
  3. Click “My Scripts”
  4. Select the Script you want to test
  • In the input parameters area, it is recommended to use default parameters.

After the test completes, you can review:

  • Data preview
  • Field structure
  • Execution logs
  • Error messages

Once you confirm the data structure is correct, proceed with a production run.

  • The test environment is for debugging only; it is not recommended for formal data delivery.
  • Test data may only be retained for a limited time.
  • Test runs may also consume a small amount of resources.
  • If failures occur frequently, check log information or contact technical support.