Recipe scattfold
When starting Pro Editor, NDS provides 6 templates as recipe scaffold to simplify your recipe creation:
Scrape single detail page
The template provides a Transit (Start) node and a Detail(Detail1) node. You can fill in all missing setting or expand the recipe according to your needs with more nodes.
Scrape list page with 'Next' turning page button
The template provides a Transit (Start) node and a List(List1) node. You can fill in all missing setting or expand the recipe according to your needs with more nodes.
Scrape list page with scroll down pagination
The template provides a Transit (Start) node and a List(List1) node. Different from that of List page with 'Next' button template, the default page turning way here is scrolldown. You can fill in all missing setting or expand the recipe according to your needs with more nodes.
Scrape list page and detail page deeply
The template provides 4 nodes. The LoadDetail Transit node is used to contain any preparation actions for Detail1 node. You can fill in all missing setting or expand the recipe according to your needs with more nodes.
Search and scrape result list page
The template provides 2 nodes. The Start Transit node simulates query submittion, and the SearchResults List node is to handle the items in the result page. You can fill in all missing setting or expand the recipe according to your needs with more nodes.
Scrpae detail page in batch
The template looks like the same as that of Single Detail template. The open URL action on the Start node here accepts argument as input. When starting a recipe accepting argument(s), you can input one or multiple argument group lines.
single input manually batch input manually batch input via table You can fill in all missing setting or expand the recipe according to your needs with more nodes.