From ae7415b0da2206af31b167e9ee3bcb464d9396f8 Mon Sep 17 00:00:00 2001 From: naibo Date: Sat, 27 May 2023 04:34:13 +0800 Subject: [PATCH] V0.3.1 Official --- ElectronJS/README.md | 13 +++--- ..._win32.cmd => clean_and_release_win32.cmd} | 0 ..._win64.cmd => clean_and_release_win64.cmd} | 0 ElectronJS/src/taskGrid/FlowChart_CN.html | 2 +- ElectronJS/src/taskGrid/invokeTask.html | 4 +- ElectronJS/src/taskGrid/logic.js | 1 + ElectronJS/src/taskGrid/logic_CN.js | 1 + ElectronJS/src/taskGrid/taskList.html | 2 + ExecuteStage/easyspider_executestage.py | 46 +++++++++---------- .../easyspider_executestage_single.py | 8 ++-- ExecuteStage/generateExecutable_Linux64.sh | 2 +- ExecuteStage/generateExecutable_Macos.sh | 2 +- .../src/content-scripts/toolkit.vue | 5 +- Extension/manifest_v3/src/style/toolkit.css | 1 + Releases/EasySpider_windows_amd64/config.json | 2 +- .../EasySpider_windows_amd64/config2.json | 1 - .../execution_instances/0.json | 1 - .../execution_instances/1.json | 1 - .../execution_instances/10.json | 1 - .../execution_instances/11.json | 1 - .../execution_instances/12.json | 1 - .../execution_instances/13.json | 1 - .../execution_instances/14.json | 1 - .../execution_instances/15.json | 1 - .../execution_instances/16.json | 1 - .../execution_instances/17.json | 1 - .../execution_instances/18.json | 1 - .../execution_instances/19.json | 1 - .../execution_instances/2.json | 1 - .../execution_instances/20.json | 1 - .../execution_instances/21.json | 1 - .../execution_instances/22.json | 1 - .../execution_instances/23.json | 1 - .../execution_instances/24.json | 1 - .../execution_instances/25.json | 1 - .../execution_instances/26.json | 1 - .../execution_instances/27.json | 1 - .../execution_instances/28.json | 1 - .../execution_instances/29.json | 1 - .../execution_instances/3.json | 1 - .../execution_instances/30.json | 1 - .../execution_instances/31.json | 1 - .../execution_instances/32.json | 1 - .../execution_instances/33.json | 1 - .../execution_instances/34.json | 1 - .../execution_instances/35.json | 1 - .../execution_instances/36.json | 1 - .../execution_instances/37.json | 1 - .../execution_instances/38.json | 1 - .../execution_instances/39.json | 1 - .../execution_instances/4.json | 1 - .../execution_instances/40.json | 1 - .../execution_instances/41.json | 1 - .../execution_instances/42.json | 1 - .../execution_instances/43.json | 1 - .../execution_instances/44.json | 1 - .../execution_instances/45.json | 1 - .../execution_instances/46.json | 1 - .../execution_instances/47.json | 1 - .../execution_instances/48.json | 1 - .../execution_instances/49.json | 1 - .../execution_instances/5.json | 1 - .../execution_instances/50.json | 1 - .../execution_instances/51.json | 1 - .../execution_instances/52.json | 1 - .../execution_instances/6.json | 1 - .../execution_instances/7.json | 1 - .../execution_instances/8.json | 1 - .../execution_instances/9.json | 1 - Releases/EasySpider_windows_amd64/readme.txt | 14 +++--- .../EasySpider_windows_amd64/tasks/0.json | 2 +- .../EasySpider_windows_amd64/tasks/1.json | 2 +- .../EasySpider_windows_amd64/tasks/10.json | 1 + .../EasySpider_windows_amd64/tasks/11.json | 1 + .../EasySpider_windows_amd64/tasks/12.json | 1 + .../EasySpider_windows_amd64/tasks/13.json | 1 + .../EasySpider_windows_amd64/tasks/14.json | 1 + .../EasySpider_windows_amd64/tasks/15.json | 1 + .../EasySpider_windows_amd64/tasks/16.json | 1 + .../EasySpider_windows_amd64/tasks/17.json | 1 + .../EasySpider_windows_amd64/tasks/18.json | 1 + .../EasySpider_windows_amd64/tasks/19.json | 1 + .../EasySpider_windows_amd64/tasks/2.json | 2 +- .../EasySpider_windows_amd64/tasks/20.json | 1 + .../EasySpider_windows_amd64/tasks/21.json | 1 + .../EasySpider_windows_amd64/tasks/22.json | 1 + .../EasySpider_windows_amd64/tasks/23.json | 1 + .../EasySpider_windows_amd64/tasks/3.json | 2 +- .../EasySpider_windows_amd64/tasks/4.json | 2 +- .../EasySpider_windows_amd64/tasks/5.json | 2 +- .../EasySpider_windows_amd64/tasks/6.json | 2 +- .../EasySpider_windows_amd64/tasks/7.json | 2 +- .../EasySpider_windows_amd64/tasks/8.json | 1 + .../EasySpider_windows_amd64/tasks/9.json | 1 + .../EasySpider_windows_amd64/软件使用说明.txt | 14 ++++++ 95 files changed, 91 insertions(+), 112 deletions(-) rename ElectronJS/{clean_win32.cmd => clean_and_release_win32.cmd} (100%) rename ElectronJS/{clean_win64.cmd => clean_and_release_win64.cmd} (100%) delete mode 100644 Releases/EasySpider_windows_amd64/config2.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/0.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/1.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/10.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/11.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/12.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/13.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/14.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/15.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/16.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/17.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/18.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/19.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/2.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/20.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/21.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/22.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/23.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/24.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/25.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/26.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/27.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/28.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/29.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/3.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/30.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/31.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/32.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/33.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/34.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/35.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/36.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/37.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/38.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/39.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/4.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/40.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/41.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/42.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/43.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/44.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/45.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/46.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/47.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/48.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/49.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/5.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/50.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/51.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/52.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/6.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/7.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/8.json delete mode 100644 Releases/EasySpider_windows_amd64/execution_instances/9.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/10.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/11.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/12.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/13.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/14.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/15.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/16.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/17.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/18.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/19.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/20.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/21.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/22.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/23.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/8.json create mode 100644 Releases/EasySpider_windows_amd64/tasks/9.json create mode 100644 Releases/EasySpider_windows_amd64/软件使用说明.txt diff --git a/ElectronJS/README.md b/ElectronJS/README.md index 32a8fb3..582b96f 100644 --- a/ElectronJS/README.md +++ b/ElectronJS/README.md @@ -59,19 +59,20 @@ optional: npm run make ``` -### For windows x64 +#### For windows x64 -依次执行下面两个cmd即可打包 +依次执行下面两个cmd即可打包并发布,无需执行上面的npm命令 ``` package_win64.cmd -clean_win64.cmd +clean_and_release_win64.cmd ``` -### For Windows x86 -依次执行下面两个cmd即可打包 +#### For Windows x86 + +依次执行下面两个cmd即可打包并发布,无需执行上面的npm命令 ``` package_win32.cmd -clean_win32.cmd +clean_and_release_win32.cmd ``` \ No newline at end of file diff --git a/ElectronJS/clean_win32.cmd b/ElectronJS/clean_and_release_win32.cmd similarity index 100% rename from ElectronJS/clean_win32.cmd rename to ElectronJS/clean_and_release_win32.cmd diff --git a/ElectronJS/clean_win64.cmd b/ElectronJS/clean_and_release_win64.cmd similarity index 100% rename from ElectronJS/clean_win64.cmd rename to ElectronJS/clean_and_release_win64.cmd diff --git a/ElectronJS/src/taskGrid/FlowChart_CN.html b/ElectronJS/src/taskGrid/FlowChart_CN.html index cdb2e63..4b88a10 100644 --- a/ElectronJS/src/taskGrid/FlowChart_CN.html +++ b/ElectronJS/src/taskGrid/FlowChart_CN.html @@ -100,7 +100,7 @@
- +
diff --git a/ElectronJS/src/taskGrid/invokeTask.html b/ElectronJS/src/taskGrid/invokeTask.html index 2c8b6c1..d8dd31a 100644 --- a/ElectronJS/src/taskGrid/invokeTask.html +++ b/ElectronJS/src/taskGrid/invokeTask.html @@ -201,7 +201,7 @@ t.forEach(function (item, index) { para[item.name] = item.value; }); - $.post(app.$data.backEndAddressServiceWrapper + "/invokeTask?id=" + sId, { + $.post(app.$data.backEndAddressServiceWrapper + "/invokeTask", { id: this.task.id, paras: JSON.stringify(para) }, function (result) { @@ -263,7 +263,7 @@ t.forEach(function (item, index) { para[item.name] = item.value; }); - $.post(app.$data.backEndAddressServiceWrapper + "/invokeTask?id=" + sId, { + $.post(app.$data.backEndAddressServiceWrapper + "/invokeTask", { id: this.task.id, paras: JSON.stringify(para) }, function (result) { diff --git a/ElectronJS/src/taskGrid/logic.js b/ElectronJS/src/taskGrid/logic.js index ec89940..cbbcc54 100644 --- a/ElectronJS/src/taskGrid/logic.js +++ b/ElectronJS/src/taskGrid/logic.js @@ -160,6 +160,7 @@ function addParameters(t) { t["parameters"]["scrollWaitTime"] = 1; //滚动后等待时间 t["parameters"]["maxWaitTime"] = 10; //最长等待时间 t["parameters"]["paras"] = []; //默认参数列表 + t["parameters"]["wait"] = 2; //点击后等待时间默认2s t["parameters"]["beforeJS"] = ""; //执行前执行的js t["parameters"]["beforeJSWaitTime"] = 0; //执行前js等待时间 t["parameters"]["afterJS"] = ""; //执行后执行的js diff --git a/ElectronJS/src/taskGrid/logic_CN.js b/ElectronJS/src/taskGrid/logic_CN.js index 2a50147..e6c7386 100644 --- a/ElectronJS/src/taskGrid/logic_CN.js +++ b/ElectronJS/src/taskGrid/logic_CN.js @@ -160,6 +160,7 @@ function addParameters(t) { t["parameters"]["scrollWaitTime"] = 1; //滚动后等待时间 t["parameters"]["maxWaitTime"] = 10; //最长等待时间 t["parameters"]["paras"] = []; //默认参数列表 + t["parameters"]["wait"] = 2; //点击后等待时间默认2s t["parameters"]["beforeJS"] = ""; //执行前执行的js t["parameters"]["beforeJSWaitTime"] = 0; //执行前js等待时间 t["parameters"]["afterJS"] = ""; //执行后执行的js diff --git a/ElectronJS/src/taskGrid/taskList.html b/ElectronJS/src/taskGrid/taskList.html index 685256d..768b5e3 100644 --- a/ElectronJS/src/taskGrid/taskList.html +++ b/ElectronJS/src/taskGrid/taskList.html @@ -23,6 +23,8 @@

{{"Task List~任务列表" | lang}}

{{"New Task~创建新任务" | lang}}

+ {{"Software Documentation~软件使用说明文档" | lang}} + {{"Ask questions here~官方答疑平台" | lang}} {{"See how to run task by schedule~定时执行任务教程" | lang}} {{"See how to run multiple tasks in parallel~同时执行多个任务教程" | lang}}
diff --git a/ExecuteStage/easyspider_executestage.py b/ExecuteStage/easyspider_executestage.py index 65497d0..02dd2c4 100644 --- a/ExecuteStage/easyspider_executestage.py +++ b/ExecuteStage/easyspider_executestage.py @@ -105,8 +105,8 @@ class BrowserThread(Thread): with open(stealth_path, 'r') as f: js = f.read() print("Loading stealth.min.js") - browser_t.execute_cdp_cmd('Page.addScriptToEvaluateOnNewDocument', {'source': js}) # TMALL 反扒 - wait = WebDriverWait(self.browser, 10) + self.browser.execute_cdp_cmd('Page.addScriptToEvaluateOnNewDocument', {'source': js}) # TMALL 反扒 + WebDriverWait(self.browser, 10) self.browser.get('about:blank') print("id: ", id) if saved_file_name != "": @@ -182,11 +182,11 @@ class BrowserThread(Thread): if switch: print(text, text2) - @atexit.register - def clean(self): - self.saveData(exit=True) - self.browser.quit() - sys.exit(0) + # @atexit.register + # def clean(self): + # self.saveData(exit=True) + # self.browser.quit() + # sys.exit(0) def saveData(self, exit=False): if exit == True or len(self.OUTPUT) >= 100: # 每100条保存一次 @@ -202,6 +202,7 @@ class BrowserThread(Thread): self.log = "" def scrollDown(self, para, rt=""): + time.sleep(para["scrollWaitTime"]) # 下拉前等待 scrollType = int(para["scrollType"]) try: if scrollType != 0 and para["scrollCount"] > 0: # 控制屏幕向下滚动 @@ -213,7 +214,7 @@ class BrowserThread(Thread): elif scrollType == 2: body.send_keys(Keys.END) time.sleep(para["scrollWaitTime"]) # 下拉完等待 - except TimeoutException: + except: self.Log('time out after set seconds when scrolling. ') self.recordLog('time out after set seconds when scrolling') self.browser.execute_script('window.stop()') @@ -377,10 +378,10 @@ class BrowserThread(Thread): self.moveToElement(node["parameters"], loopValue, loopPath, index) elif node["option"] == 8: # 循环 self.recordLog("loop") - self.loopExcute(node, loopValue, loopPath, index) # 执行循环 + self.loopExecute(node, loopValue, loopPath, index) # 执行循环 elif node["option"] == 9: # 条件分支 self.recordLog("judge") - self.judgeExcute(node, loopValue, loopPath, index) + self.judgeExecute(node, loopValue, loopPath, index) # 执行完之后进行等待 if node["option"] != 0: @@ -392,7 +393,7 @@ class BrowserThread(Thread): # 对判断条件的处理 - def judgeExcute(self, node, loopElement, clickPath="", index=0): + def judgeExecute(self, node, loopElement, clickPath="", index=0): executeBranchId = 0 # 要执行的BranchId for i in node["sequence"]: cnode = self.procedure[i] # 获得条件分支 @@ -450,7 +451,7 @@ class BrowserThread(Thread): self.executeNode(executeBranchId, loopElement, clickPath, index) # 对循环的处理 - def loopExcute(self, node, loopValue, clickPath="", index=0): + def loopExecute(self, node, loopValue, clickPath="", index=0): time.sleep(0.1) # 第一次执行循环的时候强制等待1秒 # self.Log("循环执行前等待0.1秒") self.Log("Wait 0.1 second before loop") @@ -638,8 +639,13 @@ class BrowserThread(Thread): self.history["handle"] = self.browser.current_window_handle if para["useLoop"]: url = loopValue - else: + elif para["url"] != "about:blank": url = self.links[self.urlId] + # clear output parameters + for key in self.outputParameters: + self.outputParameters[key] = "" + else: + url = list(filter(isnull, para["links"].split("\n")))[0] try: maxWaitTime = int(para["maxWaitTime"]) except: @@ -676,9 +682,6 @@ class BrowserThread(Thread): except Exception as e: self.Log(e) self.recordLog(str(e)) - # clear output parameters - for key in self.outputParameters: - self.outputParameters[key] = "" # 键盘输入事件 @@ -748,9 +751,6 @@ class BrowserThread(Thread): except Exception as e: self.Log(e) self.recordLog(str(e)) - time.sleep(0.5) # 点击之后等半秒 - self.Log("Wait 0.5 second after clicking element") - time.sleep(random.uniform(1, 2)) # 生成一个a到b的小数等待时间 # 点击前对该元素执行一段JavaScript代码 try: if para["afterJS"] != "": @@ -866,8 +866,8 @@ class BrowserThread(Thread): content = text except Exception as e: content = "OCR Error" - print("To use OCR, You need to install Tesseract-OCR and add it to the environment variable PATH: https://tesseract-ocr.github.io/tessdoc/Installation.html") - print("要使用OCR识别功能,你需要安装Tesseract-OCR并将其添加到环境变量PATH中:https://blog.csdn.net/u010454030/article/details/80515501") + print("To use OCR, You need to install Tesseract-OCR and add it to the environment variable PATH (need to restart EasySpider after you put in PATH): https://tesseract-ocr.github.io/tessdoc/Installation.html") + print("要使用OCR识别功能,你需要安装Tesseract-OCR并将其添加到环境变量PATH中(添加后需重启EasySpider):https://blog.csdn.net/u010454030/article/details/80515501\nhttps://www.bilibili.com/video/BV1xz4y1b72D/") elif p["contentType"] == 9: content = self.execute_code(2, p["JS"], p["JSWaitTime"], element) elif p["contentType"] == 10: # 下拉框选中的值 @@ -887,10 +887,6 @@ class BrowserThread(Thread): # 提取数据事件 def getData(self, para, loopElement, isInLoop=True, parentPath="", index=0): - if not isInLoop and para["wait"] == 0: - time.sleep(1) # 如果提取数据字段不在循环内而且设置的等待时间为0,默认等待1秒 - self.Log("Wait 1 second before extracting data") - # rt = Time("Extract Data") for p in para["paras"]: content = "" if not (p["contentType"] == 5 or p["contentType"] == 6): # 如果不是页面标题或URL,去找元素 diff --git a/ExecuteStage/easyspider_executestage_single.py b/ExecuteStage/easyspider_executestage_single.py index c22e9e1..4bd233a 100644 --- a/ExecuteStage/easyspider_executestage_single.py +++ b/ExecuteStage/easyspider_executestage_single.py @@ -280,10 +280,10 @@ def executeNode(nodeId, loopValue="", loopPath="", index=0): moveToElement(node["parameters"], loopValue, loopPath, index) elif node["option"] == 8: # 循环 recordLog("loop") - loopExcute(node, loopValue, loopPath, index) # 执行循环 + loopExecute(node, loopValue, loopPath, index) # 执行循环 elif node["option"] == 9: # 条件分支 recordLog("judge") - judgeExcute(node, loopValue, loopPath, index) + judgeExecute(node, loopValue, loopPath, index) # 执行完之后进行等待 if node["option"] != 0: @@ -295,7 +295,7 @@ def executeNode(nodeId, loopValue="", loopPath="", index=0): # 对判断条件的处理 -def judgeExcute(node, loopElement, clickPath="", index=0): +def judgeExecute(node, loopElement, clickPath="", index=0): # rt = Time("IF Condition") global bodyText # 引入bodyText executeBranchId = 0 # 要执行的BranchId @@ -365,7 +365,7 @@ def get_output_code(output): return code # 对循环的处理 -def loopExcute(node, loopValue, clickPath="", index=0): +def loopExecute(node, loopValue, clickPath="", index=0): time.sleep(0.1) # 第一次执行循环的时候强制等待1秒 # Log("循环执行前等待0.1秒") Log("Wait 0.1 second before loop") diff --git a/ExecuteStage/generateExecutable_Linux64.sh b/ExecuteStage/generateExecutable_Linux64.sh index 3a2161e..3ee6cd0 100755 --- a/ExecuteStage/generateExecutable_Linux64.sh +++ b/ExecuteStage/generateExecutable_Linux64.sh @@ -2,4 +2,4 @@ rm -r build rm -r dist pyinstaller -F --icon=favicon.ico easyspider_executestage.py rm ../ElectronJS/chrome_linux64/easyspider_executestage -mv dist/easyspider_executestage ../ElectronJS/chrome_linux64/easyspider_executestage +cp dist/easyspider_executestage ../ElectronJS/chrome_linux64/easyspider_executestage diff --git a/ExecuteStage/generateExecutable_Macos.sh b/ExecuteStage/generateExecutable_Macos.sh index fc67985..ab9a74d 100755 --- a/ExecuteStage/generateExecutable_Macos.sh +++ b/ExecuteStage/generateExecutable_Macos.sh @@ -3,5 +3,5 @@ rm -r dist pyinstaller -F --icon=favicon.ico easyspider_executestage.py rm ../Releases/EasySpider_MacOS_all_arch/easyspider_executestage rm ../ElectronJS/easyspider_executestage -mv dist/easyspider_executestage ../Releases/EasySpider_MacOS_all_arch/easyspider_executestage +cp dist/easyspider_executestage ../Releases/EasySpider_MacOS_all_arch/easyspider_executestage # mv dist/easyspider_executestage ../ElectronJS/easyspider_executestage diff --git a/Extension/manifest_v3/src/content-scripts/toolkit.vue b/Extension/manifest_v3/src/content-scripts/toolkit.vue index 16e7a1e..524d614 100644 --- a/Extension/manifest_v3/src/content-scripts/toolkit.vue +++ b/Extension/manifest_v3/src/content-scripts/toolkit.vue @@ -14,11 +14,10 @@

● 鼠标移动到元素上后,请右键点击或者按F7键选中页面元素。

-

● 操作完成后,如点击”确认采集“后任务流程图内没有”提取数据“操作被添加,重试一次即可。

● 通过鼠标左键进行点击时,页面也会有反应,但左键点击发生的操作不会被记录在任务流程中;同理,如果想输入文本框但并不想将动作记录,可以鼠标移动到文本框,并按键盘的F9进行输入。

● 如果不小心左键点选了元素导致页面跳转,直接后退或者切换回标签页即可。

- +

● 操作完成后,如点击”确认采集“后任务流程图内没有”提取数据“操作被添加,重试一次即可。

{{ initial() }}
@@ -162,9 +161,9 @@

● When your mouse moves to the element, please right-click your mouse button or press F7 on the keyboard to select it.

-

● After the operation is completed, such as if no "Collect Data" operation is added in the task flowchart after clicking "Confirm Collect", just retry again.

● When clicked with the left mouse button, the page will also respond, but this click operation will not be recorded in the task flow. Similarly, if you want to input in a text box but do not want the action to be recorded , you can move the mouse to the text box and press F9 on the keyboard to input.

● If you accidentally left-click on an element and cause the page to jump, simply go back or switch back to the tab.

+

● After the operation is completed, such as if no "Collect Data" operation is added in the task flowchart after clicking "Confirm Collect", just retry again.

{{ initial() }}
diff --git a/Extension/manifest_v3/src/style/toolkit.css b/Extension/manifest_v3/src/style/toolkit.css index d14b2f2..8cfdc99 100644 --- a/Extension/manifest_v3/src/style/toolkit.css +++ b/Extension/manifest_v3/src/style/toolkit.css @@ -25,6 +25,7 @@ .realcontent { text-align: left; + color: black!important; padding-top: 10px !important; padding-bottom: 80px !important; padding-left: 20px !important; diff --git a/Releases/EasySpider_windows_amd64/config.json b/Releases/EasySpider_windows_amd64/config.json index 5e04eeb..5c60cc8 100644 --- a/Releases/EasySpider_windows_amd64/config.json +++ b/Releases/EasySpider_windows_amd64/config.json @@ -1 +1 @@ -{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data2","absolute_user_data_folder":"D:\\Documents\\Projects\\EasySpider\\Releases\\EasySpider_windows_amd64\\user_data2"} \ No newline at end of file +{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data","absolute_user_data_folder":"D:\\Documents\\Projects\\EasySpider\\Releases\\EasySpider_windows_amd64\\user_data2"} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/config2.json b/Releases/EasySpider_windows_amd64/config2.json deleted file mode 100644 index 5e04eeb..0000000 --- a/Releases/EasySpider_windows_amd64/config2.json +++ /dev/null @@ -1 +0,0 @@ -{"webserver_address":"http://localhost","webserver_port":8074,"user_data_folder":"./user_data2","absolute_user_data_folder":"D:\\Documents\\Projects\\EasySpider\\Releases\\EasySpider_windows_amd64\\user_data2"} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/0.json b/Releases/EasySpider_windows_amd64/execution_instances/0.json deleted file mode 100644 index f6996af..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/0.json +++ /dev/null @@ -1 +0,0 @@ -{"id":0,"name":"条件判断bug测试","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/25/2023, 5:53:27 PM","version":"0.3.1","containJudge":true,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"Open Page","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"}],"outputParameters":[{"id":0,"name":"para1_text","desc":"","type":"string","exampleValue":"Home"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"Open Page","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":15,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":2,"option":9,"title":"If Condition","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":-1,"parentId":2,"index":3,"type":3,"option":10,"title":"Condition","sequence":[],"isInLoop":false,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"2","value":"","code":"","waitTime":0},"position":0},{"id":-1,"parentId":2,"index":4,"type":3,"option":10,"title":"Condition","sequence":[],"isInLoop":false,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":2,"index":5,"parentId":0,"type":1,"option":8,"title":"Loop","sequence":[7],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[6]/div[1]/ul[1]/li","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[1]/ul[1]/li[1]","//li[contains(., 'Home')]","//LI[@class='hl-cat-nav__active']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"Collect Data","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"para1_text","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Home"},{"num":1,"value":"Saved"},{"num":2,"value":"MotorsExpand: MotorsParts & AccessoriesAll Parts & AccessoriesCar & Truck PartsMotorcycle PartsAutomotive Tools & SuppliesApparel & MerchandiseMotors DealsMy GarageVehiclesCars & TrucksClassicsMotorcyclesPowersportsRVs & CampersTrailers & Other VehiclesBoats"},{"num":3,"value":"ElectronicsExpand: ElectronicsTop CategoriesComputers, Tablets & Network HardwareCameras & PhotoCell Phones & SmartphonesCell Phone Cases, Covers & SkinsTV, Video & Home Audio ElectronicsVehicle Electronics & GPSHeadphonesSurveillance & Smart Home ElectronicsPopular TopicseBay RefurbishedVideo GamesNintendo Toys to LifeApple iPhonePC Desktops & All-In-One ComputersComputer Graphics CardsTablets & eReadersLaptops & Netbooks"},{"num":4,"value":"CollectiblesExpand: CollectiblesTop CategoriesSports Memorabilia, Fan Shop & Sports CardsSports Trading CardsCoins & Paper MoneyAntiquesBullionArtCollectible Card GamesComicsPopular TopicsArt PaintingsMorgan DollarsFunko Pop!DisneyanaMusic MemorabiliaBaseball CardsNFTsStamps"},{"num":5,"value":"Home & GardenExpand: Home & GardenTop CategoriesYard, Garden & Outdoor Living ItemsHome ImprovementSmall Kitchen AppliancesLamps, Lighting & Ceiling FansHome DécorPower ToolsFurnitureHousehold & Cleaning SuppliesAdditional Categories eBay RefurbishedSurveillance & Smart HomeVacuum CleanersKitchenAid Countertop MixersOutdoor EntertainingBeddingMattressesHome & Garden Deals"},{"num":6,"value":"FashionExpand: FashionTop CategoriesWomen's ClothingWomen's ShoesWomen’s AccessoriesMen's ClothingMen's ShoesMen's AccessoriesGirls' ClothingBoys' ClothingAdditional CategoriesDesigner HandbagsCollectible SneakersWomen's DressesWomen's Coats, Jackets & VestsWomen’s Intimates & SleepwearMen's ShirtsMen's Coats & JacketsFashion Deals"},{"num":7,"value":"ToysExpand: ToysTop CategoriesAction FiguresDolls & Teddy BearsDiecast & Toy VehiclesBuilding ToysCollectible Card GamesModel Railroads & TrainsRC Model Vehicles, Toys & Control LineToy Models & KitsPopular TopicsLEGO Sets & PacksWarhammer 40KBoard & Roleplaying GamesPreschool Toys & Pretend PlayNERF Dart Guns & Soft DartsReborn Dolls PlaysetsMarvel Legends Action FiguresToys Deals"},{"num":8,"value":"Sporting GoodsExpand: Sporting GoodsTop CategoriesHunting EquipmentCycling EquipmentFishing Equipment & SuppliesGolf ClubsTeam SportsFitness, Running & Yoga EquipmentCamping & Hiking EquipmentWater SportsPopular TopicsBilliard CuesCamping MealsBikesElectric BikesGPS & Running WatchesDumbbellsShimano Fishing ReelsScotty Cameron Golf Clubs"},{"num":9,"value":"Business & IndustrialExpand: Business & IndustrialTop CategoriesHeavy EquipmentPersonal Protective EquipmentHealthcareCNC, Metalworking & ManufacturingOfficeTest, Measurement & Inspection EquipmentRestaurant & Food ServiceDentalAdditional CategoriesIndustrial Automation & Motion ControlShipping & PackagingElectrical Equipment & SuppliesFood Trucks & Concession TrailersHeavy Equipment AttachmentsHeavy Equipment Parts & AccessoriesLight Industrial Equipment & ToolsHVAC & Refrigeration"},{"num":10,"value":"Jewelry & WatchesExpand: Jewelry & WatchesTop CategoriesLuxury WatchesWristwatchesAll Watches, Parts, AccessoriesFashion JewelryFine JewelryVintage & Antique JewelryLoose Diamonds & GemstonesAll JewelryTop BrandsRolexOMEGABreitlingTAG HeuerPatek PhilippeCartierVan Cleef & ArpelsTiffany & Co."},{"num":11,"value":"eBay Live"},{"num":12,"value":"RefurbishedExpand: RefurbishedShop eBay Refurbished ElectronicsCell PhonesDesktop ComputersHome AudioLaptopsMonitorsPortable Audio & HeadphonesSmart WatchesTabletsShop eBay Refurbished HomeCeiling FansIndoor air quality & FansOutdoor Power EquipmentPower ToolsSmall Kitchen AppliancesSporting GoodsSurveillance & Smart HomeVacuums"},{"num":13,"value":"More Expand: MoreMotorsElectronicsCollectiblesHome & GardenFashionToysSporting GoodsBusiness & IndustrialJewelry & WatcheseBay LiveRefurbished"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":7,"parentId":2,"type":2,"option":9,"title":"If Condition","sequence":[8],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":4,"parentId":3,"index":8,"type":3,"option":10,"title":"Condition","sequence":[6],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"3","value":"i","code":"","waitTime":0},"position":0},{"id":-1,"parentId":3,"index":9,"type":3,"option":10,"title":"Condition","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/1.json b/Releases/EasySpider_windows_amd64/execution_instances/1.json deleted file mode 100644 index c58af21..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/1.json +++ /dev/null @@ -1 +0,0 @@ -{"id":1,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:15:34 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/10.json b/Releases/EasySpider_windows_amd64/execution_instances/10.json deleted file mode 100644 index 29c80f1..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/10.json +++ /dev/null @@ -1 +0,0 @@ -{"id":10,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"Computer","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/11.json b/Releases/EasySpider_windows_amd64/execution_instances/11.json deleted file mode 100644 index a7a8454..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/11.json +++ /dev/null @@ -1 +0,0 @@ -{"id":11,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"Dell","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/12.json b/Releases/EasySpider_windows_amd64/execution_instances/12.json deleted file mode 100644 index a270e4f..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/12.json +++ /dev/null @@ -1 +0,0 @@ -{"id":12,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"Dell","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/13.json b/Releases/EasySpider_windows_amd64/execution_instances/13.json deleted file mode 100644 index 2779356..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/13.json +++ /dev/null @@ -1 +0,0 @@ -{"id":13,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"GOogle","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/14.json b/Releases/EasySpider_windows_amd64/execution_instances/14.json deleted file mode 100644 index 8fd3b90..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/14.json +++ /dev/null @@ -1 +0,0 @@ -{"id":14,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"GOogle","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/15.json b/Releases/EasySpider_windows_amd64/execution_instances/15.json deleted file mode 100644 index ff93e38..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/15.json +++ /dev/null @@ -1 +0,0 @@ -{"id":15,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/16.json b/Releases/EasySpider_windows_amd64/execution_instances/16.json deleted file mode 100644 index b2d9a6d..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/16.json +++ /dev/null @@ -1 +0,0 @@ -{"id":16,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/17.json b/Releases/EasySpider_windows_amd64/execution_instances/17.json deleted file mode 100644 index 89a9359..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/17.json +++ /dev/null @@ -1 +0,0 @@ -{"id":17,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/18.json b/Releases/EasySpider_windows_amd64/execution_instances/18.json deleted file mode 100644 index 67f3c59..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/18.json +++ /dev/null @@ -1 +0,0 @@ -{"id":18,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdfasdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/19.json b/Releases/EasySpider_windows_amd64/execution_instances/19.json deleted file mode 100644 index 364b570..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/19.json +++ /dev/null @@ -1 +0,0 @@ -{"id":19,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdfasdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/2.json b/Releases/EasySpider_windows_amd64/execution_instances/2.json deleted file mode 100644 index 12f104d..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/2.json +++ /dev/null @@ -1 +0,0 @@ -{"id":2,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:15:34 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/20.json b/Releases/EasySpider_windows_amd64/execution_instances/20.json deleted file mode 100644 index d177537..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/20.json +++ /dev/null @@ -1 +0,0 @@ -{"id":20,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdfasdfasdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/21.json b/Releases/EasySpider_windows_amd64/execution_instances/21.json deleted file mode 100644 index 29c3fb2..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/21.json +++ /dev/null @@ -1 +0,0 @@ -{"id":21,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdfasdfasdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/22.json b/Releases/EasySpider_windows_amd64/execution_instances/22.json deleted file mode 100644 index ad66b27..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/22.json +++ /dev/null @@ -1 +0,0 @@ -{"id":22,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"sdfasdfasdf","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/23.json b/Releases/EasySpider_windows_amd64/execution_instances/23.json deleted file mode 100644 index 1fbf42d..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/23.json +++ /dev/null @@ -1 +0,0 @@ -{"id":23,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:38:31 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/24.json b/Releases/EasySpider_windows_amd64/execution_instances/24.json deleted file mode 100644 index 73f22ba..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/24.json +++ /dev/null @@ -1 +0,0 @@ -{"id":24,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:38:31 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone12","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/25.json b/Releases/EasySpider_windows_amd64/execution_instances/25.json deleted file mode 100644 index 3b84a16..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/25.json +++ /dev/null @@ -1 +0,0 @@ -{"id":25,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:38:31 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone12","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/26.json b/Releases/EasySpider_windows_amd64/execution_instances/26.json deleted file mode 100644 index 16ad691..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/26.json +++ /dev/null @@ -1 +0,0 @@ -{"id":26,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:38:31 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone12","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/27.json b/Releases/EasySpider_windows_amd64/execution_instances/27.json deleted file mode 100644 index 124de32..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/27.json +++ /dev/null @@ -1 +0,0 @@ -{"id":27,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:38:31 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"Computer","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/28.json b/Releases/EasySpider_windows_amd64/execution_instances/28.json deleted file mode 100644 index 080c23c..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/28.json +++ /dev/null @@ -1 +0,0 @@ -{"id":28,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:40:40 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/29.json b/Releases/EasySpider_windows_amd64/execution_instances/29.json deleted file mode 100644 index 635a9ad..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/29.json +++ /dev/null @@ -1 +0,0 @@ -{"id":29,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:40:40 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone12","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/3.json b/Releases/EasySpider_windows_amd64/execution_instances/3.json deleted file mode 100644 index db0a153..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/3.json +++ /dev/null @@ -1 +0,0 @@ -{"id":3,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:15:34 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/30.json b/Releases/EasySpider_windows_amd64/execution_instances/30.json deleted file mode 100644 index 12cef17..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/30.json +++ /dev/null @@ -1 +0,0 @@ -{"id":30,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:40:40 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone12","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/31.json b/Releases/EasySpider_windows_amd64/execution_instances/31.json deleted file mode 100644 index 412cc36..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/31.json +++ /dev/null @@ -1 +0,0 @@ -{"id":31,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:40:40 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/32.json b/Releases/EasySpider_windows_amd64/execution_instances/32.json deleted file mode 100644 index 443cd97..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/32.json +++ /dev/null @@ -1 +0,0 @@ -{"id":32,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:56:50 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/33.json b/Releases/EasySpider_windows_amd64/execution_instances/33.json deleted file mode 100644 index d2c862e..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/33.json +++ /dev/null @@ -1 +0,0 @@ -{"id":33,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:56:50 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"Computer","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/34.json b/Releases/EasySpider_windows_amd64/execution_instances/34.json deleted file mode 100644 index b88e9d0..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/34.json +++ /dev/null @@ -1 +0,0 @@ -{"id":34,"name":"知乎 - 有问题,就会有答案","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 3:56:10 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"你见过哪些惊为天人的美女图片?"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]","//div[contains(., '你见过哪些惊为天人的')]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"你见过哪些惊为天人的美女图片?"},{"num":1,"value":"2023 年 618 有哪些值得购买的显示器?"},{"num":2,"value":"怎么感觉现在很多年轻人一个犹太人没见过却反犹?"},{"num":3,"value":"如何开始在 github 上学习东西?"},{"num":4,"value":"中国为什么必须强大?"},{"num":5,"value":"为什么中国人出街很少使用头戴式耳机?"},{"num":6,"value":"有哪些比较好的微信小程序开源项目?"},{"num":7,"value":"那些润到国外的人,现在过得怎么样?"},{"num":8,"value":"一瓶魔药,喝下去有一半几率实现任何愿望,一半几率直接死亡,你喝还是不喝?"},{"num":9,"value":"为什么华为最后还是让孟晚舟上了位,这是搞世袭吗?"},{"num":10,"value":"缅北到底有多恐怖?"},{"num":11,"value":"为什么现在部分男生喜欢白幼瘦?"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/35.json b/Releases/EasySpider_windows_amd64/execution_instances/35.json deleted file mode 100644 index 78782d4..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/35.json +++ /dev/null @@ -1 +0,0 @@ -{"id":35,"name":"知乎 - 有问题,就会有答案","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 3:56:10 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"你见过哪些惊为天人的美女图片?"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]","//div[contains(., '你见过哪些惊为天人的')]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"你见过哪些惊为天人的美女图片?"},{"num":1,"value":"2023 年 618 有哪些值得购买的显示器?"},{"num":2,"value":"怎么感觉现在很多年轻人一个犹太人没见过却反犹?"},{"num":3,"value":"如何开始在 github 上学习东西?"},{"num":4,"value":"中国为什么必须强大?"},{"num":5,"value":"为什么中国人出街很少使用头戴式耳机?"},{"num":6,"value":"有哪些比较好的微信小程序开源项目?"},{"num":7,"value":"那些润到国外的人,现在过得怎么样?"},{"num":8,"value":"一瓶魔药,喝下去有一半几率实现任何愿望,一半几率直接死亡,你喝还是不喝?"},{"num":9,"value":"为什么华为最后还是让孟晚舟上了位,这是搞世袭吗?"},{"num":10,"value":"缅北到底有多恐怖?"},{"num":11,"value":"为什么现在部分男生喜欢白幼瘦?"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/36.json b/Releases/EasySpider_windows_amd64/execution_instances/36.json deleted file mode 100644 index 1c2ad23..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/36.json +++ /dev/null @@ -1 +0,0 @@ -{"id":36,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 3:59:28 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/37.json b/Releases/EasySpider_windows_amd64/execution_instances/37.json deleted file mode 100644 index e9f0f50..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/37.json +++ /dev/null @@ -1 +0,0 @@ -{"id":37,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 3:59:28 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"电脑","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/38.json b/Releases/EasySpider_windows_amd64/execution_instances/38.json deleted file mode 100644 index d25bc67..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/38.json +++ /dev/null @@ -1 +0,0 @@ -{"id":38,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/39.json b/Releases/EasySpider_windows_amd64/execution_instances/39.json deleted file mode 100644 index e245442..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/39.json +++ /dev/null @@ -1 +0,0 @@ -{"id":39,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"电脑","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/4.json b/Releases/EasySpider_windows_amd64/execution_instances/4.json deleted file mode 100644 index 8589160..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/4.json +++ /dev/null @@ -1 +0,0 @@ -{"id":4,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:15:34 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/40.json b/Releases/EasySpider_windows_amd64/execution_instances/40.json deleted file mode 100644 index 62d9ac0..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/40.json +++ /dev/null @@ -1 +0,0 @@ -{"id":40,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/41.json b/Releases/EasySpider_windows_amd64/execution_instances/41.json deleted file mode 100644 index 8bad8a5..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/41.json +++ /dev/null @@ -1 +0,0 @@ -{"id":41,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"电脑","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/42.json b/Releases/EasySpider_windows_amd64/execution_instances/42.json deleted file mode 100644 index 14be061..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/42.json +++ /dev/null @@ -1 +0,0 @@ -{"id":42,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:56:50 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/43.json b/Releases/EasySpider_windows_amd64/execution_instances/43.json deleted file mode 100644 index 68a10ea..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/43.json +++ /dev/null @@ -1 +0,0 @@ -{"id":43,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:56:50 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"Computer","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/44.json b/Releases/EasySpider_windows_amd64/execution_instances/44.json deleted file mode 100644 index b65a2a6..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/44.json +++ /dev/null @@ -1 +0,0 @@ -{"id":44,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/45.json b/Releases/EasySpider_windows_amd64/execution_instances/45.json deleted file mode 100644 index 83242d4..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/45.json +++ /dev/null @@ -1 +0,0 @@ -{"id":45,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/46.json b/Releases/EasySpider_windows_amd64/execution_instances/46.json deleted file mode 100644 index 3b33488..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/46.json +++ /dev/null @@ -1 +0,0 @@ -{"id":46,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机2","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/47.json b/Releases/EasySpider_windows_amd64/execution_instances/47.json deleted file mode 100644 index ec93ba2..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/47.json +++ /dev/null @@ -1 +0,0 @@ -{"id":47,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/48.json b/Releases/EasySpider_windows_amd64/execution_instances/48.json deleted file mode 100644 index 3e3d09a..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/48.json +++ /dev/null @@ -1 +0,0 @@ -{"id":48,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"电脑","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/49.json b/Releases/EasySpider_windows_amd64/execution_instances/49.json deleted file mode 100644 index 7362bf7..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/49.json +++ /dev/null @@ -1 +0,0 @@ -{"id":49,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"电脑","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/5.json b/Releases/EasySpider_windows_amd64/execution_instances/5.json deleted file mode 100644 index 5fd3c40..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/5.json +++ /dev/null @@ -1 +0,0 @@ -{"id":5,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:19:08 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":30,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/50.json b/Releases/EasySpider_windows_amd64/execution_instances/50.json deleted file mode 100644 index 20b3474..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/50.json +++ /dev/null @@ -1 +0,0 @@ -{"id":50,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/51.json b/Releases/EasySpider_windows_amd64/execution_instances/51.json deleted file mode 100644 index 3582547..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/51.json +++ /dev/null @@ -1 +0,0 @@ -{"id":51,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/52.json b/Releases/EasySpider_windows_amd64/execution_instances/52.json deleted file mode 100644 index 8be6ccb..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/52.json +++ /dev/null @@ -1 +0,0 @@ -{"id":52,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/26/2023, 4:29:30 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_图片地址","desc":"","type":"string","exampleValue":"//m.360buyimg.com/babel/s710x370_jfs/t1/197659/30/31344/62825/640fd751F694963ed/a6e1ac2e5c27f160.jpg!q70.dpg"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div/div[1]/div[1]/a[1]/img[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]","//img[contains(., '')]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":4,"contentType":0,"relative":true,"name":"参数1_图片地址","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"//m.360buyimg.com/babel/s710x370_jfs/t1/197659/30/31344/62825/640fd751F694963ed/a6e1ac2e5c27f160.jpg!q70.dpg"},{"num":1,"value":"//m.360buyimg.com/babel/s1125x600_jfs/t1/156011/19/36990/85599/646c850aF5e22eaa0/87641bfb5cf707ba.jpg!q70.dpg"},{"num":2,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/194401/20/32669/76553/64142a96F7733e6ad/cf2727848c86cf45.jpg!q70.dpg"},{"num":3,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/157323/27/24475/67142/646dee40F69bc6df5/fe4249a7d6dab710.jpg!q70.dpg"},{"num":4,"value":"//m.360buyimg.com/babel/s1125x600_jfs/t1/156011/19/36990/85599/646c850aF5e22eaa0/87641bfb5cf707ba.jpg!q70.dpg"},{"num":5,"value":"//m.360buyimg.com/babel/s710x370_jfs/t1/197659/30/31344/62825/640fd751F694963ed/a6e1ac2e5c27f160.jpg!q70.dpg"},{"num":6,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/194401/20/32669/76553/64142a96F7733e6ad/cf2727848c86cf45.jpg!q70.dpg"},{"num":7,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/157323/27/24475/67142/646dee40F69bc6df5/fe4249a7d6dab710.jpg!q70.dpg"},{"num":8,"value":"//m.360buyimg.com/babel/s1125x600_jfs/t1/156011/19/36990/85599/646c850aF5e22eaa0/87641bfb5cf707ba.jpg!q70.dpg"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":1}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/6.json b/Releases/EasySpider_windows_amd64/execution_instances/6.json deleted file mode 100644 index dc34171..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/6.json +++ /dev/null @@ -1 +0,0 @@ -{"id":6,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:19:08 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":30,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/7.json b/Releases/EasySpider_windows_amd64/execution_instances/7.json deleted file mode 100644 index c634b72..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/7.json +++ /dev/null @@ -1 +0,0 @@ -{"id":7,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/8.json b/Releases/EasySpider_windows_amd64/execution_instances/8.json deleted file mode 100644 index 6fd3c1c..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/8.json +++ /dev/null @@ -1 +0,0 @@ -{"id":8,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/execution_instances/9.json b/Releases/EasySpider_windows_amd64/execution_instances/9.json deleted file mode 100644 index cb8852f..0000000 --- a/Releases/EasySpider_windows_amd64/execution_instances/9.json +++ /dev/null @@ -1 +0,0 @@ -{"id":9,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:21:04 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":0,"value":0}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/readme.txt b/Releases/EasySpider_windows_amd64/readme.txt index 4586061..fde828a 100644 --- a/Releases/EasySpider_windows_amd64/readme.txt +++ b/Releases/EasySpider_windows_amd64/readme.txt @@ -1,11 +1,13 @@ -视频教程:https://www.bilibili.com/video/BV1Fk4y1L7xX/ -Video Tutorial: https://youtube.com/playlist?list=PL0kEFEkWrT7mt9MUlEBV2DTo1QsaanUTp +Official Site: https://github.com/NaiboWang/EasySpider -这个软件绝对不是特洛伊木马/病毒!如果被像 Windows Defender 这样的杀毒软件误认为是病毒,请进行恢复,或者打开“EasySpider.bat”来运行我们的软件。 +Welcome to promote this software to other friends. + +This version is for Windows 10 x64 and above. + +Please wait for at most 20 seconds if you see a white screen when open EasySpider. + +Video Tutorial: https://youtube.com/playlist?list=PL0kEFEkWrT7mt9MUlEBV2DTo1QsaanUTp The software is totally not trojan/virus! If mistaken by antivirus software such as windows defender as a virus, please recover it, or open "EasySpider.bat" to run our software instead. - -可以从其他机器导入任务,只需要把其他机器的tasks文件夹里的.json文件放入此目录的tasks文件夹里即可。同理执行号文件可以通过复制execution_instances文件夹中的.json文件来导入。注意,两个文件夹里的.json文件只支持命名为大于0的数字。 - Tasks can be imported from other machines by simply placing the .json files from the "tasks" folder of those machines into the "tasks" folder of this directory. Similarly, execution instance files can be imported by copying the .json files from the "execution_instances" folder. Note that only files named with a number greater than 0 are supported in both folders. diff --git a/Releases/EasySpider_windows_amd64/tasks/0.json b/Releases/EasySpider_windows_amd64/tasks/0.json index 622c73e..62e41e2 100644 --- a/Releases/EasySpider_windows_amd64/tasks/0.json +++ b/Releases/EasySpider_windows_amd64/tasks/0.json @@ -1 +1 @@ -{"id":0,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/25/2023, 5:38:32 PM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"Open Page","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"Input Text","nodeId":2,"desc":"The text to be entered, such as 'computer' at eBay search box","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_Loop_2","nodeId":4,"nodeName":"Loop","desc":"Number of loop executions, 0 means unlimited loops (until element not found)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"para1_link_text","desc":"","type":"string","exampleValue":""},{"id":1,"name":"para2_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/itm/204347640092?epid=18041714849&hash=item2f9411891c:g:yS0AAOSwc1Vjq2a2&amdata=enc%3AAQAIAAAA0Grlm4pb%2BLpo%2FTp7ipxK6jITVW9vHRTIRtMBSSUufzWHPN4YJUxndPOxUxJsvvtRTN3A1SCvPtafL6H9ZhrBsS7FYbcH9uCYeAw1ugNxdTkCT5KJ2EhP8JqAVphIOqcw2FG6jp%2F%2BTf4eOl9MS%2F4XDrZ8ft1RmUtXFnuAwm%2FvyjOwy5OLLpGKwR6erX8zW3QoJ0DQAS%2FJ4r%2F4jeibkT69QiDO3d32Rov0pdIDO72andbE9tYTzdxuxWk3RgasoPnJWXBlhELrH5ggaXWp9LmilI0%3D%7Ctkp%3ABFBMuLuPo4pi"},{"id":2,"name":"para3_image_address","desc":"","type":"string","exampleValue":"https://i.ebayimg.com/thumbs/images/g/yS0AAOSwc1Vjq2a2/s-l300.webp"},{"id":3,"name":"para4_link_text","desc":"","type":"string","exampleValue":""},{"id":4,"name":"para5_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/myb/WatchListAdd?item=204347640092&pt=null&srt=0100080000005099935eea570d06429b655d8c91da9ea4db4035a6167fdf6b7b1af51ddd35ae0b88aa90a24a76c0cdd755b02d6d156aadc3baa53440abb15a39018f0461d3d2ca754448d10f4ff5c5cc68ca07ed536011&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"id":5,"name":"para6_link_text","desc":"","type":"string","exampleValue":"New ListingApple iPhone 12 - 64GB - Blue (AT&T)Opens in a new window or tab"},{"id":6,"name":"para7_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/itm/204347640092?epid=18041714849&hash=item2f9411891c:g:yS0AAOSwc1Vjq2a2&amdata=enc%3AAQAIAAAA0Grlm4pb%2BLpo%2FTp7ipxK6jITVW9vHRTIRtMBSSUufzWHPN4YJUxndPOxUxJsvvtRTN3A1SCvPtafL6H9ZhrBsS7FYbcH9uCYeAw1ugNxdTkCT5KJ2EhP8JqAVphIOqcw2FG6jp%2F%2BTf4eOl9MS%2F4XDrZ8ft1RmUtXFnuAwm%2FvyjOwy5OLLpGKwR6erX8zW3QoJ0DQAS%2FJ4r%2F4jeibkT69QiDO3d32Rov0pdIDO72andbE9tYTzdxuxWk3RgasoPnJWXBlhELrH5ggaXWp9LmilI0%3D%7Ctkp%3ABFBMuLuPo4pi"},{"id":7,"name":"para8_text","desc":"","type":"string","exampleValue":"AppleiPhone12-64GB-Blue(AT&T)"},{"id":8,"name":"para9_text","desc":"","type":"string","exampleValue":"NewListing"},{"id":9,"name":"para10_text","desc":"","type":"string","exampleValue":"AppleiPhone1264GBAT&T"},{"id":10,"name":"para11_text","desc":"","type":"string","exampleValue":"Pre-Owned"},{"id":11,"name":"para12_text","desc":"","type":"string","exampleValue":"·"},{"id":12,"name":"para13_text","desc":"","type":"string","exampleValue":"·"},{"id":13,"name":"para14_text","desc":"","type":"string","exampleValue":"·"},{"id":14,"name":"para15_link_text","desc":"","type":"string","exampleValue":"5.0 out of 5 stars.10 product ratings - Apple iPhone 12 - 64GB - Blue (AT&T)"},{"id":15,"name":"para16_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/p/18041714849?iid=204347640092#UserReviews"},{"id":16,"name":"para17_text","desc":"","type":"string","exampleValue":"5.0outof5stars."},{"id":17,"name":"para18_text","desc":"","type":"string","exampleValue":"$285.00"},{"id":18,"name":"para19_text","desc":"","type":"string","exampleValue":"orBestOffer"},{"id":19,"name":"para20_text","desc":"","type":"string","exampleValue":"Shippingnotspecified"},{"id":20,"name":"para21_text","desc":"","type":"string","exampleValue":"fromUnitedStates"},{"id":21,"name":"para22_text","desc":"","type":"string","exampleValue":"​"},{"id":22,"name":"para23_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":23,"name":"para24_text","desc":"","type":"string","exampleValue":"Model"},{"id":24,"name":"para25_link_text","desc":"","type":"string","exampleValue":"Apple iPhone X - apply Model filter"},{"id":25,"name":"para26_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%2520X&_dcat=9355"},{"id":26,"name":"para27_text","desc":"","type":"string","exampleValue":"AppleiPhoneX"},{"id":27,"name":"para28_text","desc":"","type":"string","exampleValue":"-applyModelfilter"},{"id":28,"name":"para29_link_text","desc":"","type":"string","exampleValue":"Apple iPhone 8 Plus - apply Model filter"},{"id":29,"name":"para30_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%25208%2520Plus&_dcat=9355"},{"id":30,"name":"para31_text","desc":"","type":"string","exampleValue":"AppleiPhone8Plus"},{"id":31,"name":"para32_text","desc":"","type":"string","exampleValue":"-applyModelfilter"},{"id":32,"name":"para33_link_text","desc":"","type":"string","exampleValue":"Apple iPhone 8 - apply Model filter"},{"id":33,"name":"para34_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%25208&_dcat=9355"},{"id":34,"name":"para35_text","desc":"","type":"string","exampleValue":"AppleiPhone8"},{"id":35,"name":"para36_text","desc":"","type":"string","exampleValue":"-applyModelfilter"},{"id":36,"name":"para37_link_text","desc":"","type":"string","exampleValue":"Apple iPhone 11 - apply Model filter"},{"id":37,"name":"para38_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252011&_dcat=9355"},{"id":38,"name":"para39_text","desc":"","type":"string","exampleValue":"AppleiPhone11"},{"id":39,"name":"para40_text","desc":"","type":"string","exampleValue":"-applyModelfilter"},{"id":40,"name":"para41_link_text","desc":"","type":"string","exampleValue":"Apple iPhone 12 - apply Model filter"},{"id":41,"name":"para42_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252012&_dcat=9355"},{"id":42,"name":"para43_text","desc":"","type":"string","exampleValue":"AppleiPhone12"},{"id":43,"name":"para44_text","desc":"","type":"string","exampleValue":"-applyModelfilter"},{"id":44,"name":"para45_link_text","desc":"","type":"string","exampleValue":"Apple iPhone 13 Pro Max - apply Model filter"},{"id":45,"name":"para46_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252013%2520Pro%2520Max&_dcat=9355"},{"id":46,"name":"para47_text","desc":"","type":"string","exampleValue":"AppleiPhone13ProMax"},{"id":47,"name":"para48_text","desc":"","type":"string","exampleValue":"-applyModelfilter"},{"id":48,"name":"para49_link_text","desc":"","type":"string","exampleValue":"Apple iPhone XR - apply Model filter"},{"id":49,"name":"para50_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%2520XR&_dcat=9355"},{"id":50,"name":"para51_text","desc":"","type":"string","exampleValue":"AppleiPhoneXR"},{"id":51,"name":"para52_text","desc":"","type":"string","exampleValue":"-applyModelfilter"},{"id":52,"name":"para53_text","desc":"","type":"string","exampleValue":"StorageCapacity"},{"id":53,"name":"para54_link_text","desc":"","type":"string","exampleValue":"128 GB - apply Storage Capacity filter"},{"id":54,"name":"para55_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=128%2520GB&_dcat=9355"},{"id":55,"name":"para56_text","desc":"","type":"string","exampleValue":"128GB"},{"id":56,"name":"para57_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":57,"name":"para58_link_text","desc":"","type":"string","exampleValue":"256 GB - apply Storage Capacity filter"},{"id":58,"name":"para59_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=256%2520GB&_dcat=9355"},{"id":59,"name":"para60_text","desc":"","type":"string","exampleValue":"256GB"},{"id":60,"name":"para61_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":61,"name":"para62_link_text","desc":"","type":"string","exampleValue":"64 GB - apply Storage Capacity filter"},{"id":62,"name":"para63_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=64%2520GB&_dcat=9355"},{"id":63,"name":"para64_text","desc":"","type":"string","exampleValue":"64GB"},{"id":64,"name":"para65_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":65,"name":"para66_link_text","desc":"","type":"string","exampleValue":"512 GB - apply Storage Capacity filter"},{"id":66,"name":"para67_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=512%2520GB&_dcat=9355"},{"id":67,"name":"para68_text","desc":"","type":"string","exampleValue":"512GB"},{"id":68,"name":"para69_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":69,"name":"para70_link_text","desc":"","type":"string","exampleValue":"1 TB - apply Storage Capacity filter"},{"id":70,"name":"para71_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=1%2520TB&_dcat=9355"},{"id":71,"name":"para72_text","desc":"","type":"string","exampleValue":"1TB"},{"id":72,"name":"para73_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":73,"name":"para74_link_text","desc":"","type":"string","exampleValue":"32 GB - apply Storage Capacity filter"},{"id":74,"name":"para75_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=32%2520GB&_dcat=9355"},{"id":75,"name":"para76_text","desc":"","type":"string","exampleValue":"32GB"},{"id":76,"name":"para77_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":77,"name":"para78_link_text","desc":"","type":"string","exampleValue":"16 GB - apply Storage Capacity filter"},{"id":78,"name":"para79_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=16%2520GB&_dcat=9355"},{"id":79,"name":"para80_text","desc":"","type":"string","exampleValue":"16GB"},{"id":80,"name":"para81_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":81,"name":"para82_link_text","desc":"","type":"string","exampleValue":"8 GB - apply Storage Capacity filter"},{"id":82,"name":"para83_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=8%2520GB&_dcat=9355"},{"id":83,"name":"para84_text","desc":"","type":"string","exampleValue":"8GB"},{"id":84,"name":"para85_text","desc":"","type":"string","exampleValue":"-applyStorageCapacityfilter"},{"id":85,"name":"para86_text","desc":"","type":"string","exampleValue":"to"},{"id":86,"name":"para87_text","desc":"","type":"string","exampleValue":"14+watchers"},{"id":87,"name":"para88_text","desc":"","type":"string","exampleValue":"​"},{"id":88,"name":"para89_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":89,"name":"para90_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":90,"name":"para91_text","desc":"","type":"string","exampleValue":"Sellerswithhighestbuyerratings"},{"id":91,"name":"para92_text","desc":"","type":"string","exampleValue":"Returns,moneyback"},{"id":92,"name":"para93_text","desc":"","type":"string","exampleValue":"Shipsinabusinessdaywithtracking"},{"id":93,"name":"para94_link_text","desc":"","type":"string","exampleValue":"Learn More"},{"id":94,"name":"para95_link_address","desc":"","type":"string","exampleValue":"http://pages.ebay.com/trp/index.html"},{"id":95,"name":"para96_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":96,"name":"para97_text","desc":"","type":"string","exampleValue":"·"},{"id":97,"name":"para98_text","desc":"","type":"string","exampleValue":"Timeleft"},{"id":98,"name":"para99_text","desc":"","type":"string","exampleValue":"7d23hleft"},{"id":99,"name":"para100_text","desc":"","type":"string","exampleValue":"(06/02,05:14PM)"},{"id":100,"name":"para101_text","desc":"","type":"string","exampleValue":"FreeInternationalShipping"},{"id":101,"name":"para102_text","desc":"","type":"string","exampleValue":"fromIsrael"},{"id":102,"name":"para103_text","desc":"","type":"string","exampleValue":"​"},{"id":103,"name":"para104_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":104,"name":"para105_text","desc":"","type":"string","exampleValue":"$98.06"},{"id":105,"name":"para106_text","desc":"","type":"string","exampleValue":"orBestOffer"},{"id":106,"name":"para107_text","desc":"","type":"string","exampleValue":"+$19.61shipping"},{"id":107,"name":"para108_text","desc":"","type":"string","exampleValue":"fromAustralia"},{"id":108,"name":"para109_text","desc":"","type":"string","exampleValue":"17watchers"},{"id":109,"name":"para110_text","desc":"","type":"string","exampleValue":"​"},{"id":110,"name":"para111_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":111,"name":"para112_text","desc":"","type":"string","exampleValue":"$39.00$89.00"},{"id":112,"name":"para113_text","desc":"","type":"string","exampleValue":"FreeInternationalShipping"},{"id":113,"name":"para114_text","desc":"","type":"string","exampleValue":"fromSriLanka"},{"id":114,"name":"para115_text","desc":"","type":"string","exampleValue":"​"},{"id":115,"name":"para116_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":116,"name":"para117_text","desc":"","type":"string","exampleValue":"·"},{"id":117,"name":"para118_text","desc":"","type":"string","exampleValue":"Timeleft"},{"id":118,"name":"para119_text","desc":"","type":"string","exampleValue":"6d12hleft"},{"id":119,"name":"para120_text","desc":"","type":"string","exampleValue":"(Thu,05:51AM)"},{"id":120,"name":"para121_text","desc":"","type":"string","exampleValue":"fromCanada"},{"id":121,"name":"para122_text","desc":"","type":"string","exampleValue":"​"},{"id":122,"name":"para123_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":123,"name":"para124_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":124,"name":"para125_text","desc":"","type":"string","exampleValue":"Sellerswithhighestbuyerratings"},{"id":125,"name":"para126_text","desc":"","type":"string","exampleValue":"Returns,moneyback"},{"id":126,"name":"para127_text","desc":"","type":"string","exampleValue":"Shipsinabusinessdaywithtracking"},{"id":127,"name":"para128_link_text","desc":"","type":"string","exampleValue":"Learn More"},{"id":128,"name":"para129_link_address","desc":"","type":"string","exampleValue":"http://pages.ebay.com/trp/index.html"},{"id":129,"name":"para130_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":130,"name":"para131_link_text","desc":"","type":"string","exampleValue":"5.0 out of 5 stars.1 product rating - Apple iPhone 13 mini - (Unlocked) - 128GB - 256GB - 512GB - Excellent"},{"id":131,"name":"para132_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/p/4049279846?iid=364259821916&var=633771011461#UserReviews"},{"id":132,"name":"para133_text","desc":"","type":"string","exampleValue":"5.0outof5stars."},{"id":133,"name":"para134_text","desc":"","type":"string","exampleValue":"$499.00$619.00"},{"id":134,"name":"para135_text","desc":"","type":"string","exampleValue":"to"},{"id":135,"name":"para136_text","desc":"","type":"string","exampleValue":"BuyItNow"},{"id":136,"name":"para137_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":137,"name":"para138_text","desc":"","type":"string","exampleValue":"Sellerswithhighestbuyerratings"},{"id":138,"name":"para139_text","desc":"","type":"string","exampleValue":"Returns,moneyback"},{"id":139,"name":"para140_text","desc":"","type":"string","exampleValue":"Shipsinabusinessdaywithtracking"},{"id":140,"name":"para141_link_text","desc":"","type":"string","exampleValue":"Learn More"},{"id":141,"name":"para142_link_address","desc":"","type":"string","exampleValue":"http://pages.ebay.com/trp/index.html"},{"id":142,"name":"para143_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":143,"name":"para144_text","desc":"","type":"string","exampleValue":"Shippingnotspecified"},{"id":144,"name":"para145_text","desc":"","type":"string","exampleValue":"fromUnitedStates"},{"id":145,"name":"para146_text","desc":"","type":"string","exampleValue":"eBayRefurbished"},{"id":146,"name":"para147_text","desc":"","type":"string","exampleValue":"​"},{"id":147,"name":"para148_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":148,"name":"para149_text","desc":"","type":"string","exampleValue":"to"},{"id":149,"name":"para150_text","desc":"","type":"string","exampleValue":"$313.73"},{"id":150,"name":"para151_text","desc":"","type":"string","exampleValue":"Saveupto10%whenyoubuymore"},{"id":151,"name":"para152_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":152,"name":"para153_text","desc":"","type":"string","exampleValue":"Sellerswithhighestbuyerratings"},{"id":153,"name":"para154_text","desc":"","type":"string","exampleValue":"Returns,moneyback"},{"id":154,"name":"para155_text","desc":"","type":"string","exampleValue":"Shipsinabusinessdaywithtracking"},{"id":155,"name":"para156_link_text","desc":"","type":"string","exampleValue":"Learn More"},{"id":156,"name":"para157_link_address","desc":"","type":"string","exampleValue":"http://pages.ebay.com/trp/index.html"},{"id":157,"name":"para158_text","desc":"","type":"string","exampleValue":"TopRatedPlus"},{"id":158,"name":"para159_text","desc":"","type":"string","exampleValue":"+$98.06shipping"},{"id":159,"name":"para160_text","desc":"","type":"string","exampleValue":"fromAustralia"},{"id":160,"name":"para161_text","desc":"","type":"string","exampleValue":"14+watchers"},{"id":161,"name":"para162_text","desc":"","type":"string","exampleValue":"eBayRefurbished"},{"id":162,"name":"para163_text","desc":"","type":"string","exampleValue":"AppleiPhoneSE(2ndGeneration)64GBCricketWireless"},{"id":163,"name":"para164_text","desc":"","type":"string","exampleValue":"·"},{"id":164,"name":"para165_text","desc":"","type":"string","exampleValue":"·"},{"id":165,"name":"para166_text","desc":"","type":"string","exampleValue":"·"},{"id":166,"name":"para167_text","desc":"","type":"string","exampleValue":"​"},{"id":167,"name":"para168_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":168,"name":"para169_text","desc":"","type":"string","exampleValue":"$22.95"},{"id":169,"name":"para170_text","desc":"","type":"string","exampleValue":"10watchers"},{"id":170,"name":"para171_text","desc":"","type":"string","exampleValue":"​"},{"id":171,"name":"para172_text","desc":"","type":"string","exampleValue":"Sponsored"},{"id":172,"name":"para173_text","desc":"","type":"string","exampleValue":"$4.74"},{"id":173,"name":"para174_text","desc":"","type":"string","exampleValue":"fromChina"},{"id":174,"name":"para175_text","desc":"","type":"string","exampleValue":"to"},{"id":175,"name":"para176_text","desc":"","type":"string","exampleValue":"$80.36"},{"id":176,"name":"para177_text","desc":"","type":"string","exampleValue":"ResultsPagination-Page2"},{"id":177,"name":"para178_link_text","desc":"","type":"string","exampleValue":""},{"id":178,"name":"para179_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=1"},{"id":179,"name":"para180_link_text","desc":"","type":"string","exampleValue":"1"},{"id":180,"name":"para181_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=1"},{"id":181,"name":"para182_link_text","desc":"","type":"string","exampleValue":"2"},{"id":182,"name":"para183_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=2"},{"id":183,"name":"para184_link_text","desc":"","type":"string","exampleValue":"3"},{"id":184,"name":"para185_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=3"},{"id":185,"name":"para186_link_text","desc":"","type":"string","exampleValue":"4"},{"id":186,"name":"para187_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=4"},{"id":187,"name":"para188_link_text","desc":"","type":"string","exampleValue":"5"},{"id":188,"name":"para189_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=5&rt=nc"},{"id":189,"name":"para190_link_text","desc":"","type":"string","exampleValue":"6"},{"id":190,"name":"para191_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=6&rt=nc"},{"id":191,"name":"para192_link_text","desc":"","type":"string","exampleValue":"7"},{"id":192,"name":"para193_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=7&rt=nc"},{"id":193,"name":"para194_link_text","desc":"","type":"string","exampleValue":"8"},{"id":194,"name":"para195_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=8&rt=nc"},{"id":195,"name":"para196_link_text","desc":"","type":"string","exampleValue":"9"},{"id":196,"name":"para197_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=9&rt=nc"},{"id":197,"name":"para198_link_text","desc":"","type":"string","exampleValue":"10"},{"id":198,"name":"para199_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=10&rt=nc"},{"id":199,"name":"para200_link_text","desc":"","type":"string","exampleValue":""},{"id":200,"name":"para201_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=3"},{"id":201,"name":"para202_text","desc":"","type":"string","exampleValue":"ItemsPerPage"},{"id":202,"name":"para203_text","desc":"","type":"string","exampleValue":"60"},{"id":203,"name":"para204_link_text","desc":"","type":"string","exampleValue":"120Items Per Page"},{"id":204,"name":"para205_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_ipg=120"},{"id":205,"name":"para206_link_text","desc":"","type":"string","exampleValue":"240Items Per Page"},{"id":206,"name":"para207_link_address","desc":"","type":"string","exampleValue":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_ipg=240"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"Open Page","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":"1","scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"Input Text","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"Click Element","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":0,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"Loop","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[7]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[64]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"Click Element","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[7]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[64]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"Loop","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[7]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[1]","//li[contains(., 'ModelApple')]","//LI[@class='srp-river-answer srp-river-answer--NAVIGATION_ANSWER_COLLAPSIBLE_CAROUSEL']"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"Collect Data","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"para1_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/a[1]","//a[contains(., '')]"],"exampleValues":[{"num":0,"value":""},{"num":2,"value":""},{"num":3,"value":""},{"num":4,"value":""},{"num":5,"value":""},{"num":6,"value":""},{"num":7,"value":""},{"num":8,"value":""},{"num":9,"value":""},{"num":10,"value":""},{"num":11,"value":""},{"num":12,"value":""},{"num":13,"value":""},{"num":14,"value":""},{"num":15,"value":""},{"num":16,"value":""},{"num":17,"value":""},{"num":18,"value":""},{"num":19,"value":""},{"num":20,"value":""},{"num":21,"value":""},{"num":22,"value":""},{"num":23,"value":""},{"num":24,"value":""},{"num":25,"value":""},{"num":26,"value":""},{"num":27,"value":""},{"num":28,"value":""},{"num":29,"value":""},{"num":30,"value":""},{"num":31,"value":""},{"num":32,"value":""},{"num":33,"value":""},{"num":34,"value":""},{"num":35,"value":""},{"num":36,"value":""},{"num":37,"value":""},{"num":38,"value":""},{"num":39,"value":""},{"num":40,"value":""},{"num":41,"value":""},{"num":42,"value":""},{"num":43,"value":""},{"num":44,"value":""},{"num":45,"value":""},{"num":46,"value":""},{"num":47,"value":""},{"num":48,"value":""},{"num":49,"value":""},{"num":50,"value":""},{"num":51,"value":""},{"num":52,"value":""},{"num":53,"value":""},{"num":54,"value":""},{"num":55,"value":""},{"num":56,"value":""},{"num":57,"value":""},{"num":58,"value":""},{"num":59,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para2_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/a[1]","//a[contains(., '')]"],"exampleValues":[{"num":0,"value":"https://www.ebay.com/itm/204347640092?epid=18041714849&hash=item2f9411891c:g:yS0AAOSwc1Vjq2a2&amdata=enc%3AAQAIAAAA0Grlm4pb%2BLpo%2FTp7ipxK6jITVW9vHRTIRtMBSSUufzWHPN4YJUxndPOxUxJsvvtRTN3A1SCvPtafL6H9ZhrBsS7FYbcH9uCYeAw1ugNxdTkCT5KJ2EhP8JqAVphIOqcw2FG6jp%2F%2BTf4eOl9MS%2F4XDrZ8ft1RmUtXFnuAwm%2FvyjOwy5OLLpGKwR6erX8zW3QoJ0DQAS%2FJ4r%2F4jeibkT69QiDO3d32Rov0pdIDO72andbE9tYTzdxuxWk3RgasoPnJWXBlhELrH5ggaXWp9LmilI0%3D%7Ctkp%3ABFBMuLuPo4pi"},{"num":2,"value":"https://www.ebay.com/itm/125654726090?epid=235058061&hash=item1d419af5ca:g:jKkAAOSwHkNjkqJZ&amdata=enc%3AAQAIAAAA0KVOKlfLx7XsyUBFyBTCyW8R6qQV8F9O8BnuAJ3cF1XEcbGjHgbenk3tf%2BVhgq1I3bCO8dhI8JigiAobZHmzbei7FM6RViOniWADo4YtPfKV8mE2EQKeBhxX5d5lgDtwCeoA7F6ZZjPoZL%2BCQfrSIKM2CtW9%2Fywc%2B115p%2BSfDALw0bZacX%2FoMyntKaw%2F2Zc%2FfIhR%2FTx2PDwQ8DMdy590K2d7pB8G0e5onxABchqDR3o6QnbgOrW1KViWLFsngiobkXsB7Y615a1Jss0Xcxv%2BSwA%3D%7Ctkp%3ABFBMuLuPo4pi"},{"num":3,"value":"https://www.ebay.com/itm/125921528476?epid=16044554351&hash=item1d51820a9c:g:5nUAAOSw4tpkVZJQ&amdata=enc%3AAQAIAAAA0GycVNjpztmJKb%2BBaTdtZNteE%2Fy4AVXrXwopCF8isII7418Ruoq92tlxCH0hqgZGEJAsoIrbvLsXQKgEp8eXVk8aWF07IQyTxbTF1AjWEZ%2BMCb1GMwRbh2Oz9DjNlE9cmSHOKFoyCRtI3YFlz5xXsCm4h6YFE96fWprUGwTIY0FXg2Uol3uGPS6gl7czY3wxqv2i5wOi6TBSm7zSUKfzvul0YuoRAyYA4Ytu4g8UWiUOYdCw3jjZbCH0AJ%2FO9bDFhrhHgCmjkUR4XDiXZe0LcKQ%3D%7Ctkp%3ABFBMuLuPo4pi"},{"num":4,"value":"https://www.ebay.com/itm/354499126227?epid=25023700375&hash=item5289cb63d3:g:zoQAAOSwwqZjWEiw&amdata=enc%3AAQAIAAAA4LhURfPaJT7fzaYHDEMQpQkN1zCMFKdPeJiMN%2B5c1DXPObw9Y5iv6QncB7oijhrwozVDMXaesCt6h1C%2BsmBNkI5jPjcdph6xpwbBONoorzBF7bibHfH0tPOk2NijlyBdxbgXWJQIPYdOkdpN90avRGazHKJmPyt1ehV9pVjrvv3QMV9sz6lak7ZjmURIKtqYG%2B9B%2FeK48LicHv8ElL2wLwkUyX9xryxCrrx92hYMB13ww2RbD4mIaQKKHKWshFxg74CsdGT6kxflk1OyVvRPYXPg6jPmolOTAgr108mCYuC6%7Ctkp%3ABFBMuLuPo4pi"},{"num":5,"value":"https://www.ebay.com/itm/165950326528?epid=117394868&hash=item26a3690700:g:5yIAAOSwCMRkSNvZ&amdata=enc%3AAQAIAAAAwAcNLrIyYwFGbrXgvcdpNX1esAO0%2FmHJ3TeYtULeeih%2BVMfcz4Z50%2BtOQx%2FsYDGZN83yFQXfKDkRG601W2Mok3RbJyt3s1Qli44UgrzmKbG6zL7HHhp16Nzcv92KY8fRkgnYJd2Tj%2FtSlPHeroWM68tAWSCgeRygvlOK2%2Boe%2Fn8iL%2Fwn84QoQJdLlUHwMXwQfgD3k%2Fr%2BT18f%2FvbSM4iAU4WqvKH9pMsL11yAMoYfnx%2BEtrfiAj2IfD1PcHVFpT%2Bwrw%3D%3D%7Ctkp%3ABk9SR7i7j6OKYg"},{"num":6,"value":"https://www.ebay.com/itm/334883786743?epid=203706854&hash=item4df8a10ff7:g:rTMAAOSwGxRkUVOe&amdata=enc%3AAQAIAAAAsDpMKq1e%2BZ96Kryn0RCHC7T5kNnut2gKo8sZPTtwg7TfFn56gqcMnd8yJsDyIRFcXHGbYYoQKUtova18VTHs%2F6W3gXvg%2BtI%2FlUVUb7b7a9vyrqAW0m6M8Rab6gzOqHcsqM4oWprBPF2vkrc8gtddJDkxZ7P3fyfcjsmAkp2jebdBnWPayVArgL9kDMxNPgXBtS%2FaTFFYqzfmxyXs4G2uhVqx8q0hAJ6bFKqi%2BCwhY7Ax%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":7,"value":"https://www.ebay.com/itm/125946822312?epid=4050016431&hash=item1d5303fea8:g:JkYAAOSwwRxkanAH&amdata=enc%3AAQAIAAAA4A0z74dPTHUYMHyCDXwCtF%2F0kW5urkM3S%2FpvhEVNy4rdLiflFfegOW4EVinTQy0ABMpK6gZWc6HURlVhFzwIAWNsVCwgMXIkq9QfVGljEI05qviEOCwxKvmO9OuTdJuENJygXMkgiCBQcYW2nXN8hzkZQGEkhZPgsx6YUqmNca8rDOa86B2JuqchQRvPTFS42S3U3gCVwm16kNiW%2FsWb4CN94UoJfrEL36CQSTwZ5GA%2F6K2LuPIa8gwbj9LwX9mLAZBVkllba1PemJUlAogbvKusVmg1LlFNbZfXSiss3G%2BE%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":8,"value":"https://www.ebay.com/itm/374711273285?epid=225076071&hash=item573e884745:g:4wQAAOSwOh5j6z5H&amdata=enc%3AAQAIAAAAwEcb684K5uCldH4Ib8V9IDNrSMhRsMO0tp%2F0vqNcXv77jC5vMztxFzEnA%2Bih52li4BAMeLQe8OX92IV3nv3cRzo1U4IsJT6B%2BJbdmkDxDw4BBcCMY9oauXFMJwyeTcvKCZ6ywxenQBE5a9FUorSV%2Bl1Q50xpxjnU1fd4cd2sfZym1nMqca3p7EEEQTudI0kcd6k5xxEnMX3oeKzWqk6MzS4SZdD44boXaIshJkJ0FQjxbfW%2F%2BW3iQOac8uB48lRl%2FA%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":9,"value":"https://www.ebay.com/itm/155478954794?hash=item243344932a:g:lqAAAOSwSd1kJiS8&amdata=enc%3AAQAIAAAAwILIejpgLZMURxpGzNBghrR643%2FrbWk2pdjH9oIXX3MpJXgqJkiQ1nTbhkQ2alCnR9Bhx4ittONzSPXSnBQ2tOEj8d5RT8Uz8lcG76NxcA4YB18z%2BwKIrde67lI4ofTiTEsZdNKYBL9ad3NNru%2B8L7S2isUCmCvRfq9GmUAF%2BiDzIuxh7AeWJSIx6MY0qZJDAp66rrLNV8oqwEjp%2FqqkpCAETvbgLiL4T7fITDmefLL5gI09YtcPseF5uNznmYzUMg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":10,"value":"https://www.ebay.com/itm/145082432845?hash=item21c7963d4d:g:FEsAAOSwcURkYNbm&amdata=enc%3AAQAIAAAA4GaTsQp1ikZTKddFPmYlX2bbLOUFwsxZTv%2Bk48aXmacGB7kuLpTuF%2FCttnsPEWt0FT3TOJ4G%2BOl9e%2B4iFlx68iv7GDObBJgJuJ%2BXh5jGY621s7TxlF20J5%2BNwppAWhmDSGWuJoO0hvxCDiFTRwr%2BBHRzBdkrW%2BOXvaGsGsvYZOdPeP2A%2B9D%2BDVyFXp3osF0BVVdx0blvQ%2F78SUAFQJKWznaXzyyGBgGkfCaqmgEezeNq1%2FGcFQauufyjjRJ8v4ZdlWMKuh5rxIBYA9VYKbDgRVfhgsUdWCNaVTuKVVRqdI19%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":11,"value":"https://www.ebay.com/itm/354799969746?epid=228231541&hash=item529bb9e5d2:g:SPcAAOSwv5NkX4hF&amdata=enc%3AAQAIAAAA4PTKlXFmZj3DaH5VQGPjqN0h1hOVqEdZ0Ka8EiqLmZ%2BjrycvEsRcQc7teFyuWq6djY3QfVgWvSS%2FmZ9Lvug2d1m1%2FGWFTfkMBzY7ZRe4JPsZ5ly26nm2SFqATnebsy2p1ktQqhIsSt6HlO8uadi4gRwI6pWOBmLDyXnD05xyn5%2F%2BoydGtx%2FNTs4wiXcuSvMKz3ZCMVqF%2FDR6B0AV6ygyTgYX5QMmRT%2BkjB3eCyrxG7BGz9j7umVh9V%2BEP6PVQZWmmz5Wl4QjAPKHb%2BXov43oFXh0pIP%2F3bp80klbwK3c91gZ%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":12,"value":"https://www.ebay.com/itm/144982418317?epid=6023706166&hash=item21c1a0238d:g:1qAAAOSwXIFkDBQZ&amdata=enc%3AAQAIAAAAwH4NXfSyalOuMGZhaYME8Mlyj0T1eO%2FhimC3vMPA8kQWyzaY0gwjsvAM7KQWOAfR0a9oSkq6i68G99dySqknKqD9ty%2Bek6nhwWqeOHdCJs377BFIpXdZ0PCExj86wplBN0PzoQvElKjRZ5tUIkAZnORfjnOOfpWdfT5nVbWEm%2BxK6Dtqo6vjsaT5Ad%2FAJmGRa73%2Bbzf6PR6Sm7E0dUnqnAtm7g1IAAJIOC%2FXyLV%2FGVKIh4fWS%2FR%2Bk1jscwct3HCuww%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":13,"value":"https://www.ebay.com/itm/185270042866?hash=item2b22f480f2:g:ZDgAAOSwLEth8GLy&amdata=enc%3AAQAIAAAAwNxut9FM4YWQktgg8Qt2IHJeXaDLEl0t49xK8TVZGbgT6GL8oLzTjD4ucy4yfQQVmf1Z5ZWhBUf24EfnOBxKP6SfgohiCOkO94qytubmyW%2BPpYa2Jd0eJk9w9OLAvTG0UVOorbMRTYonA0HfBYpKkQDPKXkSBQGosTcU0cgSZb5WfI8WEKu6ZJSy48PGp3ZNxDvrYq7125hnLArg0suRn4EQzQ%2FTeQLkb%2FalwM6kBpuWWPfsow%2BEB6PN7IywvXMQwg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":14,"value":"https://www.ebay.com/itm/275481671524?epid=23037864010&hash=item4023fcb764:g:zDQAAOSwMpBjNzBD&amdata=enc%3AAQAIAAAA4EBVD4UR2ZERn%2Fh4WTuiwSMCKUGd%2F9q6tB4kAVeO7ho8FWMvxffMPNfj%2Bo%2FpHsCzSzoyZsZdc7MsjRZp0jIKyaf7%2BZLclrS6VRH4A10zQ%2BwIjYPbgX95o3bs%2B6CgQYK3E7yroo8Qmd8XO%2FmYQftry6MNTXAWK9iM8dmPRQyuaiB8ribidWhSrTHEuleWR4a%2BKGeFz2%2Bp7l%2F2e4%2Fp9UQ414T5oK%2FSFCD5fBqsowldPC1cpCOeHChLa1doOx%2F19ge24XSn0P1bwCANEQR8Ibb%2BD42PZ2GU%2BHnThGP0B4oi2Q2h%7Ctkp%3ABFBMuruPo4pi"},{"num":15,"value":"https://www.ebay.com/itm/114978392281?epid=13041697744&hash=item1ac53f08d9:g:ryIAAOSw19phOQhW&amdata=enc%3AAQAIAAAA4MfAq90Uc5q%2BnEARf5asnqlnTSG7LvmP1omUJ0JygGULWmjyupiFGf73opsF8JQZk2RUqx2JKUXtADzEJ5DDJQ06s3sfd09hk%2FTwxF8F2KLf6n%2FZC8FJB5ZWStOE6j94kYrz2JlQ4HkgCKjCURvubUSX7SRBthVcKq0E%2FuXr1dRwE2Soks6LYbmRhBNHcQZ8SyUWrfnR6PhUMlVu%2F1BmtjZm9oUEUImFfxOEOoAn1SepB2yaUUFcUI%2FBfw%2FPskNhxhMF%2BewzTY1fVGdLyP8yz6bj2AU8RBDD6b0OPvB3%2FVJY%7Ctkp%3ABFBMuruPo4pi"},{"num":16,"value":"https://www.ebay.com/itm/364259821916?epid=4049279846&hash=item54cf93c95c:g:NZEAAOSwcUFkSqcI&amdata=enc%3AAQAIAAAA0CXD3yZZ1NEcEif%2FnfLFcPGoaHeVVFFArldVpjfyqxXOTmCuatO64KNKOs3zzOdCbgX0VKCk5Nm6nq81JD4xvPfdf1NqrD7Adc2DQzwgoQ4uIrArrBNt4chGcx0GklCBwbQJzykPgf9LJ0thnk8JM4mE2ukliv3y573mUYjjNMhqlu%2FLrbHwrjmz0gcNxLVNIwkohlLYiwkCqwzWvQlK1CnVMmV3NjStvOokV3JlO%2BbeDoZg5IgiTVtWo3U8RylpCr%2FRPUjc3%2FPFHk820KPtA0E%3D%7Ctkp%3ABFBMuruPo4pi"},{"num":17,"value":"https://www.ebay.com/itm/275816818931?epid=25034208609&hash=item4037f6a8f3:g:qukAAOSw05JkRwuv&amdata=enc%3AAQAIAAAAwChwMuAHpgZ209pV1aJ1NB9dRGXYIZUUcSKDQsdB3qIEFr3vu51BpKdOTcp4Wa6lu7yDiVViRmX3CNi2OosjtFEeY6ZlibAVmJtRMwy%2BkE%2BnGuEq5KVViFCj7d5zrTm2j%2FuPnESV%2FI%2BtvA3V7Zzkx5nq8ftYuHqmLCSQjtn%2B9M%2BhSjE5WOX12rl%2BT2ntBsBd%2BmiCDOic5cKloZuQw5hApBYqaYgcXyQ14Thj5OyeIJFGOHnhEVtvnHA9jhcRh2ZsVg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":18,"value":"https://www.ebay.com/itm/402974377238?epid=168494364&hash=item5dd3250516:g:SfUAAOSwvzZkBA2S&amdata=enc%3AAQAIAAAAwKDz2YpgJQoUTGmznSSxFiSUegpATPnA2U7uTMlL0cF6BOanI41Ydc8DAd79fmbccaB7rJhqVubVMcwnKFmStbe7EH7DqTcgI%2BansiR5OQcblmFszet1l4MXmmTmk9Wbe8akeJCmM49lwO9k8PSlCTt5XOO%2FuYxHPCqwiZZ3qaPBVHTllVoLT4UN3%2Fns628HQo7cv9USSdwaBVVxFKXe%2BdaaERK3GGv7fSysbWQH8A2bY%2BnKBCM0nBWJC2H5GlscSA%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":19,"value":"https://www.ebay.com/itm/134473303459?hash=item1f4f3bc5a3:g:S5QAAOSwccZkAdGW&amdata=enc%3AAQAIAAAAwOYZvXXRZy2aIFnCLSRw%2FnzLvcGxF3WbXV%2FjK4dViu%2Bt1JBMdnrFNVDole%2FcOLuGxFHej4zII16zhP382NKiZ4qlh9lxhmtSiMigyGJH8GPJs7qJLlbk9w3JjJQpLM3rWWYLcbz1tv2mBCKJipdfN1jnca3xtLPsHBWGn2TVIjDRNpKlNuIDGMF7Y13H9uh%2BCSTDqDpzwoy1YxoqCGg21FcJMhHT0%2F2VDxA3GaviTzafHm%2BaVZLbK3e5E5K83FOvww%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":20,"value":"https://www.ebay.com/itm/185690561222?epid=13039001065&hash=item2b3c051ac6:g:hrEAAOSwxOxjWETt&amdata=enc%3AAQAIAAAAwEjar6E2wQdv%2Fthh50KilzigmaKGpuEs%2Fh6sQTFyUwbU%2FXh4DCC6JppxOR4A9CkTtbYqGLXjtMkDRgG7Ca01%2B8xRsRFe5C7vuLj4w%2BePUXxo6vfI03%2BRRaaPlSFTf9W5OicpSyO8MQmWm2hVFKfCyJhGeLn6uViUb2OBgp18IJPU5HBmdyu9mkUOPsQnu1jpl8aweQ5Bpz%2B4jdGKdH2YiS3AskOE3LD4N0SVlP0BuEQ1KFZQS%2B6oAw3cgQyyj4ianA%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":21,"value":"https://www.ebay.com/itm/404303235453?epid=16042424111&hash=item5e2259c97d:g:FRAAAOSwYTpkbMnb&amdata=enc%3AAQAIAAAAwHjJcGlb5ZC8hhPfyiRmgZ8mXkGNzPqVPZjTpmd3gb9OuPsuW9e7ApE%2FDjrsZLRMK6jsdFICHDYyF7VGHOgD2%2Fzwqeby6JaeuwhZq60FnpU%2BuF9oyF%2FAi%2BK5Q07RRoVpdtratU8fmLBYYwmhk3cHnNbnRh9T60pO9fZM7nODQlarZkhpHjPGTpbIhoZvES2q%2BKanf%2FlVwz0NnWgES2WiNgiowmrnuhm594HoTMu442LSzMI9th%2F5eVrHK5pVhG9QAg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":22,"value":"https://www.ebay.com/itm/164949098513?epid=19049315735&hash=item2667bb8011:g:ICcAAOSwN~Vg5rB2&amdata=enc%3AAQAIAAAA4GkD9szwmJRjOSt3zF3Fk7Hmo1tcPbP3CQ1qxmPrOPWRGOMy5ZHdCqHfIQeALZu%2F%2FOa9SPUL2uG6lUGBXsitKQiyZ%2FNXwrZCHW2zy%2BK6BiXX5NLk5T6hl%2F8XqThtUKc9EF9xyjGAOLgloREeuUyuEwoiBtTnIOSOgYZ0emTNfAxFosvpvM0swOS4cLFbwfRGOiUH75ojHZn%2Bip2%2BdzgPwn2Zy8Z%2Fsl384RGpSshOGePfZndiht8zgfbiq8WUpSVAmZh4XZy3rdwMoOrBcRIGj2Jqwy%2FRaXgnNm7oQ8byN1Vp%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":23,"value":"https://www.ebay.com/itm/115809329987?epid=28034216926&hash=item1af6c62343:g:nn0AAOSwKJxkUw91&amdata=enc%3AAQAIAAAAwKDD%2FXgq3EVd4n81oXnDU68JmqmHQwoJStuYVChNYzWEj60LpjTbJYasC4w4GAL%2BwGKWOL2to1cQ2sWQnSoJMY9HxyPJkmASNGkgFvj1f%2B3ifh4H%2Bta61cZ2qDvj%2F6Lycvi82FHVVEaX3gyeYbChuTvhsrej3Sxvr8WHiPPshgvjaF72%2FeJAMa9K5fiESO2lCp528s4RmGGLjvaECBfPN7RZxNB9ppxJr7Eu9wP31nWfZJV5VbWjVSkTDOQzO62MDw%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":24,"value":"https://www.ebay.com/itm/155381097344?epid=114805777&hash=item242d6f6380:g:jxcAAOSw-5dj1I~O&amdata=enc%3AAQAIAAAA4KhQZEEtzmogXdTiYCEhbPwdI9mYHXRF3He5cSa1Bzv6rLA95yAKrFJUWZUkLDNWgPuIyd7QwT88PpRXUriFaciBz1zbX9lJDpZ7oc6zgaQHVrd1%2B88MhBAdX7hETlEWRVc65ZwB3aL%2FPetd%2FnY4dME5HZfMhGDNJyOFPPAZ2Tj5GWOseOTNGZSeWnaJPGLci4nNKypCubUqHJs3J9Kz8mt8YMIOpnt%2BxfWvgl9aPW%2F4AlcxZgvXg6xK9iEPdPn4N14NKnQZf7Hyc%2FDwfex4idPGzUZZ%2B7vDrPyWEDqGz1uP%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":25,"value":"https://www.ebay.com/itm/354806773691?epid=239099257&hash=item529c21b7bb:g:Fk4AAOSwg2Vkbp-Y&amdata=enc%3AAQAIAAAAwC%2FBrM4tFWJaQRC%2F3vv9mUoteYksdUryk1bthxUSKtVnRr4g%2F4ZfhelANjRK%2F3GL%2BCWsDXBddthqQAc3GVYq%2B9NhtjCu7JTS%2FYtW%2FhmNFvsYlwKwYHdH9L2xIelFcBZcI5rhCaCfJjn79OdUZHYCRoULOVfbEeF5F3knBdyyqnvCO8y6L6UJJpu%2FNDrsdl0BqNrOGV1R%2Bun6JfVO9Izo43oEp6GdMJWabuzfnCsQqiko716IhD%2FWNu%2F%2FKRiraxt34g%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":26,"value":"https://www.ebay.com/itm/266226088419?hash=item3dfc4fb9e3:g:I1sAAOSwwMBkP-LE&amdata=enc%3AAQAIAAAA0M8hEJzrbybUCEbONS96IOahWzXLESyTE9DQN9PrWhUXXz1kv3R%2BL0Pgb9aXOMm2Sb41eDHVEcNyK%2Bw4KZmMZBGNuQese8LF2fzd3znf3N%2FACrprit4uYAPMVKHYoJXYxejZWYMp64WWb5HRxgSDIu02CNDsfY5ZCJQyJZEZPeVZzT4aEmjkXMIjJmTfYTBG9O5%2FDjFq83nSJsg3PNL%2Fqq6Wm70vQH5HmfnNQNlnGHpBZk5QLjBtmwn2uFIsUrimiWVvX3QtnSsZF6%2Fj4%2Bvfd5k%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":27,"value":"https://www.ebay.com/itm/134292112524?epid=240455149&hash=item1f446f048c:g:P1IAAOSw7uVjUqVK&amdata=enc%3AAQAIAAAA4FBeMKYz8fy1ALbNWF%2FbmR%2F7TvK8Cq9gv4%2BVjG5YEa9UXnFcx%2BA35y90j7Tw43Dsz4VbInb5YcGDIgqBp6dOLfUmZKWkVOm2qrsOvizIqwPOkNOdi2wyofQqJ10aPh1NehKlRTwWezbS8tDKtuO1z%2Fu%2BkA84EZfNgoEtRsTKiAbqsayfDa8kcPwdmzWY0fym0McJ4adtpY6qYGwESEnc2vyPWmLLrnzByLgvyjs6eVb%2BA5CH7BcpPQpw94x9TX6jTg8Y0iCGWn244wvoCSIiPcC3gBzhGwB1Agk4Oij76JIp%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":28,"value":"https://www.ebay.com/itm/266065363299?epid=216202149&hash=item3df2bb4163:g:JHIAAOSwij1hUn8z&amdata=enc%3AAQAIAAAAwHysjyK3iBkwGkPgad7z7J6xiSCsfGVo6Tz4GQiyvBgc2ub8VmOJ4VG8q%2B%2FnXc8nAwZUeIVQzLYdNHZw9neA3ooPCLM9hwJzHNmVGzEZx%2BeLnr6s00EJZEPhJQpPow2eiIbXcVcL5y5EI7SxTg2D0imfXM6QHaqszWYiYQYbn%2FZbAhYoK6UxvbgNzvwDdfYX6eomG9%2FS2e%2F%2B7FsMebSNB9wjvQUug91DdC4fjvSvv9QG1wseRc6lNrWqQCwZzLxROA%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":29,"value":"https://www.ebay.com/itm/115766777445?epid=24032598957&hash=item1af43cd665:g:E2wAAOSwSd1kNXQ1&amdata=enc%3AAQAIAAAA0B57qhWT%2FfPxSqvmXObKn%2FYfDWP5awYdk2daFCpt5DZVNMIxdg%2BRD2b3AmbauvlGc5VTU1DQ8bP2wV3xDcLBKBGRpqgqzab8uG3zpnF2%2BPkKmT9OJVKVw3xypbFmrcVw1YahfyVB5B%2BV4B0OtAn95ci%2BXy%2Fo68ilU7PFOty%2B%2FDbOhYEegcwTZL%2F8%2F8%2FgWh3Fc8ksUePP9bMtxdQ%2FUsJkxtCW9RjFufH%2FEIpxTberMDYZQK2pmVWhWU4yNDkRw7%2FCXPiyChxsXp5aJfBBrvzZ%2Fqs%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":30,"value":"https://www.ebay.com/itm/255807288830?epid=26034221296&hash=item3b8f4d75fe:g:ukgAAOSwSTZjYqeH&amdata=enc%3AAQAIAAAA4H7Xj9pKskZseMSa6m0FvE03TlPmoQGqPaWxclDuReXey26jBkzGv0OxVXXd560xUE6xVDmYAgG0PmBIyFnq9UmnFXy%2FmbAyUb5j%2FcX9wmF9zkaGUgVSDQMHWM8XAmDvj1dRvGmPslWx103hMQ%2B1ScSRo17BMkl3IhF86K6IJW0CYemImMsELh55ZNARvz97Pe1hhoC3QdWuwKVvIfYQbq4MTS955b3Ws7BjgERzYCX1UfiCWpHb2fSoHegsP%2BXdO1Ar%2FB0R2S75M02sDtSfC%2BFWErAP6j%2BZYrYN8prpytp1%7Ctkp%3ABFBMvLuPo4pi"},{"num":31,"value":"https://www.ebay.com/itm/115382464560?epid=9051376057&hash=item1add54b030:g:4ZkAAOSwdOdifmmg&amdata=enc%3AAQAIAAAA0ATkmb33SPhvPEqzrrkGqKzYBSpkOgybw%2Bpl5rw%2BhgRtnBZ6TT9bbR%2F24d410FVzuXLN7IVbF0Gm2K4akt83UCM%2BGvGllSbpJRAwakrECV2raJoBFVZKMAgcvIDkMTzZkPuhSzQJj%2B2BTsWuqlRRdAPjEx5zV5mr27Mxe2PYs9km%2BwEywWiGCg2zk%2FVDkanqrauk0H5fcnuXK2C%2Fp%2BJNiE9qY0WaBsa8qok%2BGC5r7GDOxghiLFIHIDOwUZwehaNPsWMfln1S7CvzzuCl23eXYUU%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":32,"value":"https://www.ebay.com/itm/145095967799?epid=28038172042&hash=item21c864c437:g:iJYAAOSwtOFkaqFa&amdata=enc%3AAQAIAAAA4GX8FnYd4XSnVPWzjhYQ%2FSil88rzouAOWybF4wnIg78wkvDvl9D4v2AqMBS2efmsmjiirHO%2FMlXBCe%2FX4uLUneEm2cH2%2FqYLrs%2BX8IApA3eLntlECgKGtOrZ4iLoORIMK6ZYyc2EHwdG6kRweJsJxsktTcZWi6enG7kBDStBPqn2hUIgnSh3QHk5u4QJCWf3%2FZg%2B33zkTLiwM3ZlD6eu1PXmiVkrYnb1C3SYLRHWtNS5w8v3DdP%2FNlzruz7BB7wcMDMsHAUuuYaua%2F4ZdKZ%2F3w5k2YdEzh0gS%2B9mfp9QrqEz%7Ctkp%3ABFBMvLuPo4pi"},{"num":33,"value":"https://www.ebay.com/itm/195558414119?hash=item2d88309727:g:Ll8AAOSwRaJjw2kO&amdata=enc%3AAQAIAAAA4MRvCnxT%2BEEOBEoL4Efas%2Fc0R%2FD%2FDNfkp7WyFXSu%2BI%2BovFMxBspfs4N8dIQ53MznQDSMZi1fqk04WT7Uz9rNsIXERMr0c6BBiDRyiChacUklUJvFr8gwuZmveA0Soky7%2BRmzuWd15pS%2FZWOFwZzXUhsWLRYVHx2lpWCXX2NHc3ZY%2BGly4BFngwLLA7PJ7gfSMvDWoPW%2FfljYcKnoKnfd9HB44Wy%2BYCScrZSBRGTTfjLPmFfOViwDotPAfpey3eBHpwaA3CRVOOpbfBxqWyqnYU5b1PpW6EWh%2F37F0PchBxOJ%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":34,"value":"https://www.ebay.com/itm/295672429475?epid=13023706562&hash=item44d7733ba3:g:HuoAAOSw~2JkbSM8&amdata=enc%3AAQAIAAAA4DO5fOzkW40L6mfgQfEMxnDMEuMVT6ytC1CLQEKJU6SSkYzsQlxN8GsB0HovV%2FBDC3e%2F34HSJufV%2BX4dip0QKBkQ4%2F9cSDf9YELtG0h5uhDSyUffYOfpk0Oq7Arr11lmE8n6MgWM7T%2BiOHKfItBWIU2Z1pcjldbc9jW2wRSegyqlZQhUZLQy0J56KiOuV8h1BkHBpXETC0dL6pwLF4NqAzT7Cb9QW3%2B7x4DM5j%2F4QH3a3SUE8dOylsVw1Yi8W2uCKieLAZqHHJjYjhk1Za0%2BcEo4dhUWcDGgIdk%2B8WgBrNo1%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":35,"value":"https://www.ebay.com/itm/115791017894?epid=15054602795&hash=item1af5aeb7a6:g:IIwAAOSwmTNjxuMX&amdata=enc%3AAQAIAAAA4NiRYcMzaAzlMzTXrpuAsy4NGJjeW%2FhGRkz096Q73raAQLVBWzKR0i7%2BgS27jqKu%2BjW%2FCNotSvFKxfRCZ9qdELWq0c%2BOR3%2BmkoR7ol%2Fdxm98ve3oFIspoCj1jE0TAyon034EVnXiS1NP4w%2BarAb7pOGGOFzbQCdDN717PfexKRpBfwQVNksLr4RdYILhFIygaJC9fnRb4mezxBij4TdjdFH0%2Fn2%2FSZZlvS%2Bebct9IyxwXlvWktHJojqRu%2BVhjCCYBX58vmqvdVw1L6fiUtO2lwFy4sxV2BGtJcj5Ke97iVw8%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":36,"value":"https://www.ebay.com/itm/266249818815?epid=109338283&hash=item3dfdb9d2bf:g:rwgAAOSw3b5kWGuE&amdata=enc%3AAQAIAAAAwGK2P8yGPXbKb1Od9OXYevRulGTQZhwbQCwxe7luuCJA%2BesHWPCaGx8ur9IzuY2%2FdQXKQeW91Zt5kk0S4q8Ll%2B%2FTNX1wfOyMxJ8AtTDXt04ktCgrzH9sBObTf3VNbRZlzTPxAokHvY2PLOHuGyB2R342ZY5r1xMyXvSnyM2LRrXarOUc5MGNxgVat5QuT6EKQh5jK7NdjB9pxMedEw5KQUC%2BG2N2lqTFj%2BPGQLoYcGwW1yQPUr2GHtWj48kDqZgTsQ%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":37,"value":"https://www.ebay.com/itm/275715071825?hash=item4031e61f51:g:oNIAAOSw9PZj~JpM&amdata=enc%3AAQAIAAAAwDyMsT%2BV8EBIIHfIybtIt3IlcpnwsSx288jrHY6Ci4dd%2FL1T%2FiYU5ER6fw5A9KmVy8Rz4o%2B174lms3hVV9QAuLDUZ8wPsQEfJ29uVHe1QdVP2MZbXbK%2FS5BMzgHdHfxj%2FO1AvtCU0u31gfDqWiNOcz5Th%2FgAVx6UWf89z0NIkr6eg3qHTNNpx8RBhMOh3JafF1wkjWDrXsZuiRIh57SwvPJ61Vs%2BSw%2BP4pHwFoDiP2wmiE%2BvG%2B1WPy3ALvCZqeHu4g%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":38,"value":"https://www.ebay.com/itm/374717197868?epid=228576574&hash=item573ee2ae2c:g:S8wAAOSw6Ztkbs9Z&amdata=enc%3AAQAIAAAAwDEljen93ERQcKwp2gIxhfgVcGPx0jxowHt3fb76GczjSU%2BtC9JV90U%2BAQqLjznm0%2B7%2FIFmX7nwHbemlal1O9UZjNJJJZYX5HF0Au0idSN3FE4TFIG1d6SLg4aAN3PX5N69dqV8W4%2BobeSoOwm%2FSMwlaCQ7aiszkAjWyHo2l2FCAQQ9HvTlZD71R4DMw72aIFW0ylcSajb7NRoMsa2hN%2BWsKKQ8Quf%2BXipdF8r4rIn0mPIddjERmrVEKU6DtP%2B7TYw%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":39,"value":"https://www.ebay.com/itm/125804984552?epid=240377092&hash=item1d4a8fb8e8:g:ZM8AAOSwtBlkBYcD&amdata=enc%3AAQAIAAAA0O%2F530L3bHGyboQ47tj6fn%2F4fVulvks9Txui5I6VuiAMJbXa672NqFL2rLCO0aFIQ0oU39mClfQXuzk8x8ZCcul8relCd0eM1Q5H7EFgevbIIz6YmF10StJ5vIJMIPdWiUr%2FVhjmVdPe2cVualVEuPBRD1EQXRWZaCWw7AkOOalZIlI55Q8UrkIS7QbY0ILy2PnvOl%2F%2FTOLoWKVLEHs1OfGZciXBqkBSIbiwvdQwjX6dfyYg0eRNdJ4SVfRRfJ7ZMjTGDpIFdS%2FFZgT2pCg6XHs%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":40,"value":"https://www.ebay.com/itm/265911650646?epid=3041485877&hash=item3de991c956:g:6NMAAOSwP3xjNxwy&amdata=enc%3AAQAIAAAA0GQWZqCbWUn0oDBhCeRY1UoDIeeh1r78xeaN%2FWHdi1RiY25H1KvXfviwnGyfzigUCGSXJ%2Bo3OKctToGyPZ25Lf9ewoAew%2FN6d7N%2BsrlYRku6pWBeq06w%2B13bN3o%2FWY559LiSJFp7GJRUw8Xjr1mJnJ0CreVKdbles52P%2FW542i%2FuxmRcKLCq8xqN6ZgODHZYvjZwAS8y6urIgjm8q6WnhMcUrlMqZ1D0yUPBUVeD4iALfkoiSVkHNG9CvbF4mgkWp084qCkfwd4MLhXXQqD7cLc%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":41,"value":"https://www.ebay.com/itm/225032084926?epid=25023700421&hash=item3464f51dbe:g:S64AAOSwVgpiqlye&amdata=enc%3AAQAIAAAAwEGdNUt9XXTnVaZ%2B6L1iET1GDi5hSqDPp7Ed0u%2F5BOBXhVEBEjvafKhZSg7Xo%2Fh4kHVvTCJnIogKcbrRhYCgIXXS3coML5B2pZoZbpEcFgB5I51vOl6Jx%2FjNBwaLXy5ivr8LzHu7bOHsRrLqqbj%2FxUpgYqDlNNYRzNXDUNxsDpDk2xOAtEzkKw4Wgtwn8HG30JTIUtcCbeAYucQiWiOiZ3%2B51kfEOqWq8a4TgeBgUACcqCvqn7OiBPFXXamQVhtL1Q%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":42,"value":"https://www.ebay.com/itm/115813971678?epid=240434004&hash=item1af70cf6de:g:HE8AAOSwD7pka-ye&amdata=enc%3AAQAIAAAAwG9cmrsZyl1i9jsstX91tXt64HORisj2KlJmakCyc5eRSLazgmA0VtsJS6a6QVIBGtEXCPG8xI0Hq86MNqc6UmFTEU%2FuStTSV1GqTWsfr3xkG3armBiHg7wbF68cD5Q%2FWzy2DHNxJWQt%2ByNKiOX5GA2Aulz9gRHhqepG9FSoOXxk%2Bb1rviAiw%2F2i5Gt5ud7AKAG9ilCnd9pWT%2FIyMuCOsx%2F%2FP1a8DpjjK0hh2KAslSrwS5lZjrDPgI4PiZH%2FN1WHkQ%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":43,"value":"https://www.ebay.com/itm/394434823940?epid=168534247&hash=item5bd625c704:g:lhMAAOSwgFFj0von&amdata=enc%3AAQAIAAAA0M%2FIzKUyjuP64oVYg2zv2N6K0HV8Dsw%2FcT3wTKNUiZSokldICyCOb7GbFiXSs3fmfa93GI8a9rBaVOMm2AaOIqOybFBoOnlqRXbs4GXpgulmg%2FGHWkZGFn8zzIcgtj5CBqWeQ5R2Czc9UkTohD7nS2eRTh6pbzFeG60F6iam3QnQRpc88l7EnlsJE0FCF4%2BrsbHx8zKRX5UmeNhVK0sQA84brDNzyasZ6%2FhEC9W7kdjSUUBT93BHd0Hj9%2BRQTLoMSLaeKqTmapZfBBNjFajwGlU%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":44,"value":"https://www.ebay.com/itm/385598884410?epid=99987131&hash=item59c77c0a3a:g:C5sAAOSweQ5kWId5&amdata=enc%3AAQAIAAAAwB54SZlQW0p5KQfu0jP9GzVeGbX3lxFThmXOyzH3N2cedj0%2BqlnwMOB1CZSnoCp%2FKHUsfviRkW2bteQEMlnc0fbzbebo66rf%2F4nzJAoUA0yCAmi28L23hP41DQaIdajplNpkgpiQHE%2FZOcGb0IR6FmdQXth48g33MhZtTZpOYcMPiPGtwcJzxiU7sARsGQ9r%2BeCNw%2B67Wf50K37KiXWi9rL14eq0tV%2FfbdpLhQOh2%2F3GE9Ql8WAo%2FBON6jMhqrY6WQ%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":45,"value":"https://www.ebay.com/itm/204347780252?hash=item2f9413ac9c:g:dDIAAOSwHcJkbpJo&amdata=enc%3AAQAIAAAA4G5qAeMF2c%2Fp99qdl2e4QsV%2B9aDtdjvQIZUr2nsDzWMWSsXB%2F%2BZ7eyYMzXEY5iVWihbArwRh1MXNQhrXqXr0MfNkZuBlWyZmH9nyoSPtydaQF9jgRRk24O1%2Fhdqo%2FFAutR%2B%2F%2FcDnpG6HbNCktiCvn%2BvnVM1DJQZebRcLjEyQb3mXY%2BHMzxPMXEt1KDhRBk1eVVLjfh9ybQFHWHVXS95gOi%2FxI%2FSMglgvtfC8Mwf7xumjQshU04N%2FopuFbJcMBcv0kOhBbvnBa1m99nbbnDl5pbux1ugkP087E%2BNasU4Khg2Y%7Ctkp%3ABk9SR767j6OKYg"},{"num":46,"value":"https://www.ebay.com/itm/385255115294?epid=240210725&hash=item59b2fe8a1e:g:cxYAAOSwuk9jgIHV&amdata=enc%3AAQAIAAAA4LbLMVk7C1FrgwVIu0YOX625J56lmBpPXnvKUAHwy61DAlTwJRki2R4xdtuifLPLOK%2F%2BKxBZ9IqnkyFqOI8L%2BIHF6VsEXhF%2FkWh%2Fhnvu8iKt9OY%2BaaX%2FndpEMGK5ovkZpsi6g2GVKBUOQ8nukJMR7gpyJnYPMBrr%2FXBg%2Bopp52JjuvqSONdf%2BU%2FAAf%2BvL0Wm6jn2JND%2BUU%2BKB9XHAMmYFAKLHqMmmcP7urDDm58vYgkgbzg8vPrnJNmM5LSGGwQlrwzoU%2BMAW%2FIIqyuN4QdKlvOUZmHVte%2FDlh09tPm4qL39%7Ctkp%3ABk9SR767j6OKYg"},{"num":47,"value":"https://www.ebay.com/itm/314579175553?epid=240282853&hash=item493e614881:g:keMAAOSwZXxkWJz9&amdata=enc%3AAQAIAAAA4CVZ5wnwqlSCS1YWHcywmTZIpoSq9MKZI4x0QzZgnK4WlYGrgYTGb60fL6LBfKIZUEYQI75%2BTi5sIY6y3ZsDcJOW719%2BUzOLulrXpw9A2xsYYS%2FAkkZAfz96VSHqW2jOLF6VHmMp%2B2kjieViO%2Bn%2FiNjJtaSYBp7VRBihr5P4GMg7GlGaWQnmbByhZXmIdPsqZBqR7Ze8YSII8qEUEcG%2F2ba9RY%2BUmeaw7kxtSNonQwLciOh0GRCar9PDDCFFJ9xBmoYAy2xC00KdUHdh5nn8dOpIAcOWrNiFa6kwu8QRPrFP%7Ctkp%3ABk9SR767j6OKYg"},{"num":48,"value":"https://www.ebay.com/itm/266246155894?epid=1981183096&hash=item3dfd81ee76:g:aJcAAOSwW0tkVH8D&amdata=enc%3AAQAIAAAA4NSs43V0ZX3nNh7xuPaSq0MPHD1DrbFDQ31ldqm0v3BUSdkBlQ9PcsinazAjKxQVV7cZykPIg1%2B3UqbpNe9Qr0pn1OC6mWSsNy%2BMgWmEVX3JxdlM6ydk8KNbbDkvLmC4uppTCLrVYNjWz2EpiIunrM6oqzM04E2HAU%2B53wgVmeF95t82tJje2WjqZvBI5k0ptDwfv9p6ZnXwptK036YEk6xQaeNuLVuaI64n230LC5di6kp%2B5GH2hhnrPFs0%2FQVzPEE8AOXeETLqkuB3ZoUxvTlQYPs64UjEyeJMzuG4kDId%7Ctkp%3ABk9SR767j6OKYg"},{"num":49,"value":"https://www.ebay.com/itm/404172805708?epid=109317046&hash=item5e1a93964c:g:egoAAOSwEshkBX29&amdata=enc%3AAQAIAAAA4L%2Bcyf5A6p8lpN3tDYasPFw4urgf1QST9NSS8%2FujqkoYqEraBlAEaAn36Zl1fkENjNqSEx9a6k9N2T16vwc7zWhu%2B4m80XC9prUmMyRjxKDxgPuus3J6ZrVWX0fCbEhoIB5NjQ3HVV42pHF9cp8peiwDmnPTuj46ixo0cC%2FD5WFVxNqQBMcHS44EcNKkGdTmcnhscthTBo5qSuJr7InRcb%2Fs1iXcYBtaqn%2FPzhXP%2BdTX0rpgowXXJd1JJIUhVN%2BYp4KbYvJGFKfjjLOXnSTrLt3jpfIPpEgsMUsx1hmXktSg%7Ctkp%3ABk9SR767j6OKYg"},{"num":50,"value":"https://www.ebay.com/itm/175601025545?hash=item28e2a30209:g:pSUAAOSwAjpj39Uh&amdata=enc%3AAQAIAAAA4JtdtqZGD0DaxP5aiGhnDTagbGu9f5fI6DnTdtAAlfVjypwfAjWgvmYBGxCLWAsaOvxD5DkU6Z1%2B8pS5j7JzI53ltdrlRLdWlcO6zGQJ5FKgxIuzP9AB%2BJOoTi7ymG3NX7LB%2BFoRxaGk8H7TRqnbcUTsFu08q6Wviac1RRVOEqW1jRFdfz1SSPWugqJHa5q6Q54rDvHGaWffGml3qTueC3kO%2FHZsLC%2FkmBEF7j8cbyZ6D3uDYv9P36tYESwXEutIHJGymO0%2BLvl66enzEOKDV%2FJ28OXegbTLMdtjxt42%2BKSa%7Ctkp%3ABk9SR767j6OKYg"},{"num":51,"value":"https://www.ebay.com/itm/404172716323?epid=103043220&hash=item5e1a923923:g:aCEAAOSw5S5kBYOD&amdata=enc%3AAQAIAAAAwAEqcW61tzBYheFVcLKrztFd4jbhNUIOlCu68BpaMltkmVY%2BE%2Fh%2FXAp%2BEq56fYG%2FbSq1ZMGqTatNiRWd5Znnd1d%2F%2FQeDwfoaYUF1oEgOC%2FR16f%2BixZlEF8UnigH3S8ai0c7lWYlqf7NP6m544ROPYrvUgaTcabd2TpqG7pRR2vqO4Am65Sx85AI8hVQwfV8CPDnx8f0tfz9EmqQXpgzFHeTOGRRjBQEUN47JT1lPCDWLr5VbHVBeS64jOjqUF9QeQQ%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":52,"value":"https://www.ebay.com/itm/234972583475?epid=7034636144&hash=item36b5751633:g:JUcAAOSwOPpkNcYf&amdata=enc%3AAQAIAAAAwJTowa4riLMf%2BrbZOFjw%2FpyMKzDMbbpRVveSoVPkntnGByRtXr0iOLGQbuhx8d1GTd%2Fyq2Yz7j2PqM8z79axrNlajdozMIeDdSfZFNNGCVGbGFJr0zhTektCAO%2BsOoWfJ8d1QAUTVS8UDjeLcgm9Q%2F%2F8IsAOaw7PhmB6anER4kj13ftyLJ7lnSyJx1hoCHpqVa%2FYUoinYRu35ffMFQLcVN03Ai5ZFwU09H%2FFvSP8JR67xkg1Yns%2FnyQZko9A5aNhCA%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":53,"value":"https://www.ebay.com/itm/354777150278?hash=item529a5db346:g:6woAAOSwVT5kIliA&amdata=enc%3AAQAIAAAAwL2KambFmV0v2f%2Bo48YE0kLMUkDgpye06l2Pbg5Ypr7MUtrxSbdEFRjdwADDkEK2VPX%2B0kwg2jGsObWRAF2AZLRyXbOom%2Bm7Z81AOVoyeo5OS2ToArc7g9oJaTtYaXdBcjvb8Zz%2BcAVUNB336OT%2BZf3BB3lcuzTRnzCnXYYF48G83XxEY7beer3r4E5heW5%2BLl1VK48WXDI4E%2B4nMC5gMhyI8WiPJtklVjoH%2FHtjsCutMkWA5m0C987GvsbIrRZnSA%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":54,"value":"https://www.ebay.com/itm/364190042333?epid=15019024614&hash=item54cb6b08dd:g:GXkAAOSwUj5kGfn2&amdata=enc%3AAQAIAAAA4JKv17A5cE2QI7BTqtpbhom1dpnLUJOirR04JMqCkztHmRURtaMsh6YOvAslQvbRCvZgMB7FY%2BRt7EdhF6habqEz%2FH3wNYwYZv5TT528Tsc%2Fy0ZF4qvyZasX6AMIuE6WpSjjxD9zLa35syIzfirWW6Af%2BV1AqjodZ%2BUL2K5arIP9nRUGtzbKKPhxOVP4DYIyfFnmj3VIWfm720owpEf3hN7b5NlkngUXHl496A6fbtHyIoJFfEyxXneLPgJu%2F0W6uGtTbrEE%2BRneFqmDdo8qGx%2F0b5gsIj4%2FvCFX%2BcxCXoyp%7Ctkp%3ABk9SR767j6OKYg"},{"num":55,"value":"https://www.ebay.com/itm/185662256826?epid=111218208&hash=item2b3a5536ba:g:txsAAOSwhgxj~K6y&amdata=enc%3AAQAIAAAAwGNMCzp7RP3gzxS0lMJ0MO1080FvhiAk2dNXwcZwhYohVt31Gtfcu9zXPTEU8tuMtEdQjRiVlBWKnHBwMgXcaLseNLWJ02m0Qm5leo6pfErTWWzRbjavfFbZFte0wbcQHs2SoDfjdyPh7Fbt8sEltzoP0MicPhvhZiyOe1MFU0FsNqq%2FXZ%2FOKa9%2BHtoxTbXnnU%2Bcgmeh1QlKSeyI6j%2FBLmDPs1ZGTK3W5he5WoQULq8kf9JWuVZDKSE6oBppe%2Frndw%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":56,"value":"https://www.ebay.com/itm/404172810786?epid=240060051&hash=item5e1a93aa22:g:2IQAAOSwN6BkBX5k&amdata=enc%3AAQAIAAAA4E3Vq4D3CP7YwUp45QE%2BwEpnYRe4LczMyKU8OYYO3f9Ze3Gm2hqtaGZcad9nuf%2BC7zCjS%2FG55DAlUrwsFKUIabbfjE4iqbnJXXr7vRRkzVVMPCqJoqUUur%2ButxhcaKzUcBJecsZVLL7TgqMCelZJqEVnkT%2FqWz7xYJPGghlcr3cS8%2BfsHD9RN%2BBlEA4wGc0Uq3bW2trXvmrHyD71W%2Fxoo7zoVephGIHS%2B52aHDvAjNlgE%2BVDwoM%2BS36POSkcoqo1DHsPg%2Bdc7HXHyPgZcpY%2Bg%2FX1c26vjkxpYAhDGS4kiKTh%7Ctkp%3ABk9SR767j6OKYg"},{"num":57,"value":"https://www.ebay.com/itm/175636718714?epid=21056262184&hash=item28e4c3a47a:g:FpMAAOSwDupj23ys&amdata=enc%3AAQAIAAAAwJOKWDLzb4QR6QTWLQ2rFWnNOLqYEVKx8hkq7%2BeCnz9VRv8fs80GQew8iOoekOiEVwwaz67PW4jtyHflu0%2BOa6wrUE3ozndFFTCvPLRiMl4i0GsRhNzlzqeXfKxKiuewxz%2FiUMIXOnHX%2F72Ke5IVsXAVzOFETeYuZulBMA9kI9bTTChKWySyGJwXylp3dXszn8H1MjQ6rG2zR%2Bqmq4u4rQdjbdw%2B9dCSvO%2BnvbZ0l0EoUgmobfu4LUzJv7DqWIpgpw%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":58,"value":"https://www.ebay.com/itm/166093060173?epid=240200776&hash=item26abeaf84d:g:EmQAAOSwiLtkXfnS&amdata=enc%3AAQAIAAAAwDrU5noZec7LSVt0LBRjb6EsIqLZxFouWLD3bXAmRtpsrtJJ0XjKJ4s4oVao54RwFXCmY59HZDaeATS7nyZQ1VPe4HMDgF7MRc%2BAem957352z19GFdPBMcbISKRkEH9TZ2U1njFpnZPkyf4Kmk3q2xTj%2FObZuZ4Kj0JV9JrzRV6bVSQFAdoBsA2VOGPesyl52jDsgoTwg8iUA0W6WuyJdhVFVv792b%2BW2SiNUk15Ha1arSTzLMebVI0warlOOzFepg%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":59,"value":"https://www.ebay.com/itm/265620291838?hash=item3dd83400fe:g:YesAAOSwkfhhnSk5&amdata=enc%3AAQAIAAAA0B7zimYHFc6DQFKkkTAwopA3UtP6x4ItL4wx84Q8sDi%2BE7HVh1Z3zTCt6%2F2klTQ0IoKzDJi68mr78SXkI%2BhWNQ2M5YJ2wi78XUcnjZPjRWG%2F4fkGVg2FBAVKUPAKyYqvHA%2FP5MRMwz0rVqrIkw5M2n8U7uVhnCL2IlEPHW7%2F3An3QwXh2dqOo59rfAyNlLN0B76MiJ937jzm041ruKsU19ggk7AmkHT9vzRgMJHNdcOiWfRemLfAMidMORuHpjL6vY5XS1EbdEUtEv3YDtgIaD8%3D%7Ctkp%3ABFBMvruPo4pi"},{"num":60,"value":"https://www.ebay.com/itm/402891685763?epid=239080666&hash=item5dce373f83:g:Y7sAAOSwH7FgttTS&amdata=enc%3AAQAIAAAA0FqH2aeuPkAmdvvHpNEmlHhKuFVAlx3mVW6UUTfqOGNk28eCuRw1faxM6DRD5WAfupqzRAtnKXAqEYjzsFxgaQoYFEdqjF9XD37LB0KC%2Fxb5IS6NWvCHa7LA6%2FH1yg8lk%2BgcmhvSJzt1wyze%2BUwwZxJCX6N6LRg8oS4EI7Zli%2F%2BMup9d23rCD4FVtMpSI9gQ5qNHMABomETcULS%2F%2F6PD53powD0JDkPhAHMMCiAzctWWLOTyxftoJvMyFTveZGgf6W6KAUAbraeDQcR%2Fz3uc5SE%3D%7Ctkp%3ABFBMvruPo4pi"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":4,"contentType":1,"relative":true,"name":"para3_image_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]","allXPaths":["/div[1]/div[1]/div[1]/a[1]/div[1]/img[1]","//img[contains(., '')]","//IMG[@alt='Apple iPhone 12 - 64GB - Blue (AT&T)']"],"exampleValues":[{"num":0,"value":"https://i.ebayimg.com/thumbs/images/g/yS0AAOSwc1Vjq2a2/s-l300.webp"},{"num":2,"value":"https://i.ebayimg.com/thumbs/images/g/jKkAAOSwHkNjkqJZ/s-l300.webp"},{"num":3,"value":"https://i.ebayimg.com/thumbs/images/g/5nUAAOSw4tpkVZJQ/s-l300.webp"},{"num":4,"value":"https://i.ebayimg.com/thumbs/images/g/zoQAAOSwwqZjWEiw/s-l300.webp"},{"num":5,"value":"https://i.ebayimg.com/thumbs/images/g/5yIAAOSwCMRkSNvZ/s-l300.webp"},{"num":6,"value":"https://i.ebayimg.com/thumbs/images/g/rTMAAOSwGxRkUVOe/s-l300.webp"},{"num":7,"value":"https://i.ebayimg.com/thumbs/images/g/JkYAAOSwwRxkanAH/s-l300.webp"},{"num":8,"value":"https://i.ebayimg.com/thumbs/images/g/4wQAAOSwOh5j6z5H/s-l300.webp"},{"num":9,"value":"https://i.ebayimg.com/thumbs/images/g/lqAAAOSwSd1kJiS8/s-l300.webp"},{"num":10,"value":"https://i.ebayimg.com/thumbs/images/g/FEsAAOSwcURkYNbm/s-l300.webp"},{"num":11,"value":"https://i.ebayimg.com/thumbs/images/g/SPcAAOSwv5NkX4hF/s-l300.webp"},{"num":12,"value":"https://i.ebayimg.com/thumbs/images/g/1qAAAOSwXIFkDBQZ/s-l300.webp"},{"num":13,"value":"https://i.ebayimg.com/thumbs/images/g/ZDgAAOSwLEth8GLy/s-l300.webp"},{"num":14,"value":"https://i.ebayimg.com/thumbs/images/g/zDQAAOSwMpBjNzBD/s-l300.webp"},{"num":15,"value":"https://i.ebayimg.com/thumbs/images/g/ryIAAOSw19phOQhW/s-l300.webp"},{"num":16,"value":"https://i.ebayimg.com/thumbs/images/g/NZEAAOSwcUFkSqcI/s-l300.webp"},{"num":17,"value":"https://i.ebayimg.com/thumbs/images/g/qukAAOSw05JkRwuv/s-l300.webp"},{"num":18,"value":"https://i.ebayimg.com/thumbs/images/g/SfUAAOSwvzZkBA2S/s-l300.webp"},{"num":19,"value":"https://i.ebayimg.com/thumbs/images/g/S5QAAOSwccZkAdGW/s-l300.webp"},{"num":20,"value":"https://i.ebayimg.com/thumbs/images/g/hrEAAOSwxOxjWETt/s-l300.webp"},{"num":21,"value":"https://i.ebayimg.com/thumbs/images/g/FRAAAOSwYTpkbMnb/s-l300.webp"},{"num":22,"value":"https://i.ebayimg.com/thumbs/images/g/ICcAAOSwN~Vg5rB2/s-l300.webp"},{"num":23,"value":"https://i.ebayimg.com/thumbs/images/g/nn0AAOSwKJxkUw91/s-l300.webp"},{"num":24,"value":"https://i.ebayimg.com/thumbs/images/g/jxcAAOSw-5dj1I~O/s-l300.webp"},{"num":25,"value":"https://i.ebayimg.com/thumbs/images/g/Fk4AAOSwg2Vkbp-Y/s-l300.webp"},{"num":26,"value":"https://i.ebayimg.com/thumbs/images/g/I1sAAOSwwMBkP-LE/s-l300.webp"},{"num":27,"value":"https://i.ebayimg.com/thumbs/images/g/P1IAAOSw7uVjUqVK/s-l300.webp"},{"num":28,"value":"https://i.ebayimg.com/thumbs/images/g/JHIAAOSwij1hUn8z/s-l300.webp"},{"num":29,"value":"https://i.ebayimg.com/thumbs/images/g/E2wAAOSwSd1kNXQ1/s-l300.webp"},{"num":30,"value":"https://i.ebayimg.com/thumbs/images/g/ukgAAOSwSTZjYqeH/s-l300.webp"},{"num":31,"value":"https://i.ebayimg.com/thumbs/images/g/4ZkAAOSwdOdifmmg/s-l300.webp"},{"num":32,"value":"https://i.ebayimg.com/thumbs/images/g/iJYAAOSwtOFkaqFa/s-l300.webp"},{"num":33,"value":"https://i.ebayimg.com/thumbs/images/g/Ll8AAOSwRaJjw2kO/s-l300.webp"},{"num":34,"value":"https://i.ebayimg.com/thumbs/images/g/HuoAAOSw~2JkbSM8/s-l300.webp"},{"num":35,"value":"https://i.ebayimg.com/thumbs/images/g/IIwAAOSwmTNjxuMX/s-l300.webp"},{"num":36,"value":"https://i.ebayimg.com/thumbs/images/g/rwgAAOSw3b5kWGuE/s-l300.webp"},{"num":37,"value":"https://i.ebayimg.com/thumbs/images/g/oNIAAOSw9PZj~JpM/s-l300.webp"},{"num":38,"value":"https://i.ebayimg.com/thumbs/images/g/S8wAAOSw6Ztkbs9Z/s-l300.webp"},{"num":39,"value":"https://i.ebayimg.com/thumbs/images/g/ZM8AAOSwtBlkBYcD/s-l300.webp"},{"num":40,"value":"https://i.ebayimg.com/thumbs/images/g/6NMAAOSwP3xjNxwy/s-l300.webp"},{"num":41,"value":"https://i.ebayimg.com/thumbs/images/g/S64AAOSwVgpiqlye/s-l300.webp"},{"num":42,"value":"https://i.ebayimg.com/thumbs/images/g/HE8AAOSwD7pka-ye/s-l300.webp"},{"num":43,"value":"https://i.ebayimg.com/thumbs/images/g/lhMAAOSwgFFj0von/s-l300.webp"},{"num":44,"value":"https://i.ebayimg.com/thumbs/images/g/C5sAAOSweQ5kWId5/s-l300.webp"},{"num":45,"value":"https://i.ebayimg.com/thumbs/images/g/dDIAAOSwHcJkbpJo/s-l300.webp"},{"num":46,"value":"https://i.ebayimg.com/thumbs/images/g/cxYAAOSwuk9jgIHV/s-l300.webp"},{"num":47,"value":"https://i.ebayimg.com/thumbs/images/g/keMAAOSwZXxkWJz9/s-l300.webp"},{"num":48,"value":"https://i.ebayimg.com/thumbs/images/g/aJcAAOSwW0tkVH8D/s-l300.webp"},{"num":49,"value":"https://i.ebayimg.com/thumbs/images/g/egoAAOSwEshkBX29/s-l300.webp"},{"num":50,"value":"https://i.ebayimg.com/thumbs/images/g/pSUAAOSwAjpj39Uh/s-l300.webp"},{"num":51,"value":"https://i.ebayimg.com/thumbs/images/g/aCEAAOSw5S5kBYOD/s-l300.webp"},{"num":52,"value":"https://i.ebayimg.com/thumbs/images/g/JUcAAOSwOPpkNcYf/s-l300.webp"},{"num":53,"value":"https://i.ebayimg.com/thumbs/images/g/6woAAOSwVT5kIliA/s-l300.webp"},{"num":54,"value":"https://i.ebayimg.com/thumbs/images/g/GXkAAOSwUj5kGfn2/s-l300.webp"},{"num":55,"value":"https://i.ebayimg.com/thumbs/images/g/txsAAOSwhgxj~K6y/s-l300.webp"},{"num":56,"value":"https://i.ebayimg.com/thumbs/images/g/2IQAAOSwN6BkBX5k/s-l300.webp"},{"num":57,"value":"https://i.ebayimg.com/thumbs/images/g/FpMAAOSwDupj23ys/s-l300.webp"},{"num":58,"value":"https://i.ebayimg.com/thumbs/images/g/EmQAAOSwiLtkXfnS/s-l300.webp"},{"num":59,"value":"https://i.ebayimg.com/thumbs/images/g/YesAAOSwkfhhnSk5/s-l300.webp"},{"num":60,"value":"https://i.ebayimg.com/thumbs/images/g/Y7sAAOSwH7FgttTS/s-l300.webp"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para4_link_text","desc":"","relativeXPath":"/div[1]/div[1]/span[1]/a[1]","allXPaths":["/div[1]/div[1]/span[1]/a[1]","//a[contains(., '')]","//A[@class='s-item__watchheart-click']"],"exampleValues":[{"num":0,"value":""},{"num":4,"value":""},{"num":5,"value":""},{"num":6,"value":""},{"num":7,"value":""},{"num":8,"value":""},{"num":9,"value":""},{"num":11,"value":""},{"num":14,"value":""},{"num":17,"value":""},{"num":21,"value":""},{"num":23,"value":""},{"num":24,"value":""},{"num":25,"value":""},{"num":26,"value":""},{"num":28,"value":""},{"num":32,"value":""},{"num":33,"value":""},{"num":34,"value":""},{"num":35,"value":""},{"num":38,"value":""},{"num":40,"value":""},{"num":41,"value":""},{"num":42,"value":""},{"num":43,"value":""},{"num":44,"value":""},{"num":45,"value":""},{"num":52,"value":""},{"num":57,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para5_link_address","desc":"","relativeXPath":"/div[1]/div[1]/span[1]/a[1]","allXPaths":["/div[1]/div[1]/span[1]/a[1]","//a[contains(., '')]","//A[@class='s-item__watchheart-click']"],"exampleValues":[{"num":0,"value":"https://www.ebay.com/myb/WatchListAdd?item=204347640092&pt=null&srt=0100080000005099935eea570d06429b655d8c91da9ea4db4035a6167fdf6b7b1af51ddd35ae0b88aa90a24a76c0cdd755b02d6d156aadc3baa53440abb15a39018f0461d3d2ca754448d10f4ff5c5cc68ca07ed536011&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":4,"value":"https://www.ebay.com/myb/WatchListAdd?item=354499126227&pt=null&srt=0100080000005018955b8d48185355e07bcf53aa7ede448674926e79a691fb2f196f1df52e4e194bfe78c7420bed2ac7eeaefb0493a212759d3b95478ee319732d7b915484026ea881b037d48cf12efcae250ed2e61bd6&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":5,"value":"https://www.ebay.com/myb/WatchListAdd?item=165950326528&pt=null&srt=01000800000050afa706863e29d4fa372e69621c267042b51e3688d0c5b88262a67a2ae9c21b4d211476e1debf844b351784d930a6d071b216684c6637df14132115aedaa132496b58804f19238b86811fd4ee09c4846d&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":6,"value":"https://www.ebay.com/myb/WatchListAdd?item=334883786743&pt=null&srt=01000800000050c478f478d8d18c594b72a5939afdf89574c6c6c7ee9363f35fe540f73d86598b2110e17c58a794782e749eaf88422e717468e57600d800bc65af7931a5e5643201e110535da02627f0047f3825584d76&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":7,"value":"https://www.ebay.com/myb/WatchListAdd?item=125946822312&pt=null&srt=01000800000050aa88649e82ead3ac235cb44336e37bab452ab5b4f3dcf86b9c1812b0f2721cd5580d244ce674b8a489e6bd9f5ebbcaa978a03225a98b23857114a797eeebacef901343d711a490afe5de1469e9c60a21&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":8,"value":"https://www.ebay.com/myb/WatchListAdd?item=374711273285&pt=null&srt=01000800000050961e4230510493d034b7e5302f1fe62b271dd67cc271919d75ce034852985e00afa9d6bdd32886620de9821c1262050ee0f55755656e68ec808fe0a119360cd65703f8300a18c43165c03efe89ab51d7&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":9,"value":"https://www.ebay.com/myb/WatchListAdd?item=155478954794&pt=null&srt=010008000000509be8a43255f042eff8f91d461a8665d429a32a3d4632c55b2a3e2f7dbcd7f9ed4d6fdcc9896c895d759642eee6253fc4cbd2fdaa9370232d29deb18b5d996362cfe7bb29d4203a303ecaca8f52d83571&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":11,"value":"https://www.ebay.com/myb/WatchListAdd?item=354799969746&pt=null&srt=01000800000050185d78b601dd2eb301011cc9d534a322ff9580be1e56e141cd978ff9d2ffa81cb27ce194307eeb14bef68c735becfd83e745af866fb52cdb8e701a9994459833bd2126e91d14329aa4a93edd853e461b&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":14,"value":"https://www.ebay.com/myb/WatchListAdd?item=275481671524&pt=null&srt=010008000000503fc62022689a162351b8fd18c1780523e3011f98b1d6761b69aceed2c4283024be7ee36cb3625b870b77480466f14e803e8e8f6e81afd3570010d1bba44ee8108d610898d685ec722bb55f87ba6f8605&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":17,"value":"https://www.ebay.com/myb/WatchListAdd?item=275816818931&pt=null&srt=010008000000502f395ada6b7f2180e2c9aae71af9152a00d36016684948e050d114e7da9577fa9e7a0935569e5d462bfcb3347daa4d4d46486b63f539c2ff2e0bd7f43258b7ce6b9d84119091f8d8493ed25e45ceb7e7&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":21,"value":"https://www.ebay.com/myb/WatchListAdd?item=404303235453&pt=null&srt=01000800000050cd646d6da45cf0e3e8d676a33b7dcb490c352abc80283664a111e6ff630bee1ec5b71656e278cd97d0f8753cac4b8e4f9cb170d4c8b0276a0f186a458f7e13a5ef26462cf7edb0fdc698f0ee0480c7c3&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":23,"value":"https://www.ebay.com/myb/WatchListAdd?item=115809329987&pt=null&srt=0100080000005068ae937ed8f73bb6ea31dd4af96f38829f04f25432198b61e7b91a74399113acc6d98cfd347ffa381f378a11d41232b153b65c508df0268c4b1d8e166d2f72922469ae9e838afbfa63d343740733ca08&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":24,"value":"https://www.ebay.com/myb/WatchListAdd?item=155381097344&pt=null&srt=01000800000050f80f34ea846e69c146d5ff2e889dd30062446cf86387679f3663b6c9fd6e651c1d45078a71d7d967f7504e942090e1c5b548902ef1c6446f3bf7193423bd23f4d75a1c515c53ec0223cf815de2aca345&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":25,"value":"https://www.ebay.com/myb/WatchListAdd?item=354806773691&pt=null&srt=0100080000005055a89deaa08e8fa4a6ea0ff5dc31f7e4ab921e2db3a94048d8540ffb6af8246ebf06324b1fc103113222d3da2863193b9d3293d8e9de88a58dea9718f7bc0fe6dc31dbd591b037f9274033233dc21b7e&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":26,"value":"https://www.ebay.com/myb/WatchListAdd?item=266226088419&pt=null&srt=010008000000509150921c76ec77d0cf3c5a8e6630b9aed2c636d24efe7b5b84604511ded5faea52a167640aca1be279196c5ae4c72c92fd0938cf37d70a89a6c3ef81681ee17bacdb5f21c5f432388fe7c81ae785c111&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":28,"value":"https://www.ebay.com/myb/WatchListAdd?item=266065363299&pt=null&srt=010008000000504979765d912674b1c87b01ad37a720318d3f73085f99a9a7323361589a404e9f7ca6dd50bcc0f99696e7174862efd1f3588d1d9030291b7c2870ca81a5dae215c60b8bc6a67a6d9e4f6b58007b2c0cf8&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":32,"value":"https://www.ebay.com/myb/WatchListAdd?item=145095967799&pt=null&srt=01000800000050e49d0df39179085776ed181ef3100fbe232aba306506b811433dd93f4f3523c97e989b05a9d2cc881b3cc25fce122b2dac7fc476c82570880fd74d68e620aec05c6a6db43e99be3273774d7afb25cf5d&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":33,"value":"https://www.ebay.com/myb/WatchListAdd?item=195558414119&pt=null&srt=010008000000504f59d2969039e8285a1c44330a0d8f83033dbae958df69a1a7008d3866dfb5255910eea6084dba18b1000118ae2d3ecaa0f6fb1a5cf31cec828b33c045fac78793beb369caca297808b051c95cd37d91&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":34,"value":"https://www.ebay.com/myb/WatchListAdd?item=295672429475&pt=null&srt=0100080000005094b8da1e52928e2cb1a1bc0844c65fd8ece6169b547dbbd94e0ccf9726945a6589b714f60ee9fa845748c4d3bd2bcd07835df2f859640fd211bc8ed2f595d512f04a41cc739c41e6df11dbda459beff1&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":35,"value":"https://www.ebay.com/myb/WatchListAdd?item=115791017894&pt=null&srt=0100080000005008b82315127b6e0511f63104c03d4e7efd9b29ca2b96462c60555d1e71ccf7ec52924a97939f74bc6b6341b0d4a9a86469c34130823be36da7bdbaaccb12b164682234f9b38c82b324cf47be144e098c&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":38,"value":"https://www.ebay.com/myb/WatchListAdd?item=374717197868&pt=null&srt=01000800000050fc469c13bf21a94f9e403c590bc7ed089fc58008a14894354af16446adedfaeac8efdbe963e7254473d468de62fda4db48fa0f682c1f687c7c3ce63fb848133038c40a769bacb6bdc34d9e47f5b0e705&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":40,"value":"https://www.ebay.com/myb/WatchListAdd?item=265911650646&pt=null&srt=010008000000508f711634bd92b87b1d27de654d81600c772c253382dccb53db80475e80121dbf77b3fb78e14b497a99394f13e295c1753d972eb4f30c230d78bc906d79c13caa0f6b2c259ae9582277c692eab61d9f03&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":41,"value":"https://www.ebay.com/myb/WatchListAdd?item=225032084926&pt=null&srt=01000800000050f7e1bf80b6b333b0e2f233b3573cceb5a241fdc56915ed93f03c3a4afd6d72c6a47d80421739b5421b406bc45ee300e5b4f0b8bb226da946b49d1c72bf045334d52309c4ed5d9e7e0655a7f7c8378f2d&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":42,"value":"https://www.ebay.com/myb/WatchListAdd?item=115813971678&pt=null&srt=010008000000507e3a7c7f142e9ee38c2c21acdfd19098a5ef5ef147442d300df8173b53c3301072545d60876dea465e12a0d293faa223096707ad7d3de385096a3806fc8b1f01ed29bbace344d6a6a07350de45e30d46&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":43,"value":"https://www.ebay.com/myb/WatchListAdd?item=394434823940&pt=null&srt=01000800000050bb75ad5af7594cfa5c7ac4550c25df2cbe4c10aba39a50e015c45118c26fb18a16887b512c4fcdeca41d3b625facd24d26c201f85ce5267b4d5deff3a32ef53991439bbee13f3ae1f8dfbda4b6bc109b&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":44,"value":"https://www.ebay.com/myb/WatchListAdd?item=385598884410&pt=null&srt=01000800000050677822f3576bf307399dd8d0906af838d1ea0dcc6c36678e04a302ac568122a9c2e899bfd42c4cd36f1e0494f03b718b70a0389e641d40305b09f61d4d75768db29b4c3c8a1b0fe75a50513472782e50&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":45,"value":"https://www.ebay.com/myb/WatchListAdd?item=204347780252&pt=null&srt=010008000000501e9d9ec459e7b4cab644b49791fee0d3e8ce41ec0f2b8cb8c0c96d968ff8735ca97f37ab419dfbce6fa66016dc37e40b2868055dccdf9a5e55529df5c59f3c6e18ae4da11b5c53f9e16ac237e66385f1&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":52,"value":"https://www.ebay.com/myb/WatchListAdd?item=234972583475&pt=null&srt=0100080000005056fd0ac47e6224eef968fdd86e9ebdcdc6d745735af3031f5f0787a18fb22a7e925c9f763b6e5bceffa7ea25085abbfb5ba469c60082c6ff81842faa07be3855c8690eedaf352fb6639096b51c7ba63e&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":57,"value":"https://www.ebay.com/myb/WatchListAdd?item=175636718714&pt=null&srt=010008000000503273bd718fa25edcbe3c79b48ab23a1b968e840ac8d405edaf5d3affee35643a667457190084ddc7d31093fc6beeb55c76bfde1fbc7847d4f89af51d480998d138fc2ebac2e614870aac57b0c33f2a4e&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"},{"num":60,"value":"https://www.ebay.com/myb/WatchListAdd?item=402891685763&pt=null&srt=010008000000507ab313f40ef1e7f468f26c4b2c5e99acd7d5dbc691ed73578d41b09e8614fdf84d77ed46652b50486a3a4dfe2b188455a559410627db4bcaa5e00719961de8fdc1494585f2dcdb7deacaa0d94dd48013&ru=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_nkw%3DiPhone%26_sacat%3D0%26_pgn%3D2"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para6_link_text","desc":"","relativeXPath":"/div[1]/div[2]/a[1]","allXPaths":["/div[1]/div[2]/a[1]","//a[contains(., 'New Listin')]","//A[@class='s-item__link']"],"exampleValues":[{"num":0,"value":"New ListingApple iPhone 12 - 64GB - Blue (AT&T)Opens in a new window or tab"},{"num":2,"value":"Apple iPhone SE 1st Gen. - 16/32/64/128GB - ALL COLORS Unlocked/AT&T/T-MobileOpens in a new window or tab"},{"num":3,"value":"Apple iPhone 8 Plus - 64/128/256GB - ALL COLORS Unlocked/T-Mobile A1864Opens in a new window or tab"},{"num":4,"value":"Apple iPhone XS - 64GB - Space Gray (Unlocked) A1920 (CDMA + GSM)Opens in a new window or tab"},{"num":5,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱Opens in a new window or tab"},{"num":6,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)Opens in a new window or tab"},{"num":7,"value":"iPhone 12 Pro 128gb Unlocked Used ExcellentOpens in a new window or tab"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working SmartphoneOpens in a new window or tab"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - SilverOpens in a new window or tab"},{"num":10,"value":"Used Original Unlocked Apple iPhone SE 4G LTE 4.0' 2GB RAM 16/64GB ROM Dual-coreOpens in a new window or tab"},{"num":11,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)Opens in a new window or tab"},{"num":12,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone goodOpens in a new window or tab"},{"num":13,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen ProtectorOpens in a new window or tab"},{"num":14,"value":"Apple iPhone SE 2nd Gen. - 64GB - Black (Unlocked) A2275 (CDMA + GSM)Opens in a new window or tab"},{"num":15,"value":"Apple iPhone XR 64GB - All Colors - Fully UnlockedOpens in a new window or tab"},{"num":16,"value":"Apple iPhone 13 mini - (Unlocked) - 128GB - 256GB - 512GB - ExcellentOpens in a new window or tab"},{"num":17,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent ConditionOpens in a new window or tab"},{"num":18,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free SealedOpens in a new window or tab"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCKOpens in a new window or tab"},{"num":20,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!Opens in a new window or tab"},{"num":21,"value":"New ListingApple iPhone 11 Pro - 256GB - Silver (Unlocked) ~READ DESCRIPTION~Opens in a new window or tab"},{"num":22,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good conditionOpens in a new window or tab"},{"num":23,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)Opens in a new window or tab"},{"num":24,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent UsedOpens in a new window or tab"},{"num":25,"value":"New ListingApple iPhone 8 64GB Unlocked A1905 GSM - Space GrayOpens in a new window or tab"},{"num":26,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhoneOpens in a new window or tab"},{"num":27,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone UsedOpens in a new window or tab"},{"num":28,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealedOpens in a new window or tab"},{"num":29,"value":"iPhone 7 32GB 128GB Black/Silver/Gold/Red Unlocked Verizon at&t Cricket SmartOpens in a new window or tab"},{"num":30,"value":"Apple iPhone 11 - 64GB All Colors - Unlocked - A2111 (CDMA + GSM)Opens in a new window or tab"},{"num":31,"value":"Apple iPhone 11 128GB Factory Unlocked 4G LTE Smartphone - GoodOpens in a new window or tab"},{"num":32,"value":"NEW APPLE IPHONE SE 2ND GEN 64GB WHITE (CRICKET WIRELESS) A2275 (CDMA + GSM)Opens in a new window or tab"},{"num":33,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition BlackOpens in a new window or tab"},{"num":34,"value":"Apple iPhone XR 64GB Black Unlocked Good ConditionOpens in a new window or tab"},{"num":35,"value":"Apple iPhone SE 2nd 64GB XfinityOpens in a new window or tab"},{"num":36,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6Opens in a new window or tab"},{"num":37,"value":"Case For iPhone 14 13 12 11 7 8 X XR Bumper SHOCKPROOf CoverOpens in a new window or tab"},{"num":38,"value":"New ListingApple iPhone 6s Plus - Rose Gold (Sprint) A1687Opens in a new window or tab"},{"num":39,"value":"Apple iPhone 6 Plus - 64GB - ALL COLORS (Unlocked) A1522 (CDMA + GSM)Opens in a new window or tab"},{"num":40,"value":"Apple iPhone SE 2020 64GB Black AT&T Only Never ActivatedOpens in a new window or tab"},{"num":41,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)Opens in a new window or tab"},{"num":42,"value":"New ListingApple iPhone 6s - 128GB - Silver (Unlocked) A1549 (CDMA + GSM)Opens in a new window or tab"},{"num":43,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)Opens in a new window or tab"},{"num":44,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)Opens in a new window or tab"},{"num":45,"value":"New ListingApple iPhone 14 Plus Midnight 128GB SEALEDOpens in a new window or tab"},{"num":46,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)Opens in a new window or tab"},{"num":47,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱Opens in a new window or tab"},{"num":48,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱Opens in a new window or tab"},{"num":49,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart PhoneOpens in a new window or tab"},{"num":50,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone CoverOpens in a new window or tab"},{"num":51,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart PhoneOpens in a new window or tab"},{"num":52,"value":"Apple iPhone 11 64GB Smartphone Brand New Metro by T-MobileOpens in a new window or tab"},{"num":53,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered GlassOpens in a new window or tab"},{"num":54,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very GoodOpens in a new window or tab"},{"num":55,"value":"Original Unlocked Apple iPhone 4S -8/16/32/64GB Black White iOS 9 3G SmartphoneOpens in a new window or tab"},{"num":56,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart PhoneOpens in a new window or tab"},{"num":57,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep PurpleOpens in a new window or tab"},{"num":58,"value":"Original Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A Condition IOS6Opens in a new window or tab"},{"num":59,"value":"Apple iPhone 11 64GB Unlocked Verizon ATT T-Mobile GSM CDMA Smartphone A2111Opens in a new window or tab"},{"num":60,"value":"Apple iPhone 8 Plus - 64GB - Space Gray (Unlocked) A1897 (GSM) (VERY GOOD)Opens in a new window or tab"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para7_link_address","desc":"","relativeXPath":"/div[1]/div[2]/a[1]","allXPaths":["/div[1]/div[2]/a[1]","//a[contains(., 'New Listin')]","//A[@class='s-item__link']"],"exampleValues":[{"num":0,"value":"https://www.ebay.com/itm/204347640092?epid=18041714849&hash=item2f9411891c:g:yS0AAOSwc1Vjq2a2&amdata=enc%3AAQAIAAAA0Grlm4pb%2BLpo%2FTp7ipxK6jITVW9vHRTIRtMBSSUufzWHPN4YJUxndPOxUxJsvvtRTN3A1SCvPtafL6H9ZhrBsS7FYbcH9uCYeAw1ugNxdTkCT5KJ2EhP8JqAVphIOqcw2FG6jp%2F%2BTf4eOl9MS%2F4XDrZ8ft1RmUtXFnuAwm%2FvyjOwy5OLLpGKwR6erX8zW3QoJ0DQAS%2FJ4r%2F4jeibkT69QiDO3d32Rov0pdIDO72andbE9tYTzdxuxWk3RgasoPnJWXBlhELrH5ggaXWp9LmilI0%3D%7Ctkp%3ABFBMuLuPo4pi"},{"num":2,"value":"https://www.ebay.com/itm/125654726090?epid=235058061&hash=item1d419af5ca:g:jKkAAOSwHkNjkqJZ&amdata=enc%3AAQAIAAAA0KVOKlfLx7XsyUBFyBTCyW8R6qQV8F9O8BnuAJ3cF1XEcbGjHgbenk3tf%2BVhgq1I3bCO8dhI8JigiAobZHmzbei7FM6RViOniWADo4YtPfKV8mE2EQKeBhxX5d5lgDtwCeoA7F6ZZjPoZL%2BCQfrSIKM2CtW9%2Fywc%2B115p%2BSfDALw0bZacX%2FoMyntKaw%2F2Zc%2FfIhR%2FTx2PDwQ8DMdy590K2d7pB8G0e5onxABchqDR3o6QnbgOrW1KViWLFsngiobkXsB7Y615a1Jss0Xcxv%2BSwA%3D%7Ctkp%3ABFBMuLuPo4pi"},{"num":3,"value":"https://www.ebay.com/itm/125921528476?epid=16044554351&hash=item1d51820a9c:g:5nUAAOSw4tpkVZJQ&amdata=enc%3AAQAIAAAA0GycVNjpztmJKb%2BBaTdtZNteE%2Fy4AVXrXwopCF8isII7418Ruoq92tlxCH0hqgZGEJAsoIrbvLsXQKgEp8eXVk8aWF07IQyTxbTF1AjWEZ%2BMCb1GMwRbh2Oz9DjNlE9cmSHOKFoyCRtI3YFlz5xXsCm4h6YFE96fWprUGwTIY0FXg2Uol3uGPS6gl7czY3wxqv2i5wOi6TBSm7zSUKfzvul0YuoRAyYA4Ytu4g8UWiUOYdCw3jjZbCH0AJ%2FO9bDFhrhHgCmjkUR4XDiXZe0LcKQ%3D%7Ctkp%3ABFBMuLuPo4pi"},{"num":4,"value":"https://www.ebay.com/itm/354499126227?epid=25023700375&hash=item5289cb63d3:g:zoQAAOSwwqZjWEiw&amdata=enc%3AAQAIAAAA4LhURfPaJT7fzaYHDEMQpQkN1zCMFKdPeJiMN%2B5c1DXPObw9Y5iv6QncB7oijhrwozVDMXaesCt6h1C%2BsmBNkI5jPjcdph6xpwbBONoorzBF7bibHfH0tPOk2NijlyBdxbgXWJQIPYdOkdpN90avRGazHKJmPyt1ehV9pVjrvv3QMV9sz6lak7ZjmURIKtqYG%2B9B%2FeK48LicHv8ElL2wLwkUyX9xryxCrrx92hYMB13ww2RbD4mIaQKKHKWshFxg74CsdGT6kxflk1OyVvRPYXPg6jPmolOTAgr108mCYuC6%7Ctkp%3ABFBMuLuPo4pi"},{"num":5,"value":"https://www.ebay.com/itm/165950326528?epid=117394868&hash=item26a3690700:g:5yIAAOSwCMRkSNvZ&amdata=enc%3AAQAIAAAAwAcNLrIyYwFGbrXgvcdpNX1esAO0%2FmHJ3TeYtULeeih%2BVMfcz4Z50%2BtOQx%2FsYDGZN83yFQXfKDkRG601W2Mok3RbJyt3s1Qli44UgrzmKbG6zL7HHhp16Nzcv92KY8fRkgnYJd2Tj%2FtSlPHeroWM68tAWSCgeRygvlOK2%2Boe%2Fn8iL%2Fwn84QoQJdLlUHwMXwQfgD3k%2Fr%2BT18f%2FvbSM4iAU4WqvKH9pMsL11yAMoYfnx%2BEtrfiAj2IfD1PcHVFpT%2Bwrw%3D%3D%7Ctkp%3ABk9SR7i7j6OKYg"},{"num":6,"value":"https://www.ebay.com/itm/334883786743?epid=203706854&hash=item4df8a10ff7:g:rTMAAOSwGxRkUVOe&amdata=enc%3AAQAIAAAAsDpMKq1e%2BZ96Kryn0RCHC7T5kNnut2gKo8sZPTtwg7TfFn56gqcMnd8yJsDyIRFcXHGbYYoQKUtova18VTHs%2F6W3gXvg%2BtI%2FlUVUb7b7a9vyrqAW0m6M8Rab6gzOqHcsqM4oWprBPF2vkrc8gtddJDkxZ7P3fyfcjsmAkp2jebdBnWPayVArgL9kDMxNPgXBtS%2FaTFFYqzfmxyXs4G2uhVqx8q0hAJ6bFKqi%2BCwhY7Ax%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":7,"value":"https://www.ebay.com/itm/125946822312?epid=4050016431&hash=item1d5303fea8:g:JkYAAOSwwRxkanAH&amdata=enc%3AAQAIAAAA4A0z74dPTHUYMHyCDXwCtF%2F0kW5urkM3S%2FpvhEVNy4rdLiflFfegOW4EVinTQy0ABMpK6gZWc6HURlVhFzwIAWNsVCwgMXIkq9QfVGljEI05qviEOCwxKvmO9OuTdJuENJygXMkgiCBQcYW2nXN8hzkZQGEkhZPgsx6YUqmNca8rDOa86B2JuqchQRvPTFS42S3U3gCVwm16kNiW%2FsWb4CN94UoJfrEL36CQSTwZ5GA%2F6K2LuPIa8gwbj9LwX9mLAZBVkllba1PemJUlAogbvKusVmg1LlFNbZfXSiss3G%2BE%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":8,"value":"https://www.ebay.com/itm/374711273285?epid=225076071&hash=item573e884745:g:4wQAAOSwOh5j6z5H&amdata=enc%3AAQAIAAAAwEcb684K5uCldH4Ib8V9IDNrSMhRsMO0tp%2F0vqNcXv77jC5vMztxFzEnA%2Bih52li4BAMeLQe8OX92IV3nv3cRzo1U4IsJT6B%2BJbdmkDxDw4BBcCMY9oauXFMJwyeTcvKCZ6ywxenQBE5a9FUorSV%2Bl1Q50xpxjnU1fd4cd2sfZym1nMqca3p7EEEQTudI0kcd6k5xxEnMX3oeKzWqk6MzS4SZdD44boXaIshJkJ0FQjxbfW%2F%2BW3iQOac8uB48lRl%2FA%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":9,"value":"https://www.ebay.com/itm/155478954794?hash=item243344932a:g:lqAAAOSwSd1kJiS8&amdata=enc%3AAQAIAAAAwILIejpgLZMURxpGzNBghrR643%2FrbWk2pdjH9oIXX3MpJXgqJkiQ1nTbhkQ2alCnR9Bhx4ittONzSPXSnBQ2tOEj8d5RT8Uz8lcG76NxcA4YB18z%2BwKIrde67lI4ofTiTEsZdNKYBL9ad3NNru%2B8L7S2isUCmCvRfq9GmUAF%2BiDzIuxh7AeWJSIx6MY0qZJDAp66rrLNV8oqwEjp%2FqqkpCAETvbgLiL4T7fITDmefLL5gI09YtcPseF5uNznmYzUMg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":10,"value":"https://www.ebay.com/itm/145082432845?hash=item21c7963d4d:g:FEsAAOSwcURkYNbm&amdata=enc%3AAQAIAAAA4GaTsQp1ikZTKddFPmYlX2bbLOUFwsxZTv%2Bk48aXmacGB7kuLpTuF%2FCttnsPEWt0FT3TOJ4G%2BOl9e%2B4iFlx68iv7GDObBJgJuJ%2BXh5jGY621s7TxlF20J5%2BNwppAWhmDSGWuJoO0hvxCDiFTRwr%2BBHRzBdkrW%2BOXvaGsGsvYZOdPeP2A%2B9D%2BDVyFXp3osF0BVVdx0blvQ%2F78SUAFQJKWznaXzyyGBgGkfCaqmgEezeNq1%2FGcFQauufyjjRJ8v4ZdlWMKuh5rxIBYA9VYKbDgRVfhgsUdWCNaVTuKVVRqdI19%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":11,"value":"https://www.ebay.com/itm/354799969746?epid=228231541&hash=item529bb9e5d2:g:SPcAAOSwv5NkX4hF&amdata=enc%3AAQAIAAAA4PTKlXFmZj3DaH5VQGPjqN0h1hOVqEdZ0Ka8EiqLmZ%2BjrycvEsRcQc7teFyuWq6djY3QfVgWvSS%2FmZ9Lvug2d1m1%2FGWFTfkMBzY7ZRe4JPsZ5ly26nm2SFqATnebsy2p1ktQqhIsSt6HlO8uadi4gRwI6pWOBmLDyXnD05xyn5%2F%2BoydGtx%2FNTs4wiXcuSvMKz3ZCMVqF%2FDR6B0AV6ygyTgYX5QMmRT%2BkjB3eCyrxG7BGz9j7umVh9V%2BEP6PVQZWmmz5Wl4QjAPKHb%2BXov43oFXh0pIP%2F3bp80klbwK3c91gZ%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":12,"value":"https://www.ebay.com/itm/144982418317?epid=6023706166&hash=item21c1a0238d:g:1qAAAOSwXIFkDBQZ&amdata=enc%3AAQAIAAAAwH4NXfSyalOuMGZhaYME8Mlyj0T1eO%2FhimC3vMPA8kQWyzaY0gwjsvAM7KQWOAfR0a9oSkq6i68G99dySqknKqD9ty%2Bek6nhwWqeOHdCJs377BFIpXdZ0PCExj86wplBN0PzoQvElKjRZ5tUIkAZnORfjnOOfpWdfT5nVbWEm%2BxK6Dtqo6vjsaT5Ad%2FAJmGRa73%2Bbzf6PR6Sm7E0dUnqnAtm7g1IAAJIOC%2FXyLV%2FGVKIh4fWS%2FR%2Bk1jscwct3HCuww%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":13,"value":"https://www.ebay.com/itm/185270042866?hash=item2b22f480f2:g:ZDgAAOSwLEth8GLy&amdata=enc%3AAQAIAAAAwNxut9FM4YWQktgg8Qt2IHJeXaDLEl0t49xK8TVZGbgT6GL8oLzTjD4ucy4yfQQVmf1Z5ZWhBUf24EfnOBxKP6SfgohiCOkO94qytubmyW%2BPpYa2Jd0eJk9w9OLAvTG0UVOorbMRTYonA0HfBYpKkQDPKXkSBQGosTcU0cgSZb5WfI8WEKu6ZJSy48PGp3ZNxDvrYq7125hnLArg0suRn4EQzQ%2FTeQLkb%2FalwM6kBpuWWPfsow%2BEB6PN7IywvXMQwg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":14,"value":"https://www.ebay.com/itm/275481671524?epid=23037864010&hash=item4023fcb764:g:zDQAAOSwMpBjNzBD&amdata=enc%3AAQAIAAAA4EBVD4UR2ZERn%2Fh4WTuiwSMCKUGd%2F9q6tB4kAVeO7ho8FWMvxffMPNfj%2Bo%2FpHsCzSzoyZsZdc7MsjRZp0jIKyaf7%2BZLclrS6VRH4A10zQ%2BwIjYPbgX95o3bs%2B6CgQYK3E7yroo8Qmd8XO%2FmYQftry6MNTXAWK9iM8dmPRQyuaiB8ribidWhSrTHEuleWR4a%2BKGeFz2%2Bp7l%2F2e4%2Fp9UQ414T5oK%2FSFCD5fBqsowldPC1cpCOeHChLa1doOx%2F19ge24XSn0P1bwCANEQR8Ibb%2BD42PZ2GU%2BHnThGP0B4oi2Q2h%7Ctkp%3ABFBMuruPo4pi"},{"num":15,"value":"https://www.ebay.com/itm/114978392281?epid=13041697744&hash=item1ac53f08d9:g:ryIAAOSw19phOQhW&amdata=enc%3AAQAIAAAA4MfAq90Uc5q%2BnEARf5asnqlnTSG7LvmP1omUJ0JygGULWmjyupiFGf73opsF8JQZk2RUqx2JKUXtADzEJ5DDJQ06s3sfd09hk%2FTwxF8F2KLf6n%2FZC8FJB5ZWStOE6j94kYrz2JlQ4HkgCKjCURvubUSX7SRBthVcKq0E%2FuXr1dRwE2Soks6LYbmRhBNHcQZ8SyUWrfnR6PhUMlVu%2F1BmtjZm9oUEUImFfxOEOoAn1SepB2yaUUFcUI%2FBfw%2FPskNhxhMF%2BewzTY1fVGdLyP8yz6bj2AU8RBDD6b0OPvB3%2FVJY%7Ctkp%3ABFBMuruPo4pi"},{"num":16,"value":"https://www.ebay.com/itm/364259821916?epid=4049279846&hash=item54cf93c95c:g:NZEAAOSwcUFkSqcI&amdata=enc%3AAQAIAAAA0CXD3yZZ1NEcEif%2FnfLFcPGoaHeVVFFArldVpjfyqxXOTmCuatO64KNKOs3zzOdCbgX0VKCk5Nm6nq81JD4xvPfdf1NqrD7Adc2DQzwgoQ4uIrArrBNt4chGcx0GklCBwbQJzykPgf9LJ0thnk8JM4mE2ukliv3y573mUYjjNMhqlu%2FLrbHwrjmz0gcNxLVNIwkohlLYiwkCqwzWvQlK1CnVMmV3NjStvOokV3JlO%2BbeDoZg5IgiTVtWo3U8RylpCr%2FRPUjc3%2FPFHk820KPtA0E%3D%7Ctkp%3ABFBMuruPo4pi"},{"num":17,"value":"https://www.ebay.com/itm/275816818931?epid=25034208609&hash=item4037f6a8f3:g:qukAAOSw05JkRwuv&amdata=enc%3AAQAIAAAAwChwMuAHpgZ209pV1aJ1NB9dRGXYIZUUcSKDQsdB3qIEFr3vu51BpKdOTcp4Wa6lu7yDiVViRmX3CNi2OosjtFEeY6ZlibAVmJtRMwy%2BkE%2BnGuEq5KVViFCj7d5zrTm2j%2FuPnESV%2FI%2BtvA3V7Zzkx5nq8ftYuHqmLCSQjtn%2B9M%2BhSjE5WOX12rl%2BT2ntBsBd%2BmiCDOic5cKloZuQw5hApBYqaYgcXyQ14Thj5OyeIJFGOHnhEVtvnHA9jhcRh2ZsVg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":18,"value":"https://www.ebay.com/itm/402974377238?epid=168494364&hash=item5dd3250516:g:SfUAAOSwvzZkBA2S&amdata=enc%3AAQAIAAAAwKDz2YpgJQoUTGmznSSxFiSUegpATPnA2U7uTMlL0cF6BOanI41Ydc8DAd79fmbccaB7rJhqVubVMcwnKFmStbe7EH7DqTcgI%2BansiR5OQcblmFszet1l4MXmmTmk9Wbe8akeJCmM49lwO9k8PSlCTt5XOO%2FuYxHPCqwiZZ3qaPBVHTllVoLT4UN3%2Fns628HQo7cv9USSdwaBVVxFKXe%2BdaaERK3GGv7fSysbWQH8A2bY%2BnKBCM0nBWJC2H5GlscSA%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":19,"value":"https://www.ebay.com/itm/134473303459?hash=item1f4f3bc5a3:g:S5QAAOSwccZkAdGW&amdata=enc%3AAQAIAAAAwOYZvXXRZy2aIFnCLSRw%2FnzLvcGxF3WbXV%2FjK4dViu%2Bt1JBMdnrFNVDole%2FcOLuGxFHej4zII16zhP382NKiZ4qlh9lxhmtSiMigyGJH8GPJs7qJLlbk9w3JjJQpLM3rWWYLcbz1tv2mBCKJipdfN1jnca3xtLPsHBWGn2TVIjDRNpKlNuIDGMF7Y13H9uh%2BCSTDqDpzwoy1YxoqCGg21FcJMhHT0%2F2VDxA3GaviTzafHm%2BaVZLbK3e5E5K83FOvww%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":20,"value":"https://www.ebay.com/itm/185690561222?epid=13039001065&hash=item2b3c051ac6:g:hrEAAOSwxOxjWETt&amdata=enc%3AAQAIAAAAwEjar6E2wQdv%2Fthh50KilzigmaKGpuEs%2Fh6sQTFyUwbU%2FXh4DCC6JppxOR4A9CkTtbYqGLXjtMkDRgG7Ca01%2B8xRsRFe5C7vuLj4w%2BePUXxo6vfI03%2BRRaaPlSFTf9W5OicpSyO8MQmWm2hVFKfCyJhGeLn6uViUb2OBgp18IJPU5HBmdyu9mkUOPsQnu1jpl8aweQ5Bpz%2B4jdGKdH2YiS3AskOE3LD4N0SVlP0BuEQ1KFZQS%2B6oAw3cgQyyj4ianA%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":21,"value":"https://www.ebay.com/itm/404303235453?epid=16042424111&hash=item5e2259c97d:g:FRAAAOSwYTpkbMnb&amdata=enc%3AAQAIAAAAwHjJcGlb5ZC8hhPfyiRmgZ8mXkGNzPqVPZjTpmd3gb9OuPsuW9e7ApE%2FDjrsZLRMK6jsdFICHDYyF7VGHOgD2%2Fzwqeby6JaeuwhZq60FnpU%2BuF9oyF%2FAi%2BK5Q07RRoVpdtratU8fmLBYYwmhk3cHnNbnRh9T60pO9fZM7nODQlarZkhpHjPGTpbIhoZvES2q%2BKanf%2FlVwz0NnWgES2WiNgiowmrnuhm594HoTMu442LSzMI9th%2F5eVrHK5pVhG9QAg%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":22,"value":"https://www.ebay.com/itm/164949098513?epid=19049315735&hash=item2667bb8011:g:ICcAAOSwN~Vg5rB2&amdata=enc%3AAQAIAAAA4GkD9szwmJRjOSt3zF3Fk7Hmo1tcPbP3CQ1qxmPrOPWRGOMy5ZHdCqHfIQeALZu%2F%2FOa9SPUL2uG6lUGBXsitKQiyZ%2FNXwrZCHW2zy%2BK6BiXX5NLk5T6hl%2F8XqThtUKc9EF9xyjGAOLgloREeuUyuEwoiBtTnIOSOgYZ0emTNfAxFosvpvM0swOS4cLFbwfRGOiUH75ojHZn%2Bip2%2BdzgPwn2Zy8Z%2Fsl384RGpSshOGePfZndiht8zgfbiq8WUpSVAmZh4XZy3rdwMoOrBcRIGj2Jqwy%2FRaXgnNm7oQ8byN1Vp%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":23,"value":"https://www.ebay.com/itm/115809329987?epid=28034216926&hash=item1af6c62343:g:nn0AAOSwKJxkUw91&amdata=enc%3AAQAIAAAAwKDD%2FXgq3EVd4n81oXnDU68JmqmHQwoJStuYVChNYzWEj60LpjTbJYasC4w4GAL%2BwGKWOL2to1cQ2sWQnSoJMY9HxyPJkmASNGkgFvj1f%2B3ifh4H%2Bta61cZ2qDvj%2F6Lycvi82FHVVEaX3gyeYbChuTvhsrej3Sxvr8WHiPPshgvjaF72%2FeJAMa9K5fiESO2lCp528s4RmGGLjvaECBfPN7RZxNB9ppxJr7Eu9wP31nWfZJV5VbWjVSkTDOQzO62MDw%3D%3D%7Ctkp%3ABk9SR7q7j6OKYg"},{"num":24,"value":"https://www.ebay.com/itm/155381097344?epid=114805777&hash=item242d6f6380:g:jxcAAOSw-5dj1I~O&amdata=enc%3AAQAIAAAA4KhQZEEtzmogXdTiYCEhbPwdI9mYHXRF3He5cSa1Bzv6rLA95yAKrFJUWZUkLDNWgPuIyd7QwT88PpRXUriFaciBz1zbX9lJDpZ7oc6zgaQHVrd1%2B88MhBAdX7hETlEWRVc65ZwB3aL%2FPetd%2FnY4dME5HZfMhGDNJyOFPPAZ2Tj5GWOseOTNGZSeWnaJPGLci4nNKypCubUqHJs3J9Kz8mt8YMIOpnt%2BxfWvgl9aPW%2F4AlcxZgvXg6xK9iEPdPn4N14NKnQZf7Hyc%2FDwfex4idPGzUZZ%2B7vDrPyWEDqGz1uP%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":25,"value":"https://www.ebay.com/itm/354806773691?epid=239099257&hash=item529c21b7bb:g:Fk4AAOSwg2Vkbp-Y&amdata=enc%3AAQAIAAAAwC%2FBrM4tFWJaQRC%2F3vv9mUoteYksdUryk1bthxUSKtVnRr4g%2F4ZfhelANjRK%2F3GL%2BCWsDXBddthqQAc3GVYq%2B9NhtjCu7JTS%2FYtW%2FhmNFvsYlwKwYHdH9L2xIelFcBZcI5rhCaCfJjn79OdUZHYCRoULOVfbEeF5F3knBdyyqnvCO8y6L6UJJpu%2FNDrsdl0BqNrOGV1R%2Bun6JfVO9Izo43oEp6GdMJWabuzfnCsQqiko716IhD%2FWNu%2F%2FKRiraxt34g%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":26,"value":"https://www.ebay.com/itm/266226088419?hash=item3dfc4fb9e3:g:I1sAAOSwwMBkP-LE&amdata=enc%3AAQAIAAAA0M8hEJzrbybUCEbONS96IOahWzXLESyTE9DQN9PrWhUXXz1kv3R%2BL0Pgb9aXOMm2Sb41eDHVEcNyK%2Bw4KZmMZBGNuQese8LF2fzd3znf3N%2FACrprit4uYAPMVKHYoJXYxejZWYMp64WWb5HRxgSDIu02CNDsfY5ZCJQyJZEZPeVZzT4aEmjkXMIjJmTfYTBG9O5%2FDjFq83nSJsg3PNL%2Fqq6Wm70vQH5HmfnNQNlnGHpBZk5QLjBtmwn2uFIsUrimiWVvX3QtnSsZF6%2Fj4%2Bvfd5k%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":27,"value":"https://www.ebay.com/itm/134292112524?epid=240455149&hash=item1f446f048c:g:P1IAAOSw7uVjUqVK&amdata=enc%3AAQAIAAAA4FBeMKYz8fy1ALbNWF%2FbmR%2F7TvK8Cq9gv4%2BVjG5YEa9UXnFcx%2BA35y90j7Tw43Dsz4VbInb5YcGDIgqBp6dOLfUmZKWkVOm2qrsOvizIqwPOkNOdi2wyofQqJ10aPh1NehKlRTwWezbS8tDKtuO1z%2Fu%2BkA84EZfNgoEtRsTKiAbqsayfDa8kcPwdmzWY0fym0McJ4adtpY6qYGwESEnc2vyPWmLLrnzByLgvyjs6eVb%2BA5CH7BcpPQpw94x9TX6jTg8Y0iCGWn244wvoCSIiPcC3gBzhGwB1Agk4Oij76JIp%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":28,"value":"https://www.ebay.com/itm/266065363299?epid=216202149&hash=item3df2bb4163:g:JHIAAOSwij1hUn8z&amdata=enc%3AAQAIAAAAwHysjyK3iBkwGkPgad7z7J6xiSCsfGVo6Tz4GQiyvBgc2ub8VmOJ4VG8q%2B%2FnXc8nAwZUeIVQzLYdNHZw9neA3ooPCLM9hwJzHNmVGzEZx%2BeLnr6s00EJZEPhJQpPow2eiIbXcVcL5y5EI7SxTg2D0imfXM6QHaqszWYiYQYbn%2FZbAhYoK6UxvbgNzvwDdfYX6eomG9%2FS2e%2F%2B7FsMebSNB9wjvQUug91DdC4fjvSvv9QG1wseRc6lNrWqQCwZzLxROA%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":29,"value":"https://www.ebay.com/itm/115766777445?epid=24032598957&hash=item1af43cd665:g:E2wAAOSwSd1kNXQ1&amdata=enc%3AAQAIAAAA0B57qhWT%2FfPxSqvmXObKn%2FYfDWP5awYdk2daFCpt5DZVNMIxdg%2BRD2b3AmbauvlGc5VTU1DQ8bP2wV3xDcLBKBGRpqgqzab8uG3zpnF2%2BPkKmT9OJVKVw3xypbFmrcVw1YahfyVB5B%2BV4B0OtAn95ci%2BXy%2Fo68ilU7PFOty%2B%2FDbOhYEegcwTZL%2F8%2F8%2FgWh3Fc8ksUePP9bMtxdQ%2FUsJkxtCW9RjFufH%2FEIpxTberMDYZQK2pmVWhWU4yNDkRw7%2FCXPiyChxsXp5aJfBBrvzZ%2Fqs%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":30,"value":"https://www.ebay.com/itm/255807288830?epid=26034221296&hash=item3b8f4d75fe:g:ukgAAOSwSTZjYqeH&amdata=enc%3AAQAIAAAA4H7Xj9pKskZseMSa6m0FvE03TlPmoQGqPaWxclDuReXey26jBkzGv0OxVXXd560xUE6xVDmYAgG0PmBIyFnq9UmnFXy%2FmbAyUb5j%2FcX9wmF9zkaGUgVSDQMHWM8XAmDvj1dRvGmPslWx103hMQ%2B1ScSRo17BMkl3IhF86K6IJW0CYemImMsELh55ZNARvz97Pe1hhoC3QdWuwKVvIfYQbq4MTS955b3Ws7BjgERzYCX1UfiCWpHb2fSoHegsP%2BXdO1Ar%2FB0R2S75M02sDtSfC%2BFWErAP6j%2BZYrYN8prpytp1%7Ctkp%3ABFBMvLuPo4pi"},{"num":31,"value":"https://www.ebay.com/itm/115382464560?epid=9051376057&hash=item1add54b030:g:4ZkAAOSwdOdifmmg&amdata=enc%3AAQAIAAAA0ATkmb33SPhvPEqzrrkGqKzYBSpkOgybw%2Bpl5rw%2BhgRtnBZ6TT9bbR%2F24d410FVzuXLN7IVbF0Gm2K4akt83UCM%2BGvGllSbpJRAwakrECV2raJoBFVZKMAgcvIDkMTzZkPuhSzQJj%2B2BTsWuqlRRdAPjEx5zV5mr27Mxe2PYs9km%2BwEywWiGCg2zk%2FVDkanqrauk0H5fcnuXK2C%2Fp%2BJNiE9qY0WaBsa8qok%2BGC5r7GDOxghiLFIHIDOwUZwehaNPsWMfln1S7CvzzuCl23eXYUU%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":32,"value":"https://www.ebay.com/itm/145095967799?epid=28038172042&hash=item21c864c437:g:iJYAAOSwtOFkaqFa&amdata=enc%3AAQAIAAAA4GX8FnYd4XSnVPWzjhYQ%2FSil88rzouAOWybF4wnIg78wkvDvl9D4v2AqMBS2efmsmjiirHO%2FMlXBCe%2FX4uLUneEm2cH2%2FqYLrs%2BX8IApA3eLntlECgKGtOrZ4iLoORIMK6ZYyc2EHwdG6kRweJsJxsktTcZWi6enG7kBDStBPqn2hUIgnSh3QHk5u4QJCWf3%2FZg%2B33zkTLiwM3ZlD6eu1PXmiVkrYnb1C3SYLRHWtNS5w8v3DdP%2FNlzruz7BB7wcMDMsHAUuuYaua%2F4ZdKZ%2F3w5k2YdEzh0gS%2B9mfp9QrqEz%7Ctkp%3ABFBMvLuPo4pi"},{"num":33,"value":"https://www.ebay.com/itm/195558414119?hash=item2d88309727:g:Ll8AAOSwRaJjw2kO&amdata=enc%3AAQAIAAAA4MRvCnxT%2BEEOBEoL4Efas%2Fc0R%2FD%2FDNfkp7WyFXSu%2BI%2BovFMxBspfs4N8dIQ53MznQDSMZi1fqk04WT7Uz9rNsIXERMr0c6BBiDRyiChacUklUJvFr8gwuZmveA0Soky7%2BRmzuWd15pS%2FZWOFwZzXUhsWLRYVHx2lpWCXX2NHc3ZY%2BGly4BFngwLLA7PJ7gfSMvDWoPW%2FfljYcKnoKnfd9HB44Wy%2BYCScrZSBRGTTfjLPmFfOViwDotPAfpey3eBHpwaA3CRVOOpbfBxqWyqnYU5b1PpW6EWh%2F37F0PchBxOJ%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":34,"value":"https://www.ebay.com/itm/295672429475?epid=13023706562&hash=item44d7733ba3:g:HuoAAOSw~2JkbSM8&amdata=enc%3AAQAIAAAA4DO5fOzkW40L6mfgQfEMxnDMEuMVT6ytC1CLQEKJU6SSkYzsQlxN8GsB0HovV%2FBDC3e%2F34HSJufV%2BX4dip0QKBkQ4%2F9cSDf9YELtG0h5uhDSyUffYOfpk0Oq7Arr11lmE8n6MgWM7T%2BiOHKfItBWIU2Z1pcjldbc9jW2wRSegyqlZQhUZLQy0J56KiOuV8h1BkHBpXETC0dL6pwLF4NqAzT7Cb9QW3%2B7x4DM5j%2F4QH3a3SUE8dOylsVw1Yi8W2uCKieLAZqHHJjYjhk1Za0%2BcEo4dhUWcDGgIdk%2B8WgBrNo1%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":35,"value":"https://www.ebay.com/itm/115791017894?epid=15054602795&hash=item1af5aeb7a6:g:IIwAAOSwmTNjxuMX&amdata=enc%3AAQAIAAAA4NiRYcMzaAzlMzTXrpuAsy4NGJjeW%2FhGRkz096Q73raAQLVBWzKR0i7%2BgS27jqKu%2BjW%2FCNotSvFKxfRCZ9qdELWq0c%2BOR3%2BmkoR7ol%2Fdxm98ve3oFIspoCj1jE0TAyon034EVnXiS1NP4w%2BarAb7pOGGOFzbQCdDN717PfexKRpBfwQVNksLr4RdYILhFIygaJC9fnRb4mezxBij4TdjdFH0%2Fn2%2FSZZlvS%2Bebct9IyxwXlvWktHJojqRu%2BVhjCCYBX58vmqvdVw1L6fiUtO2lwFy4sxV2BGtJcj5Ke97iVw8%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":36,"value":"https://www.ebay.com/itm/266249818815?epid=109338283&hash=item3dfdb9d2bf:g:rwgAAOSw3b5kWGuE&amdata=enc%3AAQAIAAAAwGK2P8yGPXbKb1Od9OXYevRulGTQZhwbQCwxe7luuCJA%2BesHWPCaGx8ur9IzuY2%2FdQXKQeW91Zt5kk0S4q8Ll%2B%2FTNX1wfOyMxJ8AtTDXt04ktCgrzH9sBObTf3VNbRZlzTPxAokHvY2PLOHuGyB2R342ZY5r1xMyXvSnyM2LRrXarOUc5MGNxgVat5QuT6EKQh5jK7NdjB9pxMedEw5KQUC%2BG2N2lqTFj%2BPGQLoYcGwW1yQPUr2GHtWj48kDqZgTsQ%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":37,"value":"https://www.ebay.com/itm/275715071825?hash=item4031e61f51:g:oNIAAOSw9PZj~JpM&amdata=enc%3AAQAIAAAAwDyMsT%2BV8EBIIHfIybtIt3IlcpnwsSx288jrHY6Ci4dd%2FL1T%2FiYU5ER6fw5A9KmVy8Rz4o%2B174lms3hVV9QAuLDUZ8wPsQEfJ29uVHe1QdVP2MZbXbK%2FS5BMzgHdHfxj%2FO1AvtCU0u31gfDqWiNOcz5Th%2FgAVx6UWf89z0NIkr6eg3qHTNNpx8RBhMOh3JafF1wkjWDrXsZuiRIh57SwvPJ61Vs%2BSw%2BP4pHwFoDiP2wmiE%2BvG%2B1WPy3ALvCZqeHu4g%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":38,"value":"https://www.ebay.com/itm/374717197868?epid=228576574&hash=item573ee2ae2c:g:S8wAAOSw6Ztkbs9Z&amdata=enc%3AAQAIAAAAwDEljen93ERQcKwp2gIxhfgVcGPx0jxowHt3fb76GczjSU%2BtC9JV90U%2BAQqLjznm0%2B7%2FIFmX7nwHbemlal1O9UZjNJJJZYX5HF0Au0idSN3FE4TFIG1d6SLg4aAN3PX5N69dqV8W4%2BobeSoOwm%2FSMwlaCQ7aiszkAjWyHo2l2FCAQQ9HvTlZD71R4DMw72aIFW0ylcSajb7NRoMsa2hN%2BWsKKQ8Quf%2BXipdF8r4rIn0mPIddjERmrVEKU6DtP%2B7TYw%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":39,"value":"https://www.ebay.com/itm/125804984552?epid=240377092&hash=item1d4a8fb8e8:g:ZM8AAOSwtBlkBYcD&amdata=enc%3AAQAIAAAA0O%2F530L3bHGyboQ47tj6fn%2F4fVulvks9Txui5I6VuiAMJbXa672NqFL2rLCO0aFIQ0oU39mClfQXuzk8x8ZCcul8relCd0eM1Q5H7EFgevbIIz6YmF10StJ5vIJMIPdWiUr%2FVhjmVdPe2cVualVEuPBRD1EQXRWZaCWw7AkOOalZIlI55Q8UrkIS7QbY0ILy2PnvOl%2F%2FTOLoWKVLEHs1OfGZciXBqkBSIbiwvdQwjX6dfyYg0eRNdJ4SVfRRfJ7ZMjTGDpIFdS%2FFZgT2pCg6XHs%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":40,"value":"https://www.ebay.com/itm/265911650646?epid=3041485877&hash=item3de991c956:g:6NMAAOSwP3xjNxwy&amdata=enc%3AAQAIAAAA0GQWZqCbWUn0oDBhCeRY1UoDIeeh1r78xeaN%2FWHdi1RiY25H1KvXfviwnGyfzigUCGSXJ%2Bo3OKctToGyPZ25Lf9ewoAew%2FN6d7N%2BsrlYRku6pWBeq06w%2B13bN3o%2FWY559LiSJFp7GJRUw8Xjr1mJnJ0CreVKdbles52P%2FW542i%2FuxmRcKLCq8xqN6ZgODHZYvjZwAS8y6urIgjm8q6WnhMcUrlMqZ1D0yUPBUVeD4iALfkoiSVkHNG9CvbF4mgkWp084qCkfwd4MLhXXQqD7cLc%3D%7Ctkp%3ABFBMvLuPo4pi"},{"num":41,"value":"https://www.ebay.com/itm/225032084926?epid=25023700421&hash=item3464f51dbe:g:S64AAOSwVgpiqlye&amdata=enc%3AAQAIAAAAwEGdNUt9XXTnVaZ%2B6L1iET1GDi5hSqDPp7Ed0u%2F5BOBXhVEBEjvafKhZSg7Xo%2Fh4kHVvTCJnIogKcbrRhYCgIXXS3coML5B2pZoZbpEcFgB5I51vOl6Jx%2FjNBwaLXy5ivr8LzHu7bOHsRrLqqbj%2FxUpgYqDlNNYRzNXDUNxsDpDk2xOAtEzkKw4Wgtwn8HG30JTIUtcCbeAYucQiWiOiZ3%2B51kfEOqWq8a4TgeBgUACcqCvqn7OiBPFXXamQVhtL1Q%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":42,"value":"https://www.ebay.com/itm/115813971678?epid=240434004&hash=item1af70cf6de:g:HE8AAOSwD7pka-ye&amdata=enc%3AAQAIAAAAwG9cmrsZyl1i9jsstX91tXt64HORisj2KlJmakCyc5eRSLazgmA0VtsJS6a6QVIBGtEXCPG8xI0Hq86MNqc6UmFTEU%2FuStTSV1GqTWsfr3xkG3armBiHg7wbF68cD5Q%2FWzy2DHNxJWQt%2ByNKiOX5GA2Aulz9gRHhqepG9FSoOXxk%2Bb1rviAiw%2F2i5Gt5ud7AKAG9ilCnd9pWT%2FIyMuCOsx%2F%2FP1a8DpjjK0hh2KAslSrwS5lZjrDPgI4PiZH%2FN1WHkQ%3D%3D%7Ctkp%3ABk9SR7y7j6OKYg"},{"num":43,"value":"https://www.ebay.com/itm/394434823940?epid=168534247&hash=item5bd625c704:g:lhMAAOSwgFFj0von&amdata=enc%3AAQAIAAAA0M%2FIzKUyjuP64oVYg2zv2N6K0HV8Dsw%2FcT3wTKNUiZSokldICyCOb7GbFiXSs3fmfa93GI8a9rBaVOMm2AaOIqOybFBoOnlqRXbs4GXpgulmg%2FGHWkZGFn8zzIcgtj5CBqWeQ5R2Czc9UkTohD7nS2eRTh6pbzFeG60F6iam3QnQRpc88l7EnlsJE0FCF4%2BrsbHx8zKRX5UmeNhVK0sQA84brDNzyasZ6%2FhEC9W7kdjSUUBT93BHd0Hj9%2BRQTLoMSLaeKqTmapZfBBNjFajwGlU%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":44,"value":"https://www.ebay.com/itm/385598884410?epid=99987131&hash=item59c77c0a3a:g:C5sAAOSweQ5kWId5&amdata=enc%3AAQAIAAAAwB54SZlQW0p5KQfu0jP9GzVeGbX3lxFThmXOyzH3N2cedj0%2BqlnwMOB1CZSnoCp%2FKHUsfviRkW2bteQEMlnc0fbzbebo66rf%2F4nzJAoUA0yCAmi28L23hP41DQaIdajplNpkgpiQHE%2FZOcGb0IR6FmdQXth48g33MhZtTZpOYcMPiPGtwcJzxiU7sARsGQ9r%2BeCNw%2B67Wf50K37KiXWi9rL14eq0tV%2FfbdpLhQOh2%2F3GE9Ql8WAo%2FBON6jMhqrY6WQ%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":45,"value":"https://www.ebay.com/itm/204347780252?hash=item2f9413ac9c:g:dDIAAOSwHcJkbpJo&amdata=enc%3AAQAIAAAA4G5qAeMF2c%2Fp99qdl2e4QsV%2B9aDtdjvQIZUr2nsDzWMWSsXB%2F%2BZ7eyYMzXEY5iVWihbArwRh1MXNQhrXqXr0MfNkZuBlWyZmH9nyoSPtydaQF9jgRRk24O1%2Fhdqo%2FFAutR%2B%2F%2FcDnpG6HbNCktiCvn%2BvnVM1DJQZebRcLjEyQb3mXY%2BHMzxPMXEt1KDhRBk1eVVLjfh9ybQFHWHVXS95gOi%2FxI%2FSMglgvtfC8Mwf7xumjQshU04N%2FopuFbJcMBcv0kOhBbvnBa1m99nbbnDl5pbux1ugkP087E%2BNasU4Khg2Y%7Ctkp%3ABk9SR767j6OKYg"},{"num":46,"value":"https://www.ebay.com/itm/385255115294?epid=240210725&hash=item59b2fe8a1e:g:cxYAAOSwuk9jgIHV&amdata=enc%3AAQAIAAAA4LbLMVk7C1FrgwVIu0YOX625J56lmBpPXnvKUAHwy61DAlTwJRki2R4xdtuifLPLOK%2F%2BKxBZ9IqnkyFqOI8L%2BIHF6VsEXhF%2FkWh%2Fhnvu8iKt9OY%2BaaX%2FndpEMGK5ovkZpsi6g2GVKBUOQ8nukJMR7gpyJnYPMBrr%2FXBg%2Bopp52JjuvqSONdf%2BU%2FAAf%2BvL0Wm6jn2JND%2BUU%2BKB9XHAMmYFAKLHqMmmcP7urDDm58vYgkgbzg8vPrnJNmM5LSGGwQlrwzoU%2BMAW%2FIIqyuN4QdKlvOUZmHVte%2FDlh09tPm4qL39%7Ctkp%3ABk9SR767j6OKYg"},{"num":47,"value":"https://www.ebay.com/itm/314579175553?epid=240282853&hash=item493e614881:g:keMAAOSwZXxkWJz9&amdata=enc%3AAQAIAAAA4CVZ5wnwqlSCS1YWHcywmTZIpoSq9MKZI4x0QzZgnK4WlYGrgYTGb60fL6LBfKIZUEYQI75%2BTi5sIY6y3ZsDcJOW719%2BUzOLulrXpw9A2xsYYS%2FAkkZAfz96VSHqW2jOLF6VHmMp%2B2kjieViO%2Bn%2FiNjJtaSYBp7VRBihr5P4GMg7GlGaWQnmbByhZXmIdPsqZBqR7Ze8YSII8qEUEcG%2F2ba9RY%2BUmeaw7kxtSNonQwLciOh0GRCar9PDDCFFJ9xBmoYAy2xC00KdUHdh5nn8dOpIAcOWrNiFa6kwu8QRPrFP%7Ctkp%3ABk9SR767j6OKYg"},{"num":48,"value":"https://www.ebay.com/itm/266246155894?epid=1981183096&hash=item3dfd81ee76:g:aJcAAOSwW0tkVH8D&amdata=enc%3AAQAIAAAA4NSs43V0ZX3nNh7xuPaSq0MPHD1DrbFDQ31ldqm0v3BUSdkBlQ9PcsinazAjKxQVV7cZykPIg1%2B3UqbpNe9Qr0pn1OC6mWSsNy%2BMgWmEVX3JxdlM6ydk8KNbbDkvLmC4uppTCLrVYNjWz2EpiIunrM6oqzM04E2HAU%2B53wgVmeF95t82tJje2WjqZvBI5k0ptDwfv9p6ZnXwptK036YEk6xQaeNuLVuaI64n230LC5di6kp%2B5GH2hhnrPFs0%2FQVzPEE8AOXeETLqkuB3ZoUxvTlQYPs64UjEyeJMzuG4kDId%7Ctkp%3ABk9SR767j6OKYg"},{"num":49,"value":"https://www.ebay.com/itm/404172805708?epid=109317046&hash=item5e1a93964c:g:egoAAOSwEshkBX29&amdata=enc%3AAQAIAAAA4L%2Bcyf5A6p8lpN3tDYasPFw4urgf1QST9NSS8%2FujqkoYqEraBlAEaAn36Zl1fkENjNqSEx9a6k9N2T16vwc7zWhu%2B4m80XC9prUmMyRjxKDxgPuus3J6ZrVWX0fCbEhoIB5NjQ3HVV42pHF9cp8peiwDmnPTuj46ixo0cC%2FD5WFVxNqQBMcHS44EcNKkGdTmcnhscthTBo5qSuJr7InRcb%2Fs1iXcYBtaqn%2FPzhXP%2BdTX0rpgowXXJd1JJIUhVN%2BYp4KbYvJGFKfjjLOXnSTrLt3jpfIPpEgsMUsx1hmXktSg%7Ctkp%3ABk9SR767j6OKYg"},{"num":50,"value":"https://www.ebay.com/itm/175601025545?hash=item28e2a30209:g:pSUAAOSwAjpj39Uh&amdata=enc%3AAQAIAAAA4JtdtqZGD0DaxP5aiGhnDTagbGu9f5fI6DnTdtAAlfVjypwfAjWgvmYBGxCLWAsaOvxD5DkU6Z1%2B8pS5j7JzI53ltdrlRLdWlcO6zGQJ5FKgxIuzP9AB%2BJOoTi7ymG3NX7LB%2BFoRxaGk8H7TRqnbcUTsFu08q6Wviac1RRVOEqW1jRFdfz1SSPWugqJHa5q6Q54rDvHGaWffGml3qTueC3kO%2FHZsLC%2FkmBEF7j8cbyZ6D3uDYv9P36tYESwXEutIHJGymO0%2BLvl66enzEOKDV%2FJ28OXegbTLMdtjxt42%2BKSa%7Ctkp%3ABk9SR767j6OKYg"},{"num":51,"value":"https://www.ebay.com/itm/404172716323?epid=103043220&hash=item5e1a923923:g:aCEAAOSw5S5kBYOD&amdata=enc%3AAQAIAAAAwAEqcW61tzBYheFVcLKrztFd4jbhNUIOlCu68BpaMltkmVY%2BE%2Fh%2FXAp%2BEq56fYG%2FbSq1ZMGqTatNiRWd5Znnd1d%2F%2FQeDwfoaYUF1oEgOC%2FR16f%2BixZlEF8UnigH3S8ai0c7lWYlqf7NP6m544ROPYrvUgaTcabd2TpqG7pRR2vqO4Am65Sx85AI8hVQwfV8CPDnx8f0tfz9EmqQXpgzFHeTOGRRjBQEUN47JT1lPCDWLr5VbHVBeS64jOjqUF9QeQQ%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":52,"value":"https://www.ebay.com/itm/234972583475?epid=7034636144&hash=item36b5751633:g:JUcAAOSwOPpkNcYf&amdata=enc%3AAQAIAAAAwJTowa4riLMf%2BrbZOFjw%2FpyMKzDMbbpRVveSoVPkntnGByRtXr0iOLGQbuhx8d1GTd%2Fyq2Yz7j2PqM8z79axrNlajdozMIeDdSfZFNNGCVGbGFJr0zhTektCAO%2BsOoWfJ8d1QAUTVS8UDjeLcgm9Q%2F%2F8IsAOaw7PhmB6anER4kj13ftyLJ7lnSyJx1hoCHpqVa%2FYUoinYRu35ffMFQLcVN03Ai5ZFwU09H%2FFvSP8JR67xkg1Yns%2FnyQZko9A5aNhCA%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":53,"value":"https://www.ebay.com/itm/354777150278?hash=item529a5db346:g:6woAAOSwVT5kIliA&amdata=enc%3AAQAIAAAAwL2KambFmV0v2f%2Bo48YE0kLMUkDgpye06l2Pbg5Ypr7MUtrxSbdEFRjdwADDkEK2VPX%2B0kwg2jGsObWRAF2AZLRyXbOom%2Bm7Z81AOVoyeo5OS2ToArc7g9oJaTtYaXdBcjvb8Zz%2BcAVUNB336OT%2BZf3BB3lcuzTRnzCnXYYF48G83XxEY7beer3r4E5heW5%2BLl1VK48WXDI4E%2B4nMC5gMhyI8WiPJtklVjoH%2FHtjsCutMkWA5m0C987GvsbIrRZnSA%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":54,"value":"https://www.ebay.com/itm/364190042333?epid=15019024614&hash=item54cb6b08dd:g:GXkAAOSwUj5kGfn2&amdata=enc%3AAQAIAAAA4JKv17A5cE2QI7BTqtpbhom1dpnLUJOirR04JMqCkztHmRURtaMsh6YOvAslQvbRCvZgMB7FY%2BRt7EdhF6habqEz%2FH3wNYwYZv5TT528Tsc%2Fy0ZF4qvyZasX6AMIuE6WpSjjxD9zLa35syIzfirWW6Af%2BV1AqjodZ%2BUL2K5arIP9nRUGtzbKKPhxOVP4DYIyfFnmj3VIWfm720owpEf3hN7b5NlkngUXHl496A6fbtHyIoJFfEyxXneLPgJu%2F0W6uGtTbrEE%2BRneFqmDdo8qGx%2F0b5gsIj4%2FvCFX%2BcxCXoyp%7Ctkp%3ABk9SR767j6OKYg"},{"num":55,"value":"https://www.ebay.com/itm/185662256826?epid=111218208&hash=item2b3a5536ba:g:txsAAOSwhgxj~K6y&amdata=enc%3AAQAIAAAAwGNMCzp7RP3gzxS0lMJ0MO1080FvhiAk2dNXwcZwhYohVt31Gtfcu9zXPTEU8tuMtEdQjRiVlBWKnHBwMgXcaLseNLWJ02m0Qm5leo6pfErTWWzRbjavfFbZFte0wbcQHs2SoDfjdyPh7Fbt8sEltzoP0MicPhvhZiyOe1MFU0FsNqq%2FXZ%2FOKa9%2BHtoxTbXnnU%2Bcgmeh1QlKSeyI6j%2FBLmDPs1ZGTK3W5he5WoQULq8kf9JWuVZDKSE6oBppe%2Frndw%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":56,"value":"https://www.ebay.com/itm/404172810786?epid=240060051&hash=item5e1a93aa22:g:2IQAAOSwN6BkBX5k&amdata=enc%3AAQAIAAAA4E3Vq4D3CP7YwUp45QE%2BwEpnYRe4LczMyKU8OYYO3f9Ze3Gm2hqtaGZcad9nuf%2BC7zCjS%2FG55DAlUrwsFKUIabbfjE4iqbnJXXr7vRRkzVVMPCqJoqUUur%2ButxhcaKzUcBJecsZVLL7TgqMCelZJqEVnkT%2FqWz7xYJPGghlcr3cS8%2BfsHD9RN%2BBlEA4wGc0Uq3bW2trXvmrHyD71W%2Fxoo7zoVephGIHS%2B52aHDvAjNlgE%2BVDwoM%2BS36POSkcoqo1DHsPg%2Bdc7HXHyPgZcpY%2Bg%2FX1c26vjkxpYAhDGS4kiKTh%7Ctkp%3ABk9SR767j6OKYg"},{"num":57,"value":"https://www.ebay.com/itm/175636718714?epid=21056262184&hash=item28e4c3a47a:g:FpMAAOSwDupj23ys&amdata=enc%3AAQAIAAAAwJOKWDLzb4QR6QTWLQ2rFWnNOLqYEVKx8hkq7%2BeCnz9VRv8fs80GQew8iOoekOiEVwwaz67PW4jtyHflu0%2BOa6wrUE3ozndFFTCvPLRiMl4i0GsRhNzlzqeXfKxKiuewxz%2FiUMIXOnHX%2F72Ke5IVsXAVzOFETeYuZulBMA9kI9bTTChKWySyGJwXylp3dXszn8H1MjQ6rG2zR%2Bqmq4u4rQdjbdw%2B9dCSvO%2BnvbZ0l0EoUgmobfu4LUzJv7DqWIpgpw%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":58,"value":"https://www.ebay.com/itm/166093060173?epid=240200776&hash=item26abeaf84d:g:EmQAAOSwiLtkXfnS&amdata=enc%3AAQAIAAAAwDrU5noZec7LSVt0LBRjb6EsIqLZxFouWLD3bXAmRtpsrtJJ0XjKJ4s4oVao54RwFXCmY59HZDaeATS7nyZQ1VPe4HMDgF7MRc%2BAem957352z19GFdPBMcbISKRkEH9TZ2U1njFpnZPkyf4Kmk3q2xTj%2FObZuZ4Kj0JV9JrzRV6bVSQFAdoBsA2VOGPesyl52jDsgoTwg8iUA0W6WuyJdhVFVv792b%2BW2SiNUk15Ha1arSTzLMebVI0warlOOzFepg%3D%3D%7Ctkp%3ABk9SR767j6OKYg"},{"num":59,"value":"https://www.ebay.com/itm/265620291838?hash=item3dd83400fe:g:YesAAOSwkfhhnSk5&amdata=enc%3AAQAIAAAA0B7zimYHFc6DQFKkkTAwopA3UtP6x4ItL4wx84Q8sDi%2BE7HVh1Z3zTCt6%2F2klTQ0IoKzDJi68mr78SXkI%2BhWNQ2M5YJ2wi78XUcnjZPjRWG%2F4fkGVg2FBAVKUPAKyYqvHA%2FP5MRMwz0rVqrIkw5M2n8U7uVhnCL2IlEPHW7%2F3An3QwXh2dqOo59rfAyNlLN0B76MiJ937jzm041ruKsU19ggk7AmkHT9vzRgMJHNdcOiWfRemLfAMidMORuHpjL6vY5XS1EbdEUtEv3YDtgIaD8%3D%7Ctkp%3ABFBMvruPo4pi"},{"num":60,"value":"https://www.ebay.com/itm/402891685763?epid=239080666&hash=item5dce373f83:g:Y7sAAOSwH7FgttTS&amdata=enc%3AAQAIAAAA0FqH2aeuPkAmdvvHpNEmlHhKuFVAlx3mVW6UUTfqOGNk28eCuRw1faxM6DRD5WAfupqzRAtnKXAqEYjzsFxgaQoYFEdqjF9XD37LB0KC%2Fxb5IS6NWvCHa7LA6%2FH1yg8lk%2BgcmhvSJzt1wyze%2BUwwZxJCX6N6LRg8oS4EI7Zli%2F%2BMup9d23rCD4FVtMpSI9gQ5qNHMABomETcULS%2F%2F6PD53powD0JDkPhAHMMCiAzctWWLOTyxftoJvMyFTveZGgf6W6KAUAbraeDQcR%2Fz3uc5SE%3D%7Ctkp%3ABFBMvruPo4pi"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para8_text","desc":"","relativeXPath":"/div[1]/div[2]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'New Listin')]"],"exampleValues":[{"num":0,"value":"AppleiPhone12-64GB-Blue(AT&T)"},{"num":2,"value":"AppleiPhoneSE1stGen.-16/32/64/128GB-ALLCOLORSUnlocked/AT&T/T-Mobile"},{"num":3,"value":"AppleiPhone8Plus-64/128/256GB-ALLCOLORSUnlocked/T-MobileA1864"},{"num":4,"value":"AppleiPhoneXS-64GB-SpaceGray(Unlocked)A1920(CDMA+GSM)"},{"num":5,"value":"📱IOS6AppleiPhone516GBUnlockedBlackwhitegoldbluePerfectappearance📱"},{"num":6,"value":"AppleiPhone6Plus-64GB-Gold(Unlocked)A1524(CDMA+GSM)"},{"num":7,"value":"iPhone12Pro128gbUnlockedUsedExcellent"},{"num":8,"value":"AppleiPhone7Plus256GBPinkUnlockedA1661CDMAGSMWorkingSmartphone"},{"num":9,"value":"AppleiPhone2GGeneration-8GB-Silver"},{"num":10,"value":"UsedOriginalUnlockedAppleiPhoneSE4GLTE4.0'2GBRAM16/64GBROMDual-core"},{"num":11,"value":"AppleiPhone6sPlus-64GB-SpaceGray(SaskTel)A1687(CDMA+GSM)(CA)"},{"num":12,"value":"AppleiPhoneXS,XSMaxUnlockedVariousColors64GB256GB512GBSmartphonegood"},{"num":13,"value":"FullCoverTEMPEREDGlassForiPhone111213PROXSMAXXR78ScreenProtector"},{"num":14,"value":"AppleiPhoneSE2ndGen.-64GB-Black(Unlocked)A2275(CDMA+GSM)"},{"num":15,"value":"AppleiPhoneXR64GB-AllColors-FullyUnlocked"},{"num":16,"value":""},{"num":17,"value":"AppleiPhone11ProMax256GBSpaceGrayUnlockedExcellentCondition"},{"num":18,"value":"AppleIPhone5S16GB32GB64GBSpaceGraySilverGoldUNlockedSIMFreeSealed"},{"num":19,"value":"AppleiPhoneXUnlockedOLEDSmartphone5,8\",64GB,256GB,512GB,SYDNEYSTOCK"},{"num":20,"value":"AppleiPhoneSE2020(2ndGen)Smartphone-BrokenforParts/Repairs!"},{"num":21,"value":"AppleiPhone11Pro-256GB-Silver(Unlocked)~READDESCRIPTION~"},{"num":22,"value":"AppleiPhone11ProA2215256GBFactoryUnlockedSinglesimVeryGoodcondition"},{"num":23,"value":"AppleiPhone11Pro-64GB-SpaceGrey(Unlocked)A2215(CDMA+GSM)"},{"num":24,"value":"AppleiPhone3GS-8GB-Black(AT&T)A1303(GSM)FastShipExcellentUsed"},{"num":25,"value":"AppleiPhone864GBUnlockedA1905GSM-SpaceGray"},{"num":26,"value":"AT&TFACTORYUNLOCKSERVICEFactoryATTUnlockServiceonlyCleaniPhone"},{"num":27,"value":"AppleiPhone6sUnlockedVariousColors16GB32GB64GB128GBSmartphoneUsed"},{"num":28,"value":"🔥AppleiPhone6s128GB-SpaceGray(Unlocked)A1688/A1633smartphonesealed"},{"num":29,"value":"iPhone732GB128GBBlack/Silver/Gold/RedUnlockedVerizonat&tCricketSmart"},{"num":30,"value":"AppleiPhone11-64GBAllColors-Unlocked-A2111(CDMA+GSM)"},{"num":31,"value":"AppleiPhone11128GBFactoryUnlocked4GLTESmartphone-Good"},{"num":32,"value":"NEWAPPLEIPHONESE2NDGEN64GBWHITE(CRICKETWIRELESS)A2275(CDMA+GSM)"},{"num":33,"value":"AppleiPhone5GSMUNLOCKED-16GBGoodConditionBlack"},{"num":34,"value":"AppleiPhoneXR64GBBlackUnlockedGoodCondition"},{"num":35,"value":"AppleiPhoneSE2nd64GBXfinity"},{"num":36,"value":"📱AppleiPhone4S8/16/32GB-UnlockedBlackwhiteGradeA+Condition📱IOS6"},{"num":37,"value":"CaseForiPhone1413121178XXRBumperSHOCKPROOfCover"},{"num":38,"value":"AppleiPhone6sPlus-RoseGold(Sprint)A1687"},{"num":39,"value":"AppleiPhone6Plus-64GB-ALLCOLORS(Unlocked)A1522(CDMA+GSM)"},{"num":40,"value":"AppleiPhoneSE202064GBBlackAT&TOnlyNeverActivated"},{"num":41,"value":"AppleiPhoneXSMax-64GB-SpaceGrey(Unlocked)A2101(GSM)(AUStock)"},{"num":42,"value":"AppleiPhone6s-128GB-Silver(Unlocked)A1549(CDMA+GSM)"},{"num":43,"value":"AppleA1532iPhone5c16GB(Verizon)WhiteSmartphone(A4170)"},{"num":44,"value":"iOS2.0AppleiPhone3G2ndGeneration-16GB-White(Unlocked)A1241(GSM)"},{"num":45,"value":"AppleiPhone14PlusMidnight128GBSEALED"},{"num":46,"value":"New&SealedAppleiPhone4-8GB16GB32GB-BlackWhiteUNlocked(AT&T)A1332(GSM)"},{"num":47,"value":"📱AppleiPhone48/16/32GB-UnlockedUsedFullfunctionmobilephoneIOS7📱"},{"num":48,"value":"📱AppleiPhone5s16/32/64GB-UnlockedBlacksilvergoldGradeACondition📱"},{"num":49,"value":"AppleiPhone4S32GBIOS6.1.3UnlockedWhiteBlackSmartPhone"},{"num":50,"value":"CaseForiPhone14ProMax14Pro14Plus14ShockproofSiliconeCover"},{"num":51,"value":"New&SealedAppleiPhone432GBA1332UnlockedWhite/BlackSmartPhone"},{"num":52,"value":"AppleiPhone1164GBSmartphoneBrandNewMetrobyT-Mobile"},{"num":53,"value":"ScreenProtectorforIphone11121314ProMax,xr,7814PlusTemperedGlass"},{"num":54,"value":"AppleiPhone6S16GB32GBVariousColoursUnlockedSmartphoneGradeAVeryGood"},{"num":55,"value":"OriginalUnlockedAppleiPhone4S-8/16/32/64GBBlackWhiteiOS93GSmartphone"},{"num":56,"value":"AppleiPhone4S64GBIOS9.3.6UnlockedWhiteBlackSmartPhone"},{"num":57,"value":"NewAppleiPhone14ProMax128GBA2896DualNano-SIMUnlocked-DeepPurple"},{"num":58,"value":"OriginalAppleiPhone4S8/16/32GB-UnlockedBlackwhiteGradeAConditionIOS6"},{"num":59,"value":"AppleiPhone1164GBUnlockedVerizonATTT-MobileGSMCDMASmartphoneA2111"},{"num":60,"value":"AppleiPhone8Plus-64GB-SpaceGray(Unlocked)A1897(GSM)(VERYGOOD)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para9_text","desc":"","relativeXPath":"/div[1]/div[2]/a[1]/div[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/a[1]/div[1]/span[1]/span[1]","//span[contains(., 'New Listin')]","//SPAN[@class='LIGHT_HIGHLIGHT']"],"exampleValues":[{"num":0,"value":"NewListing"},{"num":16,"value":"AppleiPhone13mini-(Unlocked)-128GB-256GB-512GB-Excellent"},{"num":21,"value":"NewListing"},{"num":25,"value":"NewListing"},{"num":38,"value":"NewListing"},{"num":42,"value":"NewListing"},{"num":45,"value":"NewListing"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para10_text","desc":"","relativeXPath":"/div[1]/div[2]/div[1]","allXPaths":["/div[1]/div[2]/div[1]","//div[contains(., 'Pre-Owned')]","//DIV[@class='s-item__subtitle']"],"exampleValues":[{"num":0,"value":"AppleiPhone1264GBAT&T"},{"num":2,"value":""},{"num":3,"value":""},{"num":4,"value":"AppleiPhoneXS64GBUnlocked"},{"num":5,"value":"AppleiPhone516GBUnlocked"},{"num":6,"value":"AppleiPhone6Plus64GBUnlocked"},{"num":7,"value":"AppleiPhone12Pro128GBUnlocked"},{"num":8,"value":"AppleiPhone7Plus256GBUnlocked"},{"num":9,"value":"AppleAppleiPhone(1stGeneration)"},{"num":10,"value":""},{"num":11,"value":""},{"num":12,"value":""},{"num":13,"value":""},{"num":14,"value":"AppleiPhoneSE(2ndGeneration)64GBUnlocked"},{"num":15,"value":""},{"num":16,"value":"FULLYUNLOCKED"},{"num":17,"value":"AppleiPhone11ProMax256GBUnlocked"},{"num":18,"value":""},{"num":19,"value":""},{"num":20,"value":""},{"num":21,"value":"AppleiPhone11Pro256GBUnlocked"},{"num":22,"value":""},{"num":23,"value":"AppleAppleiPhone11Pro"},{"num":24,"value":"AppleiPhone3GS16GBAT&T"},{"num":25,"value":"AppleiPhone864GBUnlocked"},{"num":26,"value":"AT&T"},{"num":27,"value":""},{"num":28,"value":"AppleiPhone6s128GBUnlocked"},{"num":29,"value":""},{"num":30,"value":""},{"num":31,"value":""},{"num":32,"value":"NEWCONDITION•FREE2DAYSHIPPING•ONEYEARWARRANTY"},{"num":33,"value":"AppleiPhone516GBUnlocked"},{"num":34,"value":"AppleiPhoneXR64GBUnlocked"},{"num":35,"value":"AppleiPhoneSE64GBXfinity"},{"num":36,"value":""},{"num":37,"value":""},{"num":38,"value":"AppleiPhone6sPlus32GBSprint"},{"num":39,"value":""},{"num":40,"value":"AppleiPhoneSE(2ndGeneration)64GBAT&T"},{"num":41,"value":"AppleAppleiPhoneXSMaxNetworkUnlocked"},{"num":42,"value":"AppleiPhone6128GBUnlocked"},{"num":43,"value":"AppleiPhone5c16GBVerizon"},{"num":44,"value":"AppleiPhone3G16GBUnlocked"},{"num":45,"value":"AppleiPhone14Plus128GBAT&T"},{"num":46,"value":""},{"num":47,"value":""},{"num":48,"value":""},{"num":49,"value":""},{"num":50,"value":""},{"num":51,"value":""},{"num":52,"value":"AppleiPhone1164GBMetro"},{"num":53,"value":""},{"num":54,"value":""},{"num":55,"value":""},{"num":56,"value":""},{"num":57,"value":"AppleiPhone14ProMax128GBUnlocked"},{"num":58,"value":""},{"num":59,"value":""},{"num":60,"value":"AppleiPhone8Plus64GBUnlocked"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para11_text","desc":"","relativeXPath":"/div[1]/div[2]/div[1]/span[1]","allXPaths":["/div[1]/div[2]/div[1]/span[1]","//span[contains(., 'Pre-Owned')]","//SPAN[@class='SECONDARY_INFO']"],"exampleValues":[{"num":0,"value":"Pre-Owned"},{"num":2,"value":"Pre-Owned"},{"num":3,"value":"Pre-Owned"},{"num":4,"value":"OpenBox"},{"num":5,"value":"Pre-Owned"},{"num":6,"value":"PartsOnly"},{"num":7,"value":"Pre-Owned"},{"num":8,"value":"Pre-Owned"},{"num":9,"value":"Pre-Owned"},{"num":10,"value":"Pre-Owned"},{"num":11,"value":"Pre-Owned"},{"num":12,"value":"Pre-Owned"},{"num":13,"value":"BrandNew"},{"num":14,"value":"OpenBox"},{"num":15,"value":"Pre-Owned"},{"num":17,"value":"OpenBox"},{"num":18,"value":"BrandNew"},{"num":19,"value":"BrandNew"},{"num":20,"value":"PartsOnly"},{"num":21,"value":"Pre-Owned"},{"num":22,"value":"Pre-Owned"},{"num":23,"value":"Pre-Owned"},{"num":24,"value":"Pre-Owned"},{"num":25,"value":"Pre-Owned"},{"num":26,"value":"PartsOnly"},{"num":27,"value":"Pre-Owned"},{"num":28,"value":"BrandNew"},{"num":29,"value":"Pre-Owned"},{"num":30,"value":"Excellent-Refurbished"},{"num":31,"value":"Pre-Owned"},{"num":33,"value":"Pre-Owned"},{"num":34,"value":"Good-Refurbished"},{"num":35,"value":"Pre-Owned"},{"num":36,"value":"Pre-Owned"},{"num":37,"value":"BrandNew"},{"num":38,"value":"Pre-Owned"},{"num":39,"value":"Pre-Owned"},{"num":40,"value":"BrandNew"},{"num":41,"value":"Pre-Owned"},{"num":42,"value":"OpenBox"},{"num":43,"value":"Pre-Owned"},{"num":44,"value":"Pre-Owned"},{"num":45,"value":"BrandNew"},{"num":46,"value":"BrandNew"},{"num":47,"value":"Pre-Owned"},{"num":48,"value":"Pre-Owned"},{"num":49,"value":"BrandNew"},{"num":50,"value":"BrandNew"},{"num":51,"value":"BrandNew"},{"num":52,"value":"OpenBox"},{"num":53,"value":"BrandNew"},{"num":54,"value":"VeryGood-Refurbished"},{"num":55,"value":"BrandNew"},{"num":56,"value":"BrandNew"},{"num":57,"value":"BrandNew"},{"num":58,"value":"Pre-Owned"},{"num":59,"value":"Pre-Owned"},{"num":60,"value":"VeryGood-Refurbished"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para12_text","desc":"","relativeXPath":"/div[1]/div[2]/div[1]/span[2]","allXPaths":["/div[1]/div[2]/div[1]/span[2]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":0,"value":"·"},{"num":4,"value":"·"},{"num":5,"value":"·"},{"num":6,"value":"·"},{"num":7,"value":"·"},{"num":8,"value":"·"},{"num":9,"value":"·"},{"num":14,"value":"·"},{"num":17,"value":"·"},{"num":21,"value":"·"},{"num":23,"value":"·"},{"num":24,"value":"·"},{"num":25,"value":"·"},{"num":26,"value":"·"},{"num":28,"value":"·"},{"num":33,"value":"·"},{"num":34,"value":"·"},{"num":35,"value":"·"},{"num":38,"value":"·"},{"num":40,"value":"·"},{"num":41,"value":"·"},{"num":42,"value":"·"},{"num":43,"value":"·"},{"num":44,"value":"·"},{"num":45,"value":"·"},{"num":52,"value":"·"},{"num":57,"value":"·"},{"num":60,"value":"·"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para13_text","desc":"","relativeXPath":"/div[1]/div[2]/div[1]/span[3]","allXPaths":["/div[1]/div[2]/div[1]/span[3]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":0,"value":"·"},{"num":4,"value":"·"},{"num":5,"value":"·"},{"num":6,"value":"·"},{"num":7,"value":"·"},{"num":8,"value":"·"},{"num":9,"value":"·"},{"num":14,"value":"·"},{"num":17,"value":"·"},{"num":21,"value":"·"},{"num":23,"value":"·"},{"num":24,"value":"·"},{"num":25,"value":"·"},{"num":28,"value":"·"},{"num":33,"value":"·"},{"num":34,"value":"·"},{"num":35,"value":"·"},{"num":38,"value":"·"},{"num":40,"value":"·"},{"num":41,"value":"·"},{"num":42,"value":"·"},{"num":43,"value":"·"},{"num":44,"value":"·"},{"num":45,"value":"·"},{"num":52,"value":"·"},{"num":57,"value":"·"},{"num":60,"value":"·"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para14_text","desc":"","relativeXPath":"/div[1]/div[2]/div[1]/span[4]","allXPaths":["/div[1]/div[2]/div[1]/span[4]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":0,"value":"·"},{"num":4,"value":"·"},{"num":5,"value":"·"},{"num":6,"value":"·"},{"num":7,"value":"·"},{"num":8,"value":"·"},{"num":14,"value":"·"},{"num":17,"value":"·"},{"num":21,"value":"·"},{"num":24,"value":"·"},{"num":25,"value":"·"},{"num":28,"value":"·"},{"num":33,"value":"·"},{"num":34,"value":"·"},{"num":35,"value":"·"},{"num":38,"value":"·"},{"num":40,"value":"·"},{"num":41,"value":"·"},{"num":42,"value":"·"},{"num":43,"value":"·"},{"num":44,"value":"·"},{"num":45,"value":"·"},{"num":52,"value":"·"},{"num":57,"value":"·"},{"num":60,"value":"·"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para15_link_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/div[1]/a[1]","allXPaths":["/div[1]/div[2]/div[2]/div[1]/a[1]","//a[contains(., '5.0 out of')]"],"exampleValues":[{"num":0,"value":"5.0 out of 5 stars.10 product ratings - Apple iPhone 12 - 64GB - Blue (AT&T)"},{"num":2,"value":"4.5 out of 5 stars.41 product ratings - Apple iPhone SE 1st Gen. - 16/32/64/128GB - ALL COLORS Unlocked/AT&T/T-Mobile"},{"num":3,"value":"5.0 out of 5 stars.6 product ratings - Apple iPhone 8 Plus - 64/128/256GB - ALL COLORS Unlocked/T-Mobile A1864"},{"num":4,"value":"4.5 out of 5 stars.163 product ratings - Apple iPhone XS - 64GB - Space Gray (Unlocked) A1920 (CDMA + GSM)"},{"num":5,"value":"4.5 out of 5 stars.517 product ratings - 📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":6,"value":"4.5 out of 5 stars.241 product ratings - Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":7,"value":"4.0 out of 5 stars.3 product ratings - iPhone 12 Pro 128gb Unlocked Used Excellent"},{"num":8,"value":"5.0 out of 5 stars.42 product ratings - Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":12,"value":"4.5 out of 5 stars.135 product ratings - Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":14,"value":"4.5 out of 5 stars.130 product ratings - Apple iPhone SE 2nd Gen. - 64GB - Black (Unlocked) A2275 (CDMA + GSM)"},{"num":17,"value":"4.5 out of 5 stars.83 product ratings - Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":18,"value":"4.5 out of 5 stars.489 product ratings - Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":20,"value":"4.5 out of 5 stars.14 product ratings - Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":21,"value":"5.0 out of 5 stars.2 product ratings - Apple iPhone 11 Pro - 256GB - Silver (Unlocked) ~READ DESCRIPTION~"},{"num":22,"value":"5.0 out of 5 stars.4 product ratings - Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":23,"value":"4.5 out of 5 stars.8 product ratings - Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":24,"value":"4.5 out of 5 stars.79 product ratings - Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":25,"value":"4.5 out of 5 stars.250 product ratings - Apple iPhone 8 64GB Unlocked A1905 GSM - Space Gray"},{"num":27,"value":"4.5 out of 5 stars.122 product ratings - Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":28,"value":"4.5 out of 5 stars.175 product ratings - 🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":29,"value":"4.5 out of 5 stars.5 product ratings - iPhone 7 32GB 128GB Black/Silver/Gold/Red Unlocked Verizon at&t Cricket Smart"},{"num":30,"value":"4.5 out of 5 stars.61 product ratings - Apple iPhone 11 - 64GB All Colors - Unlocked - A2111 (CDMA + GSM)"},{"num":31,"value":"5.0 out of 5 stars.1 product rating - Apple iPhone 11 128GB Factory Unlocked 4G LTE Smartphone - Good"},{"num":34,"value":"5.0 out of 5 stars.334 product ratings - Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":35,"value":"5.0 out of 5 stars.2 product ratings - Apple iPhone SE 2nd 64GB Xfinity"},{"num":36,"value":"4.5 out of 5 stars.151 product ratings - 📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":38,"value":"4.5 out of 5 stars.18 product ratings - Apple iPhone 6s Plus - Rose Gold (Sprint) A1687"},{"num":39,"value":"4.0 out of 5 stars.95 product ratings - Apple iPhone 6 Plus - 64GB - ALL COLORS (Unlocked) A1522 (CDMA + GSM)"},{"num":40,"value":"5.0 out of 5 stars.9 product ratings - Apple iPhone SE 2020 64GB Black AT&T Only Never Activated"},{"num":41,"value":"4.5 out of 5 stars.20 product ratings - Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":42,"value":"4.5 out of 5 stars.22 product ratings - Apple iPhone 6s - 128GB - Silver (Unlocked) A1549 (CDMA + GSM)"},{"num":43,"value":"4.5 out of 5 stars.239 product ratings - Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":44,"value":"4.0 out of 5 stars.668 product ratings - iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":46,"value":"4.0 out of 5 stars.2 product ratings - New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":47,"value":"5.0 out of 5 stars.1 product rating - 📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":48,"value":"5.0 out of 5 stars.5 product ratings - 📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":49,"value":"4.5 out of 5 stars.36 product ratings - Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":51,"value":"4.5 out of 5 stars.243 product ratings - New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":52,"value":"4.5 out of 5 stars.4 product ratings - Apple iPhone 11 64GB Smartphone Brand New Metro by T-Mobile"},{"num":54,"value":"4.5 out of 5 stars.39 product ratings - Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":55,"value":"4.5 out of 5 stars.99 product ratings - Original Unlocked Apple iPhone 4S -8/16/32/64GB Black White iOS 9 3G Smartphone"},{"num":56,"value":"3.5 out of 5 stars.5 product ratings - Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":57,"value":"5.0 out of 5 stars.1 product rating - New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":58,"value":"3.5 out of 5 stars.5 product ratings - Original Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A Condition IOS6"},{"num":60,"value":"4.5 out of 5 stars.258 product ratings - Apple iPhone 8 Plus - 64GB - Space Gray (Unlocked) A1897 (GSM) (VERY GOOD)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para16_link_address","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/div[1]/a[1]","allXPaths":["/div[1]/div[2]/div[2]/div[1]/a[1]","//a[contains(., '5.0 out of')]"],"exampleValues":[{"num":0,"value":"https://www.ebay.com/p/18041714849?iid=204347640092#UserReviews"},{"num":2,"value":"https://www.ebay.com/p/235058061?iid=125654726090&var=426760724718#UserReviews"},{"num":3,"value":"https://www.ebay.com/p/16044554351?iid=125921528476&var=426871875647#UserReviews"},{"num":4,"value":"https://www.ebay.com/p/25023700375?iid=354499126227#UserReviews"},{"num":5,"value":"https://www.ebay.com/p/117394868?iid=165950326528#UserReviews"},{"num":6,"value":"https://www.ebay.com/p/203706854?iid=334883786743#UserReviews"},{"num":7,"value":"https://www.ebay.com/p/4050016431?iid=125946822312#UserReviews"},{"num":8,"value":"https://www.ebay.com/p/225076071?iid=374711273285#UserReviews"},{"num":12,"value":"https://www.ebay.com/p/6023706166?iid=144982418317&var=444193183263#UserReviews"},{"num":14,"value":"https://www.ebay.com/p/23037864010?iid=275481671524#UserReviews"},{"num":17,"value":"https://www.ebay.com/p/25034208609?iid=275816818931#UserReviews"},{"num":18,"value":"https://www.ebay.com/p/168494364?iid=402974377238&var=673170569100#UserReviews"},{"num":20,"value":"https://www.ebay.com/p/13039001065?iid=185690561222&var=693617555013#UserReviews"},{"num":21,"value":"https://www.ebay.com/p/16042424111?iid=404303235453#UserReviews"},{"num":22,"value":"https://www.ebay.com/p/19049315735?iid=164949098513&var=464484000902#UserReviews"},{"num":23,"value":"https://www.ebay.com/p/28034216926?iid=115809329987&rt=nc#UserReviews"},{"num":24,"value":"https://www.ebay.com/p/114805777?iid=155381097344#UserReviews"},{"num":25,"value":"https://www.ebay.com/p/239099257?iid=354806773691#UserReviews"},{"num":27,"value":"https://www.ebay.com/p/240455149?iid=134292112524&var=433745133508#UserReviews"},{"num":28,"value":"https://www.ebay.com/p/216202149?iid=266065363299#UserReviews"},{"num":29,"value":"https://www.ebay.com/p/24032598957?iid=115766777445&var=415833278482#UserReviews"},{"num":30,"value":"https://www.ebay.com/p/26034221296?iid=255807288830&var=555744825847#UserReviews"},{"num":31,"value":"https://www.ebay.com/p/9051376057?iid=115382464560&var=415431060998#UserReviews"},{"num":34,"value":"https://www.ebay.com/p/13023706562?iid=295672429475#UserReviews"},{"num":35,"value":"https://www.ebay.com/p/15054602795?iid=115791017894#UserReviews"},{"num":36,"value":"https://www.ebay.com/p/109338283?iid=266249818815&var=566092370942#UserReviews"},{"num":38,"value":"https://www.ebay.com/p/228576574?iid=374717197868#UserReviews"},{"num":39,"value":"https://www.ebay.com/p/240377092?iid=125804984552&var=426793050210#UserReviews"},{"num":40,"value":"https://www.ebay.com/p/3041485877?iid=265911650646#UserReviews"},{"num":41,"value":"https://www.ebay.com/p/25023700421?iid=225032084926&rt=nc#UserReviews"},{"num":42,"value":"https://www.ebay.com/p/240434004?iid=115813971678#UserReviews"},{"num":43,"value":"https://www.ebay.com/p/168534247?iid=394434823940#UserReviews"},{"num":44,"value":"https://www.ebay.com/p/99987131?iid=385598884410#UserReviews"},{"num":46,"value":"https://www.ebay.com/p/240210725?iid=385255115294&var=653141415433#UserReviews"},{"num":47,"value":"https://www.ebay.com/p/240282853?iid=314579175553&var=613122286182#UserReviews"},{"num":48,"value":"https://www.ebay.com/p/1981183096?iid=266246155894&var=566068110639#UserReviews"},{"num":49,"value":"https://www.ebay.com/p/109317046?iid=404172805708&var=674038350874#UserReviews"},{"num":51,"value":"https://www.ebay.com/p/103043220?iid=404172716323&var=674038083923#UserReviews"},{"num":52,"value":"https://www.ebay.com/p/7034636144?iid=234972583475#UserReviews"},{"num":54,"value":"https://www.ebay.com/p/15019024614?iid=364190042333&var=633650628664&rt=nc#UserReviews"},{"num":55,"value":"https://www.ebay.com/p/111218208?iid=185662256826&var=693566480468#UserReviews"},{"num":56,"value":"https://www.ebay.com/p/240060051?iid=404172810786&var=674038404885#UserReviews"},{"num":57,"value":"https://www.ebay.com/p/21056262184?iid=175636718714#UserReviews"},{"num":58,"value":"https://www.ebay.com/p/240200776?iid=166093060173&var=465601099337#UserReviews"},{"num":60,"value":"https://www.ebay.com/p/239080666?iid=402891685763#UserReviews"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para17_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[2]/div[2]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '5.0 out of')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":0,"value":"5.0outof5stars."},{"num":2,"value":"4.5outof5stars."},{"num":3,"value":"5.0outof5stars."},{"num":4,"value":"4.5outof5stars."},{"num":5,"value":"4.5outof5stars."},{"num":6,"value":"4.5outof5stars."},{"num":7,"value":"4.0outof5stars."},{"num":8,"value":"5.0outof5stars."},{"num":12,"value":"4.5outof5stars."},{"num":14,"value":"4.5outof5stars."},{"num":17,"value":"4.5outof5stars."},{"num":18,"value":"4.5outof5stars."},{"num":20,"value":"4.5outof5stars."},{"num":21,"value":"5.0outof5stars."},{"num":22,"value":"5.0outof5stars."},{"num":23,"value":"4.5outof5stars."},{"num":24,"value":"4.5outof5stars."},{"num":25,"value":"4.5outof5stars."},{"num":27,"value":"4.5outof5stars."},{"num":28,"value":"4.5outof5stars."},{"num":29,"value":"4.5outof5stars."},{"num":30,"value":"4.5outof5stars."},{"num":31,"value":"5.0outof5stars."},{"num":34,"value":"5.0outof5stars."},{"num":35,"value":"5.0outof5stars."},{"num":36,"value":"4.5outof5stars."},{"num":38,"value":"4.5outof5stars."},{"num":39,"value":"4.0outof5stars."},{"num":40,"value":"5.0outof5stars."},{"num":41,"value":"4.5outof5stars."},{"num":42,"value":"4.5outof5stars."},{"num":43,"value":"4.5outof5stars."},{"num":44,"value":"4.0outof5stars."},{"num":46,"value":"4.0outof5stars."},{"num":47,"value":"5.0outof5stars."},{"num":48,"value":"5.0outof5stars."},{"num":49,"value":"4.5outof5stars."},{"num":51,"value":"4.5outof5stars."},{"num":52,"value":"4.5outof5stars."},{"num":54,"value":"4.5outof5stars."},{"num":55,"value":"4.5outof5stars."},{"num":56,"value":"3.5outof5stars."},{"num":57,"value":"5.0outof5stars."},{"num":58,"value":"3.5outof5stars."},{"num":60,"value":"4.5outof5stars."}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para18_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/span[1]","//span[contains(., '$285.00')]","//SPAN[@class='s-item__price']"],"exampleValues":[{"num":0,"value":"$285.00"},{"num":2,"value":"$54.99$94.99"},{"num":3,"value":"$149.99$184.99"},{"num":4,"value":"$224.99"},{"num":5,"value":"$69.00"},{"num":6,"value":"$1.00"},{"num":7,"value":"$550.00"},{"num":8,"value":"$99.99"},{"num":12,"value":"$233.99$439.99"},{"num":14,"value":"$169.99"},{"num":15,"value":""},{"num":17,"value":"$550.00"},{"num":18,"value":"$109.99$135.99"},{"num":20,"value":"$39.99"},{"num":21,"value":"$260.00"},{"num":22,"value":"$415.00"},{"num":23,"value":""},{"num":24,"value":"$42.88"},{"num":25,"value":"$60.00"},{"num":27,"value":"$79.80$104.99"},{"num":28,"value":"$159.99"},{"num":29,"value":"$99.00$139.00"},{"num":30,"value":"$299.99"},{"num":31,"value":"$212.00$385.00"},{"num":34,"value":"$209.99"},{"num":35,"value":"$99.00"},{"num":36,"value":"$24.00$37.00"},{"num":38,"value":"$60.00"},{"num":39,"value":"$83.99"},{"num":40,"value":"$170.00"},{"num":41,"value":""},{"num":42,"value":"$100.00"},{"num":43,"value":"$20.20"},{"num":44,"value":"$79.00"},{"num":46,"value":"$49.00$60.00"},{"num":47,"value":"$18.00$23.00"},{"num":48,"value":"$31.00$38.00"},{"num":49,"value":"$68.99"},{"num":51,"value":"$59.99"},{"num":52,"value":"$274.99"},{"num":54,"value":""},{"num":55,"value":"$49.00$69.00"},{"num":56,"value":"$79.99"},{"num":57,"value":"$1,353.00"},{"num":58,"value":"$24.00$29.00"},{"num":59,"value":""},{"num":60,"value":"$169.00"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para19_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[1]/span[1]","//span[contains(., 'or Best Of')]","//SPAN[@class='s-item__dynamic s-item__purchaseOptionsWithIcon']"],"exampleValues":[{"num":0,"value":"orBestOffer"},{"num":2,"value":"BuyItNow"},{"num":3,"value":"BuyItNow"},{"num":4,"value":"BuyItNow"},{"num":5,"value":"BuyItNow"},{"num":6,"value":"2bids"},{"num":7,"value":"orBestOffer"},{"num":8,"value":"1bid"},{"num":12,"value":"BuyItNow"},{"num":14,"value":"BuyItNow"},{"num":17,"value":"BuyItNow"},{"num":18,"value":"BuyItNow"},{"num":20,"value":"BuyItNow"},{"num":21,"value":"0bids"},{"num":22,"value":"BuyItNow"},{"num":23,"value":"orBestOffer"},{"num":24,"value":"BuyItNow"},{"num":25,"value":"0bids"},{"num":27,"value":"BuyItNow"},{"num":28,"value":"BuyItNow"},{"num":29,"value":"BuyItNow"},{"num":30,"value":"BuyItNow"},{"num":31,"value":"BuyItNow"},{"num":34,"value":"BuyItNow"},{"num":35,"value":"orBestOffer"},{"num":36,"value":"BuyItNow"},{"num":38,"value":"BuyItNow"},{"num":39,"value":"BuyItNow"},{"num":40,"value":"BuyItNow"},{"num":41,"value":"BuyItNow"},{"num":42,"value":"orBestOffer"},{"num":43,"value":"Was:"},{"num":44,"value":"BuyItNow"},{"num":46,"value":"BuyItNow"},{"num":47,"value":"BuyItNow"},{"num":48,"value":"BuyItNow"},{"num":49,"value":"BuyItNow"},{"num":51,"value":"BuyItNow"},{"num":52,"value":"BuyItNow"},{"num":54,"value":"BuyItNow"},{"num":55,"value":"BuyItNow"},{"num":56,"value":"BuyItNow"},{"num":57,"value":"BuyItNow"},{"num":58,"value":"BuyItNow"},{"num":60,"value":"BuyItNow"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para20_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[2]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[2]/span[1]","//span[contains(., 'Shipping n')]","//SPAN[@class='s-item__shipping s-item__logisticsCost']"],"exampleValues":[{"num":0,"value":"Shippingnotspecified"},{"num":2,"value":"+$148.49shipping"},{"num":3,"value":"+$148.49shipping"},{"num":4,"value":"Shippingnotspecified"},{"num":5,"value":"+$7.00shipping"},{"num":6,"value":"+$17.00shipping"},{"num":7,"value":"+$28.05shipping"},{"num":8,"value":"$160.00"},{"num":12,"value":"FreeInternationalShipping"},{"num":14,"value":"Shippingnotspecified"},{"num":17,"value":"+$28.05shipping"},{"num":18,"value":"FreeInternationalShipping"},{"num":20,"value":"+$23.56shipping"},{"num":21,"value":"$338.00"},{"num":22,"value":"FreeInternationalShipping"},{"num":23,"value":""},{"num":24,"value":"+$17.50shipping"},{"num":25,"value":"$140.00"},{"num":27,"value":"FreeInternationalShipping"},{"num":28,"value":"+$1.00shipping"},{"num":29,"value":"Shippingnotspecified"},{"num":30,"value":"Shippingnotspecified"},{"num":31,"value":"Shippingnotspecified"},{"num":34,"value":"+$33.31shipping"},{"num":35,"value":"+$36.15shipping"},{"num":36,"value":"+$7.00shipping"},{"num":38,"value":"+$28.05shipping"},{"num":39,"value":"+$130.50shipping"},{"num":40,"value":"+$78.60shipping"},{"num":41,"value":""},{"num":42,"value":"+$10.00shipping"},{"num":43,"value":"BuyItNow"},{"num":44,"value":"+$4.99shipping"},{"num":46,"value":"FreeInternationalShipping"},{"num":47,"value":"+$7.00shipping"},{"num":48,"value":"+$7.50shipping"},{"num":49,"value":"FreeInternationalShipping"},{"num":51,"value":"FreeInternationalShipping"},{"num":52,"value":"+$23.00shipping"},{"num":54,"value":""},{"num":55,"value":"+$7.00shipping"},{"num":56,"value":"FreeInternationalShipping"},{"num":57,"value":"FreeInternationalShipping"},{"num":58,"value":"+$7.00shipping"},{"num":60,"value":"Shippingnotspecified"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para21_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[3]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[3]/span[1]","//span[contains(., 'from Unite')]","//SPAN[@class='s-item__location s-item__itemLocation']"],"exampleValues":[{"num":0,"value":"fromUnitedStates"},{"num":2,"value":"fromUnitedStates"},{"num":3,"value":"fromUnitedStates"},{"num":4,"value":"fromUnitedStates"},{"num":5,"value":"fromChina"},{"num":6,"value":"fromIsrael"},{"num":7,"value":"fromUnitedStates"},{"num":8,"value":"BuyItNow"},{"num":12,"value":"fromJapan"},{"num":14,"value":"fromUnitedStates"},{"num":17,"value":"fromUnitedStates"},{"num":18,"value":"fromChina"},{"num":20,"value":"fromUnitedStates"},{"num":21,"value":"BuyItNow"},{"num":22,"value":"fromKorea,South"},{"num":23,"value":""},{"num":24,"value":"fromUnitedStates"},{"num":25,"value":"BuyItNow"},{"num":27,"value":"fromJapan"},{"num":28,"value":"fromChina"},{"num":29,"value":"fromUnitedStates"},{"num":30,"value":"fromUnitedStates"},{"num":31,"value":"fromUnitedStates"},{"num":34,"value":"fromUnitedStates"},{"num":35,"value":"fromUnitedStates"},{"num":36,"value":"fromChina"},{"num":38,"value":"fromUnitedStates"},{"num":39,"value":"fromUnitedStates"},{"num":40,"value":"fromUnitedStates"},{"num":41,"value":""},{"num":42,"value":"fromPortugal"},{"num":43,"value":"+$75.70shipping"},{"num":44,"value":"fromChina"},{"num":46,"value":"fromChina"},{"num":47,"value":"fromChina"},{"num":48,"value":"fromChina"},{"num":49,"value":"fromChina"},{"num":51,"value":"fromChina"},{"num":52,"value":"fromUnitedStates"},{"num":54,"value":""},{"num":55,"value":"fromChina"},{"num":56,"value":"fromChina"},{"num":57,"value":"fromHongKong"},{"num":58,"value":"fromChina"},{"num":60,"value":"fromUnitedStates"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para22_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[4]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[4]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":0,"value":"​"},{"num":3,"value":"​"},{"num":5,"value":"​"},{"num":6,"value":"​"},{"num":7,"value":"​"},{"num":18,"value":"​"},{"num":20,"value":"​"},{"num":23,"value":"​"},{"num":28,"value":"​"},{"num":29,"value":"​"},{"num":31,"value":"​"},{"num":35,"value":"​"},{"num":36,"value":"​"},{"num":38,"value":"​"},{"num":40,"value":"​"},{"num":42,"value":"​"},{"num":48,"value":"​"},{"num":54,"value":"​"},{"num":58,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para23_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[4]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[4]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":0,"value":"Sponsored"},{"num":3,"value":"Sponsored"},{"num":5,"value":"Sponsored"},{"num":6,"value":"Sponsored"},{"num":7,"value":"Sponsored"},{"num":18,"value":"Sponsored"},{"num":20,"value":"Sponsored"},{"num":23,"value":"Sponsored"},{"num":28,"value":"Sponsored"},{"num":29,"value":"Sponsored"},{"num":31,"value":"Sponsored"},{"num":35,"value":"Sponsored"},{"num":36,"value":"Sponsored"},{"num":38,"value":"Sponsored"},{"num":40,"value":"Sponsored"},{"num":42,"value":"Sponsored"},{"num":48,"value":"Sponsored"},{"num":54,"value":"Sponsored"},{"num":58,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para24_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/h2[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/h2[1]","//h2[contains(., 'Model')]","//H2[@class='srp-carousel-list__item-group-title']"],"exampleValues":[{"num":1,"value":"Model"},{"num":61,"value":"ShopbyModel"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para25_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"Apple iPhone X - apply Model filter"},{"num":61,"value":"Apple iPhone X - apply Shop by Model filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para26_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%2520X&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%2520X&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para27_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]/div[1]","//div[contains(., 'Apple iPho')]"],"exampleValues":[{"num":1,"value":"AppleiPhoneX"},{"num":61,"value":"AppleiPhoneX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para28_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[1]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply M')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyModelfilter"},{"num":61,"value":"-applyShopbyModelfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para29_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"Apple iPhone 8 Plus - apply Model filter"},{"num":61,"value":"Apple iPhone 8 Plus - apply Shop by Model filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para30_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%25208%2520Plus&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%25208%2520Plus&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para31_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]/div[1]","//div[contains(., 'Apple iPho')]"],"exampleValues":[{"num":1,"value":"AppleiPhone8Plus"},{"num":61,"value":"AppleiPhone8Plus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para32_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[2]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply M')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyModelfilter"},{"num":61,"value":"-applyShopbyModelfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para33_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"Apple iPhone 8 - apply Model filter"},{"num":61,"value":"Apple iPhone 8 - apply Shop by Model filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para34_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%25208&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%25208&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para35_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]/div[1]","//div[contains(., 'Apple iPho')]"],"exampleValues":[{"num":1,"value":"AppleiPhone8"},{"num":61,"value":"AppleiPhone8"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para36_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[3]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply M')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyModelfilter"},{"num":61,"value":"-applyShopbyModelfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para37_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"Apple iPhone 11 - apply Model filter"},{"num":61,"value":"Apple iPhone 11 - apply Shop by Model filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para38_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252011&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252011&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para39_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]/div[1]","//div[contains(., 'Apple iPho')]"],"exampleValues":[{"num":1,"value":"AppleiPhone11"},{"num":61,"value":"AppleiPhone11"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para40_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[4]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply M')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyModelfilter"},{"num":61,"value":"-applyShopbyModelfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para41_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"Apple iPhone 12 - apply Model filter"},{"num":61,"value":"Apple iPhone 12 - apply Shop by Model filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para42_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252012&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252012&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para43_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]/div[1]","//div[contains(., 'Apple iPho')]"],"exampleValues":[{"num":1,"value":"AppleiPhone12"},{"num":61,"value":"AppleiPhone12"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para44_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[5]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply M')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyModelfilter"},{"num":61,"value":"-applyShopbyModelfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para45_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated']"],"exampleValues":[{"num":1,"value":"Apple iPhone 13 Pro Max - apply Model filter"},{"num":61,"value":"Apple iPhone 13 Pro Max - apply Shop by Model filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para46_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252013%2520Pro%2520Max&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%252013%2520Pro%2520Max&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para47_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]/div[1]","//div[contains(., 'Apple iPho')]"],"exampleValues":[{"num":1,"value":"AppleiPhone13ProMax"},{"num":61,"value":"AppleiPhone13ProMax"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para48_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[6]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply M')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyModelfilter"},{"num":61,"value":"-applyShopbyModelfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para49_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"Apple iPhone XR - apply Model filter"},{"num":61,"value":"Apple iPhone XR - apply Shop by Model filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para50_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]","//a[contains(., 'Apple iPho')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%2520XR&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Model=Apple%2520iPhone%2520XR&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para51_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]/div[1]","//div[contains(., 'Apple iPho')]"],"exampleValues":[{"num":1,"value":"AppleiPhoneXR"},{"num":61,"value":"AppleiPhoneXR"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para52_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[7]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply M')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyModelfilter"},{"num":61,"value":"-applyShopbyModelfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para53_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/h2[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/h2[1]","//h2[contains(., 'Storage Ca')]","//H2[@class='srp-carousel-list__item-group-title']"],"exampleValues":[{"num":1,"value":"StorageCapacity"},{"num":61,"value":"ShopbyStorageCapacity"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para54_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]","//a[contains(., '128 GB - a')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"128 GB - apply Storage Capacity filter"},{"num":61,"value":"128 GB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para55_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]","//a[contains(., '128 GB - a')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=128%2520GB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=128%2520GB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para56_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]/div[1]","//div[contains(., '128 GB - a')]"],"exampleValues":[{"num":1,"value":"128GB"},{"num":61,"value":"128GB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para57_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[8]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para58_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]","//a[contains(., '256 GB - a')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"256 GB - apply Storage Capacity filter"},{"num":61,"value":"256 GB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para59_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]","//a[contains(., '256 GB - a')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=256%2520GB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=256%2520GB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para60_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]/div[1]","//div[contains(., '256 GB - a')]"],"exampleValues":[{"num":1,"value":"256GB"},{"num":61,"value":"256GB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para61_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[9]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para62_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]","//a[contains(., '64 GB - ap')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"64 GB - apply Storage Capacity filter"},{"num":61,"value":"64 GB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para63_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]","//a[contains(., '64 GB - ap')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=64%2520GB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=64%2520GB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para64_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]/div[1]","//div[contains(., '64 GB - ap')]"],"exampleValues":[{"num":1,"value":"64GB"},{"num":61,"value":"64GB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para65_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[10]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para66_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]","//a[contains(., '512 GB - a')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"512 GB - apply Storage Capacity filter"},{"num":61,"value":"512 GB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para67_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]","//a[contains(., '512 GB - a')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=512%2520GB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=512%2520GB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para68_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]/div[1]","//div[contains(., '512 GB - a')]"],"exampleValues":[{"num":1,"value":"512GB"},{"num":61,"value":"512GB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para69_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[11]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para70_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]","//a[contains(., '1 TB - app')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"1 TB - apply Storage Capacity filter"},{"num":61,"value":"1 TB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para71_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]","//a[contains(., '1 TB - app')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=1%2520TB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=1%2520TB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para72_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]/div[1]","//div[contains(., '1 TB - app')]"],"exampleValues":[{"num":1,"value":"1TB"},{"num":61,"value":"1TB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para73_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[12]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para74_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]","//a[contains(., '32 GB - ap')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"32 GB - apply Storage Capacity filter"},{"num":61,"value":"32 GB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para75_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]","//a[contains(., '32 GB - ap')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=32%2520GB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=32%2520GB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para76_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]/div[1]","//div[contains(., '32 GB - ap')]"],"exampleValues":[{"num":1,"value":"32GB"},{"num":61,"value":"32GB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para77_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[13]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para78_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]","//a[contains(., '16 GB - ap')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"16 GB - apply Storage Capacity filter"},{"num":61,"value":"16 GB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para79_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]","//a[contains(., '16 GB - ap')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=16%2520GB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=16%2520GB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para80_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]/div[1]","//div[contains(., '16 GB - ap')]"],"exampleValues":[{"num":1,"value":"16GB"},{"num":61,"value":"16GB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para81_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[14]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para82_link_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]","//a[contains(., '8 GB - app')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"8 GB - apply Storage Capacity filter"},{"num":61,"value":"8 GB - apply Shop by Storage Capacity filter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para83_link_address","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]","//a[contains(., '8 GB - app')]","//A[@class='srp-carousel-list__item-link--truncated-small-item']"],"exampleValues":[{"num":1,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=8%2520GB&_dcat=9355"},{"num":61,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&Storage%2520Capacity=8%2520GB&_dcat=9355"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para84_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]/div[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]/div[1]","//div[contains(., '8 GB - app')]"],"exampleValues":[{"num":1,"value":"8GB"},{"num":61,"value":"8GB"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para85_text","desc":"","relativeXPath":"/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[1]/div[1]/div[1]/div[1]/ul[1]/li[15]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '- apply S')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":1,"value":"-applyStorageCapacityfilter"},{"num":61,"value":"-applyShopbyStorageCapacityfilter"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para86_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]","//span[contains(., 'to')]","//SPAN[@class='DEFAULT']"],"exampleValues":[{"num":2,"value":"to"},{"num":3,"value":"to"},{"num":12,"value":"to"},{"num":15,"value":""},{"num":18,"value":"to"},{"num":23,"value":"$326.88"},{"num":27,"value":"to"},{"num":29,"value":"to"},{"num":31,"value":"to"},{"num":36,"value":"to"},{"num":41,"value":"$293.53"},{"num":46,"value":"to"},{"num":47,"value":"to"},{"num":48,"value":"to"},{"num":54,"value":"$74.18"},{"num":55,"value":"to"},{"num":58,"value":"to"},{"num":59,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para87_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[4]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[4]/span[1]/span[1]","//span[contains(., '14+ watche')]","//SPAN[@class='BOLD']"],"exampleValues":[{"num":2,"value":"14+watchers"},{"num":3,"value":""},{"num":4,"value":"49sold"},{"num":5,"value":""},{"num":6,"value":""},{"num":7,"value":""},{"num":14,"value":"63sold"},{"num":17,"value":"28watchers"},{"num":18,"value":""},{"num":20,"value":""},{"num":22,"value":"24+watchers"},{"num":23,"value":""},{"num":24,"value":"5watchers"},{"num":28,"value":""},{"num":29,"value":""},{"num":30,"value":""},{"num":31,"value":""},{"num":34,"value":""},{"num":35,"value":""},{"num":36,"value":""},{"num":38,"value":""},{"num":39,"value":"6+watchers"},{"num":40,"value":""},{"num":41,"value":"Lastone"},{"num":42,"value":""},{"num":47,"value":"2+watchers"},{"num":48,"value":""},{"num":51,"value":"21+watchers"},{"num":52,"value":"12watchers"},{"num":54,"value":""},{"num":57,"value":"Lastone"},{"num":58,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para88_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[5]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[5]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":2,"value":"​"},{"num":4,"value":"​"},{"num":12,"value":"​"},{"num":14,"value":"​"},{"num":17,"value":"​"},{"num":22,"value":"​"},{"num":24,"value":"​"},{"num":34,"value":"​"},{"num":39,"value":"​"},{"num":46,"value":"​"},{"num":47,"value":"​"},{"num":49,"value":"​"},{"num":51,"value":"​"},{"num":52,"value":"​"},{"num":56,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para89_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[5]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[5]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":2,"value":"Sponsored"},{"num":4,"value":"Sponsored"},{"num":12,"value":"Sponsored"},{"num":14,"value":"Sponsored"},{"num":17,"value":"Sponsored"},{"num":22,"value":"Sponsored"},{"num":24,"value":"Sponsored"},{"num":34,"value":"Sponsored"},{"num":39,"value":"Sponsored"},{"num":46,"value":"Sponsored"},{"num":47,"value":"Sponsored"},{"num":49,"value":"Sponsored"},{"num":51,"value":"Sponsored"},{"num":52,"value":"Sponsored"},{"num":56,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para90_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","//b[contains(., 'Top Rated')]"],"exampleValues":[{"num":4,"value":"TopRatedPlus"},{"num":14,"value":"TopRatedPlus"},{"num":29,"value":"TopRatedPlus"},{"num":31,"value":"TopRatedPlus"},{"num":34,"value":"TopRatedPlus"},{"num":40,"value":"TopRatedPlus"},{"num":60,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para91_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","//li[contains(., 'Sellers wi')]"],"exampleValues":[{"num":4,"value":"Sellerswithhighestbuyerratings"},{"num":14,"value":"Sellerswithhighestbuyerratings"},{"num":29,"value":"Sellerswithhighestbuyerratings"},{"num":31,"value":"Sellerswithhighestbuyerratings"},{"num":34,"value":"Sellerswithhighestbuyerratings"},{"num":40,"value":"Sellerswithhighestbuyerratings"},{"num":60,"value":"Sellerswithhighestbuyerratings"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para92_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","//li[contains(., 'Returns, m')]"],"exampleValues":[{"num":4,"value":"Returns,moneyback"},{"num":14,"value":"Returns,moneyback"},{"num":29,"value":"Returns,moneyback"},{"num":31,"value":"Returns,moneyback"},{"num":34,"value":"Returns,moneyback"},{"num":40,"value":"Returns,moneyback"},{"num":60,"value":"Returns,moneyback"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para93_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","//li[contains(., 'Ships in a')]"],"exampleValues":[{"num":4,"value":"Shipsinabusinessdaywithtracking"},{"num":14,"value":"Shipsinabusinessdaywithtracking"},{"num":29,"value":"Shipsinabusinessdaywithtracking"},{"num":31,"value":"Shipsinabusinessdaywithtracking"},{"num":34,"value":"Shipsinabusinessdaywithtracking"},{"num":40,"value":"Shipsinabusinessdaywithtracking"},{"num":60,"value":"Shipsinabusinessdaywithtracking"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para94_link_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":4,"value":"Learn More"},{"num":14,"value":"Learn More"},{"num":29,"value":"Learn More"},{"num":31,"value":"Learn More"},{"num":34,"value":"Learn More"},{"num":40,"value":"Learn More"},{"num":60,"value":"Learn More"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para95_link_address","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":4,"value":"http://pages.ebay.com/trp/index.html"},{"num":14,"value":"http://pages.ebay.com/trp/index.html"},{"num":29,"value":"http://pages.ebay.com/trp/index.html"},{"num":31,"value":"http://pages.ebay.com/trp/index.html"},{"num":34,"value":"http://pages.ebay.com/trp/index.html"},{"num":40,"value":"http://pages.ebay.com/trp/index.html"},{"num":60,"value":"http://pages.ebay.com/trp/index.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para96_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]/span[2]","//span[contains(., 'Top Rated')]","//SPAN[@class='s-item__etrs-text']"],"exampleValues":[{"num":4,"value":"TopRatedPlus"},{"num":14,"value":"TopRatedPlus"},{"num":29,"value":"TopRatedPlus"},{"num":31,"value":"TopRatedPlus"},{"num":34,"value":"TopRatedPlus"},{"num":40,"value":"TopRatedPlus"},{"num":60,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para97_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[1]/span[1]/span[1]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":6,"value":"·"},{"num":8,"value":"·"},{"num":21,"value":"·"},{"num":25,"value":"·"},{"num":43,"value":"PreviousPrice"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para98_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[1]/span[2]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[1]/span[2]/span[1]","//span[contains(., 'Time left')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":6,"value":"Timeleft"},{"num":8,"value":"Timeleft"},{"num":21,"value":"Timeleft"},{"num":25,"value":"Timeleft"},{"num":43,"value":"12%off"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para99_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[1]/span[2]/span[2]","allXPaths":["/div[1]/div[2]/div[4]/div[1]/span[2]/span[2]","//span[contains(., '7d 23h lef')]","//SPAN[@class='s-item__time-left']"],"exampleValues":[{"num":6,"value":"7d23hleft"},{"num":8,"value":"3d20hleft"},{"num":21,"value":"5d22hleft"},{"num":25,"value":"6d14hleft"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para100_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[1]/span[2]/span[3]","allXPaths":["/div[1]/div[2]/div[4]/div[1]/span[2]/span[3]","//span[contains(., '(06/02, 05')]","//SPAN[@class='s-item__time-end']"],"exampleValues":[{"num":6,"value":"(06/02,05:14PM)"},{"num":8,"value":"(Mon,02:12PM)"},{"num":21,"value":"(Wed,04:06PM)"},{"num":25,"value":"(Thu,07:53AM)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para101_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[4]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[4]/span[1]","//span[contains(., 'Free Inter')]","//SPAN[@class='s-item__shipping s-item__logisticsCost']"],"exampleValues":[{"num":8,"value":"FreeInternationalShipping"},{"num":12,"value":"Freereturns"},{"num":14,"value":""},{"num":17,"value":""},{"num":18,"value":""},{"num":20,"value":""},{"num":21,"value":"+$25.00shipping"},{"num":22,"value":""},{"num":23,"value":""},{"num":24,"value":""},{"num":25,"value":"+$28.05shipping"},{"num":27,"value":"Freereturns"},{"num":28,"value":""},{"num":29,"value":""},{"num":30,"value":""},{"num":31,"value":""},{"num":34,"value":""},{"num":35,"value":""},{"num":36,"value":""},{"num":38,"value":""},{"num":39,"value":""},{"num":40,"value":""},{"num":41,"value":""},{"num":42,"value":""},{"num":43,"value":"fromUnitedStates"},{"num":44,"value":"Freereturns"},{"num":46,"value":"Freereturns"},{"num":47,"value":""},{"num":48,"value":""},{"num":49,"value":"Freereturns"},{"num":51,"value":""},{"num":52,"value":""},{"num":54,"value":""},{"num":55,"value":"Freereturns"},{"num":56,"value":"Freereturns"},{"num":57,"value":""},{"num":58,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para102_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[5]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[5]/span[1]","//span[contains(., 'from Israe')]","//SPAN[@class='s-item__location s-item__itemLocation']"],"exampleValues":[{"num":8,"value":"fromIsrael"},{"num":12,"value":""},{"num":14,"value":""},{"num":17,"value":""},{"num":21,"value":"fromRomania"},{"num":22,"value":""},{"num":24,"value":""},{"num":25,"value":"fromUnitedStates"},{"num":27,"value":""},{"num":30,"value":""},{"num":34,"value":""},{"num":39,"value":""},{"num":41,"value":""},{"num":43,"value":""},{"num":44,"value":""},{"num":46,"value":""},{"num":47,"value":""},{"num":49,"value":""},{"num":51,"value":""},{"num":52,"value":""},{"num":55,"value":""},{"num":56,"value":""},{"num":57,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para103_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[6]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[6]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":8,"value":"​"},{"num":21,"value":"​"},{"num":25,"value":"​"},{"num":27,"value":"​"},{"num":30,"value":"​"},{"num":41,"value":"​"},{"num":43,"value":"​"},{"num":55,"value":"​"},{"num":57,"value":"​"},{"num":60,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para104_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[6]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[6]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":8,"value":"Sponsored"},{"num":21,"value":"Sponsored"},{"num":25,"value":"Sponsored"},{"num":27,"value":"Sponsored"},{"num":30,"value":"Sponsored"},{"num":41,"value":"Sponsored"},{"num":43,"value":"Sponsored"},{"num":55,"value":"Sponsored"},{"num":57,"value":"Sponsored"},{"num":60,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para105_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[2]/span[1]/span[1]","//span[contains(., '$98.06')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":9,"value":"$98.06"},{"num":10,"value":"to"},{"num":11,"value":"$40.48"},{"num":13,"value":"$7.41"},{"num":15,"value":"to"},{"num":19,"value":"$281.05"},{"num":37,"value":"$4.93"},{"num":50,"value":"$7.41"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para106_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/span[1]","//span[contains(., 'or Best Of')]","//SPAN[@class='s-item__dynamic s-item__purchaseOptionsWithIcon']"],"exampleValues":[{"num":9,"value":"orBestOffer"},{"num":10,"value":"BuyItNow"},{"num":11,"value":"0bids"},{"num":13,"value":"BuyItNow"},{"num":15,"value":"BuyItNow"},{"num":19,"value":"BuyItNow"},{"num":26,"value":"BuyItNow"},{"num":33,"value":"BuyItNow"},{"num":37,"value":"BuyItNow"},{"num":45,"value":"orBestOffer"},{"num":50,"value":"BuyItNow"},{"num":53,"value":"Was:"},{"num":59,"value":"BuyItNow"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para107_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[2]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[2]/span[1]/span[1]","//span[contains(., '+$19.61 sh')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":9,"value":"+$19.61shipping"},{"num":11,"value":"$110.39"},{"num":13,"value":"+$6.18shipping"},{"num":19,"value":"+$25.43shipping"},{"num":37,"value":"+$6.18shipping"},{"num":50,"value":"+$6.18shipping"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para108_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[3]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[3]/span[1]/span[1]","//span[contains(., 'from Austr')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":9,"value":"fromAustralia"},{"num":13,"value":"fromUnitedKingdom"},{"num":19,"value":"fromAustralia"},{"num":37,"value":"fromUnitedKingdom"},{"num":50,"value":"fromUnitedKingdom"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para109_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[4]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[4]/span[1]/span[1]","//span[contains(., '17 watcher')]","//SPAN[@class='BOLD']"],"exampleValues":[{"num":9,"value":"17watchers"},{"num":10,"value":""},{"num":11,"value":"+$11.75shipping"},{"num":13,"value":""},{"num":15,"value":""},{"num":19,"value":""},{"num":26,"value":""},{"num":33,"value":"31sold"},{"num":37,"value":""},{"num":45,"value":""},{"num":50,"value":""},{"num":59,"value":"551+sold"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para110_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[5]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[5]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":9,"value":"​"},{"num":33,"value":"​"},{"num":53,"value":"​"},{"num":59,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para111_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[5]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[5]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":9,"value":"Sponsored"},{"num":33,"value":"Sponsored"},{"num":53,"value":"Sponsored"},{"num":59,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para112_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/span[1]","allXPaths":["/div[1]/div[2]/div[2]/span[1]","//span[contains(., '$39.00 to')]","//SPAN[@class='s-item__price']"],"exampleValues":[{"num":10,"value":"$39.00$89.00"},{"num":11,"value":""},{"num":13,"value":""},{"num":15,"value":"$187.00$282.00"},{"num":16,"value":"Excellent-Refurbished"},{"num":19,"value":""},{"num":26,"value":"$8.50"},{"num":32,"value":"OpenBox"},{"num":33,"value":"$29.45"},{"num":37,"value":""},{"num":45,"value":"$650.00"},{"num":50,"value":""},{"num":53,"value":"$4.31"},{"num":59,"value":"$249.99"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para113_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[2]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[2]/span[1]","//span[contains(., 'Free Inter')]","//SPAN[@class='s-item__shipping s-item__logisticsCost']"],"exampleValues":[{"num":10,"value":"FreeInternationalShipping"},{"num":11,"value":""},{"num":13,"value":""},{"num":15,"value":"Shippingnotspecified"},{"num":19,"value":""},{"num":26,"value":"+$0.01shipping"},{"num":33,"value":"+$20.30shipping"},{"num":37,"value":""},{"num":45,"value":"+$28.05shipping"},{"num":50,"value":""},{"num":53,"value":"BuyItNow"},{"num":59,"value":"Shippingnotspecified"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para114_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[3]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[3]/span[1]","//span[contains(., 'from Sri L')]","//SPAN[@class='s-item__location s-item__itemLocation']"],"exampleValues":[{"num":10,"value":"fromSriLanka"},{"num":11,"value":"BuyItNow"},{"num":13,"value":""},{"num":15,"value":"fromUnitedStates"},{"num":19,"value":""},{"num":26,"value":"fromMaldives"},{"num":33,"value":"fromUnitedStates"},{"num":37,"value":""},{"num":45,"value":"fromUnitedStates"},{"num":50,"value":""},{"num":53,"value":"FreeInternationalShipping"},{"num":59,"value":"fromUnitedStates"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para115_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[4]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[4]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":10,"value":"​"},{"num":13,"value":"​"},{"num":15,"value":"​"},{"num":19,"value":"​"},{"num":26,"value":"​"},{"num":37,"value":"​"},{"num":45,"value":"​"},{"num":50,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para116_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[4]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[4]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":10,"value":"Sponsored"},{"num":13,"value":"Sponsored"},{"num":15,"value":"Sponsored"},{"num":19,"value":"Sponsored"},{"num":26,"value":"Sponsored"},{"num":37,"value":"Sponsored"},{"num":45,"value":"Sponsored"},{"num":50,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para117_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/span[1]/span[1]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":11,"value":"·"},{"num":53,"value":"PreviousPrice"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para118_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/span[2]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/span[2]/span[1]","//span[contains(., 'Time left')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":11,"value":"Timeleft"},{"num":53,"value":"9%off"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para119_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/span[2]/span[2]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/span[2]/span[2]","//span[contains(., '6d 12h lef')]","//SPAN[@class='s-item__time-left']"],"exampleValues":[{"num":11,"value":"6d12hleft"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para120_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/span[2]/span[3]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/span[2]/span[3]","//span[contains(., '(Thu, 05:5')]","//SPAN[@class='s-item__time-end']"],"exampleValues":[{"num":11,"value":"(Thu,05:51AM)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para121_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[5]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[5]/span[1]/span[1]","//span[contains(., 'from Canad')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":11,"value":"fromCanada"},{"num":33,"value":""},{"num":53,"value":""},{"num":59,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para122_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[6]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[6]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":11,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para123_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[6]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[6]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":11,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para124_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","//b[contains(., 'Top Rated')]"],"exampleValues":[{"num":15,"value":"TopRatedPlus"},{"num":59,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para125_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","//li[contains(., 'Sellers wi')]"],"exampleValues":[{"num":15,"value":"Sellerswithhighestbuyerratings"},{"num":59,"value":"Sellerswithhighestbuyerratings"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para126_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","//li[contains(., 'Returns, m')]"],"exampleValues":[{"num":15,"value":"Returns,moneyback"},{"num":59,"value":"Returns,moneyback"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para127_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","//li[contains(., 'Ships in a')]"],"exampleValues":[{"num":15,"value":"Shipsinabusinessdaywithtracking"},{"num":59,"value":"Shipsinabusinessdaywithtracking"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para128_link_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":15,"value":"Learn More"},{"num":59,"value":"Learn More"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para129_link_address","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":15,"value":"http://pages.ebay.com/trp/index.html"},{"num":59,"value":"http://pages.ebay.com/trp/index.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para130_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[1]/span[2]","//span[contains(., 'Top Rated')]","//SPAN[@class='s-item__etrs-text']"],"exampleValues":[{"num":15,"value":"TopRatedPlus"},{"num":59,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para131_link_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/a[1]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/a[1]","//a[contains(., '5.0 out of')]"],"exampleValues":[{"num":16,"value":"5.0 out of 5 stars.1 product rating - Apple iPhone 13 mini - (Unlocked) - 128GB - 256GB - 512GB - Excellent"},{"num":32,"value":"5.0 out of 5 stars.13 product ratings - NEW APPLE IPHONE SE 2ND GEN 64GB WHITE (CRICKET WIRELESS) A2275 (CDMA + GSM)"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para132_link_address","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/a[1]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/a[1]","//a[contains(., '5.0 out of')]"],"exampleValues":[{"num":16,"value":"https://www.ebay.com/p/4049279846?iid=364259821916&var=633771011461#UserReviews"},{"num":32,"value":"https://www.ebay.com/p/28038172042?iid=145095967799#UserReviews"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para133_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/a[1]/div[1]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/a[1]/div[1]/span[1]","//span[contains(., '5.0 out of')]","//SPAN[@class='clipped']"],"exampleValues":[{"num":16,"value":"5.0outof5stars."},{"num":32,"value":"5.0outof5stars."}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para134_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/span[1]","//span[contains(., '$499.00 to')]","//SPAN[@class='s-item__price']"],"exampleValues":[{"num":16,"value":"$499.00$619.00"},{"num":20,"value":""},{"num":29,"value":""},{"num":30,"value":""},{"num":31,"value":""},{"num":32,"value":"$149.99"},{"num":34,"value":""},{"num":40,"value":""},{"num":54,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para135_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/span[1]","//span[contains(., 'to')]","//SPAN[@class='DEFAULT']"],"exampleValues":[{"num":16,"value":"to"},{"num":29,"value":""},{"num":31,"value":""},{"num":34,"value":""},{"num":40,"value":""},{"num":54,"value":"Customsservicesandinternationaltrackingprovided"},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para136_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[1]/span[1]","allXPaths":["/div[1]/div[2]/div[5]/div[1]/span[1]","//span[contains(., 'Buy It Now')]","//SPAN[@class='s-item__dynamic s-item__purchaseOptionsWithIcon']"],"exampleValues":[{"num":16,"value":"BuyItNow"},{"num":32,"value":"BuyItNow"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para137_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","allXPaths":["/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","//b[contains(., 'Top Rated')]"],"exampleValues":[{"num":16,"value":"TopRatedPlus"},{"num":32,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para138_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","allXPaths":["/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","//li[contains(., 'Sellers wi')]"],"exampleValues":[{"num":16,"value":"Sellerswithhighestbuyerratings"},{"num":32,"value":"Sellerswithhighestbuyerratings"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para139_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","allXPaths":["/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","//li[contains(., 'Returns, m')]"],"exampleValues":[{"num":16,"value":"Returns,moneyback"},{"num":32,"value":"Returns,moneyback"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para140_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","allXPaths":["/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","//li[contains(., 'Ships in a')]"],"exampleValues":[{"num":16,"value":"Shipsinabusinessdaywithtracking"},{"num":32,"value":"Shipsinabusinessdaywithtracking"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para141_link_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":16,"value":"Learn More"},{"num":32,"value":"Learn More"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para142_link_address","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[5]/span[1]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":16,"value":"http://pages.ebay.com/trp/index.html"},{"num":32,"value":"http://pages.ebay.com/trp/index.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para143_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/span[1]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[5]/span[1]/span[1]/span[2]","//span[contains(., 'Top Rated')]","//SPAN[@class='s-item__etrs-text']"],"exampleValues":[{"num":16,"value":"TopRatedPlus"},{"num":32,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para144_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[2]/span[1]","allXPaths":["/div[1]/div[2]/div[5]/div[2]/span[1]","//span[contains(., 'Shipping n')]","//SPAN[@class='s-item__shipping s-item__logisticsCost']"],"exampleValues":[{"num":16,"value":"Shippingnotspecified"},{"num":32,"value":"Shippingnotspecified"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para145_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[3]/span[1]","allXPaths":["/div[1]/div[2]/div[5]/div[3]/span[1]","//span[contains(., 'from Unite')]","//SPAN[@class='s-item__location s-item__itemLocation']"],"exampleValues":[{"num":16,"value":"fromUnitedStates"},{"num":32,"value":"fromUnitedStates"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para146_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[4]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[5]/div[4]/span[1]/span[2]","//span[contains(., 'eBay Refur')]","//SPAN[@class='BOLD']"],"exampleValues":[{"num":16,"value":"eBayRefurbished"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para147_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[5]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[5]/div[5]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":16,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para148_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[5]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[5]/div[5]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":16,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para149_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[2]/span[1]/span[2]","//span[contains(., 'to')]","//SPAN[@class='DEFAULT ITALIC']"],"exampleValues":[{"num":19,"value":"to"},{"num":37,"value":"to"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para150_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/span[1]/span[3]","allXPaths":["/div[1]/div[2]/div[2]/span[1]/span[3]","//span[contains(., '$313.73')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":19,"value":"$313.73"},{"num":37,"value":"$7.41"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para151_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[1]/div[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/span[1]/div[1]/span[1]/span[1]","//span[contains(., 'Save up to')]","//SPAN[@class='NEGATIVE BOLD']"],"exampleValues":[{"num":20,"value":"Saveupto10%whenyoubuymore"},{"num":30,"value":"Saveupto10%whenyoubuymore"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para152_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","allXPaths":["/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/b[1]","//b[contains(., 'Top Rated')]"],"exampleValues":[{"num":20,"value":"TopRatedPlus"},{"num":30,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para153_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","allXPaths":["/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[1]","//li[contains(., 'Sellers wi')]"],"exampleValues":[{"num":20,"value":"Sellerswithhighestbuyerratings"},{"num":30,"value":"Sellerswithhighestbuyerratings"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para154_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","allXPaths":["/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[2]","//li[contains(., 'Returns, m')]"],"exampleValues":[{"num":20,"value":"Returns,moneyback"},{"num":30,"value":"Returns,moneyback"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para155_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","allXPaths":["/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/ul[1]/li[3]","//li[contains(., 'Ships in a')]"],"exampleValues":[{"num":20,"value":"Shipsinabusinessdaywithtracking"},{"num":30,"value":"Shipsinabusinessdaywithtracking"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para156_link_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":20,"value":"Learn More"},{"num":30,"value":"Learn More"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para157_link_address","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","allXPaths":["/div[1]/div[2]/div[4]/span[2]/span[1]/span[1]/span[1]/span[1]/span[2]/span[2]/span[1]/span[1]/a[1]","//a[contains(., 'Learn More')]"],"exampleValues":[{"num":20,"value":"http://pages.ebay.com/trp/index.html"},{"num":30,"value":"http://pages.ebay.com/trp/index.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para158_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/span[2]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[4]/span[2]/span[1]/span[2]","//span[contains(., 'Top Rated')]","//SPAN[@class='s-item__etrs-text']"],"exampleValues":[{"num":20,"value":"TopRatedPlus"},{"num":30,"value":"TopRatedPlus"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para159_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[2]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[2]/span[1]/span[1]","//span[contains(., '+$98.06 sh')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":23,"value":"+$98.06shipping"},{"num":41,"value":"+$15.36shipping"},{"num":54,"value":"+$19.45shippingestimate"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para160_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[3]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[3]/span[1]/span[1]","//span[contains(., 'from Austr')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":23,"value":"fromAustralia"},{"num":41,"value":"fromAustralia"},{"num":54,"value":"fromUnitedKingdom"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para161_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[5]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[5]/span[1]/span[1]","//span[contains(., '14+ watche')]","//SPAN[@class='BOLD']"],"exampleValues":[{"num":27,"value":"14+watchers"},{"num":30,"value":"130+sold"},{"num":34,"value":""},{"num":39,"value":""},{"num":41,"value":"29watchers"},{"num":43,"value":"23sold"},{"num":44,"value":"Lastone"},{"num":46,"value":""},{"num":47,"value":""},{"num":49,"value":""},{"num":51,"value":""},{"num":52,"value":""},{"num":55,"value":"6+watchers"},{"num":56,"value":""},{"num":57,"value":"13sold"},{"num":60,"value":"156sold"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para162_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[4]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[4]/div[4]/span[1]/span[2]","//span[contains(., 'eBay Refur')]","//SPAN[@class='BOLD']"],"exampleValues":[{"num":30,"value":"eBayRefurbished"},{"num":34,"value":"eBayRefurbished"},{"num":60,"value":"eBayRefurbished"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para163_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]","allXPaths":["/div[1]/div[2]/div[2]","//div[contains(., 'Open Box ·')]","//DIV[@class='s-item__subtitle']"],"exampleValues":[{"num":32,"value":"AppleiPhoneSE(2ndGeneration)64GBCricketWireless"},{"num":33,"value":""},{"num":34,"value":""},{"num":35,"value":""},{"num":36,"value":""},{"num":37,"value":""},{"num":38,"value":""},{"num":39,"value":""},{"num":40,"value":""},{"num":41,"value":""},{"num":42,"value":""},{"num":43,"value":""},{"num":44,"value":""},{"num":45,"value":""},{"num":46,"value":""},{"num":47,"value":""},{"num":48,"value":""},{"num":49,"value":""},{"num":50,"value":""},{"num":51,"value":""},{"num":52,"value":""},{"num":53,"value":""},{"num":54,"value":""},{"num":55,"value":""},{"num":56,"value":""},{"num":57,"value":""},{"num":58,"value":""},{"num":59,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para164_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/span[2]","allXPaths":["/div[1]/div[2]/div[2]/span[2]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":32,"value":"·"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para165_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/span[3]","allXPaths":["/div[1]/div[2]/div[2]/span[3]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":32,"value":"·"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para166_text","desc":"","relativeXPath":"/div[1]/div[2]/div[2]/span[4]","allXPaths":["/div[1]/div[2]/div[2]/span[4]","//span[contains(., '·')]","//SPAN[@class='srp-separator srp-separator--TEXT_MIDDOT']"],"exampleValues":[{"num":32,"value":"·"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para167_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[4]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[5]/div[4]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":32,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para168_text","desc":"","relativeXPath":"/div[1]/div[2]/div[5]/div[4]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[5]/div[4]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":32,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para169_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[1]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[4]/div[1]/span[1]/span[2]","//span[contains(., '$22.95')]","//SPAN[@class='STRIKETHROUGH']"],"exampleValues":[{"num":43,"value":"$22.95"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para170_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[6]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[6]/span[1]/span[1]","//span[contains(., '10 watcher')]","//SPAN[@class='BOLD']"],"exampleValues":[{"num":44,"value":"10watchers"},{"num":55,"value":""},{"num":57,"value":""},{"num":60,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para171_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[7]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[7]/span[1]/span[1]/span[1]","//span[contains(., '​Sponsored')]"],"exampleValues":[{"num":44,"value":"​"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para172_text","desc":"","relativeXPath":"/div[1]/div[2]/div[4]/div[7]/span[1]/span[1]/span[1]/span[1]","allXPaths":["/div[1]/div[2]/div[4]/div[7]/span[1]/span[1]/span[1]/span[1]","//span[contains(., 'Sponsored')]"],"exampleValues":[{"num":44,"value":"Sponsored"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para173_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[1]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[3]/div[1]/span[1]/span[2]","//span[contains(., '$4.74')]","//SPAN[@class='STRIKETHROUGH']"],"exampleValues":[{"num":53,"value":"$4.74"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para174_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/div[4]/span[1]","allXPaths":["/div[1]/div[2]/div[3]/div[4]/span[1]","//span[contains(., 'from China')]","//SPAN[@class='s-item__location s-item__itemLocation']"],"exampleValues":[{"num":53,"value":"fromChina"},{"num":59,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para175_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[2]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[2]","//span[contains(., 'to')]","//SPAN[@class='DEFAULT ITALIC']"],"exampleValues":[{"num":54,"value":"to"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para176_text","desc":"","relativeXPath":"/div[1]/div[2]/div[3]/span[1]/span[3]","allXPaths":["/div[1]/div[2]/div[3]/span[1]/span[3]","//span[contains(., '$80.36')]","//SPAN[@class='ITALIC']"],"exampleValues":[{"num":54,"value":"$80.36"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para177_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/span[1]/h2[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/span[1]/h2[1]","//h2[contains(., 'Results Pa')]","id(\"s0-53-16-6-3-4[62]-24-1-2-heading\")","//H2[@class='clipped']"],"exampleValues":[{"num":62,"value":"ResultsPagination-Page2"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para178_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__previous icon-link']"],"exampleValues":[{"num":62,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para179_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__previous icon-link']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=1"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para180_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[1]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[1]/a[1]","//a[contains(., '1')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"1"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para181_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[1]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[1]/a[1]","//a[contains(., '1')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=1"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para182_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[2]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[2]/a[1]","//a[contains(., '2')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"2"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para183_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[2]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[2]/a[1]","//a[contains(., '2')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=2"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para184_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[3]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[3]/a[1]","//a[contains(., '3')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"3"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para185_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[3]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[3]/a[1]","//a[contains(., '3')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=3"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para186_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[4]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[4]/a[1]","//a[contains(., '4')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"4"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para187_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[4]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[4]/a[1]","//a[contains(., '4')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=4"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para188_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[5]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[5]/a[1]","//a[contains(., '5')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"5"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para189_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[5]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[5]/a[1]","//a[contains(., '5')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=5&rt=nc"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para190_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[6]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[6]/a[1]","//a[contains(., '6')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"6"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para191_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[6]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[6]/a[1]","//a[contains(., '6')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=6&rt=nc"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para192_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[7]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[7]/a[1]","//a[contains(., '7')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"7"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para193_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[7]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[7]/a[1]","//a[contains(., '7')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=7&rt=nc"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para194_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[8]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[8]/a[1]","//a[contains(., '8')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"8"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para195_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[8]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[8]/a[1]","//a[contains(., '8')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=8&rt=nc"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para196_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[9]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[9]/a[1]","//a[contains(., '9')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"9"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para197_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[9]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[9]/a[1]","//a[contains(., '9')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=9&rt=nc"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para198_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[10]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[10]/a[1]","//a[contains(., '10')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"10"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para199_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[10]/a[1]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/ol[1]/li[10]/a[1]","//a[contains(., '10')]","//A[@class='pagination__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=10&rt=nc"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para200_link_text","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/a[2]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/a[2]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"exampleValues":[{"num":62,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para201_link_address","desc":"","relativeXPath":"/div[2]/span[1]/span[1]/nav[1]/a[2]","allXPaths":["/div[2]/span[1]/span[1]/nav[1]/a[2]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_pgn=3"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para202_text","desc":"","relativeXPath":"/div[2]/div[1]/span[1]","allXPaths":["/div[2]/div[1]/span[1]","//span[contains(., 'Items Per')]","id(\"srp-ipp-label-text\")","//SPAN[@class='srp-ipp__label']"],"exampleValues":[{"num":62,"value":"ItemsPerPage"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"para203_text","desc":"","relativeXPath":"/div[2]/div[1]/span[2]/button[1]/span[1]/span[1]","allXPaths":["/div[2]/div[1]/span[2]/button[1]/span[1]/span[1]","//span[contains(., '60')]"],"exampleValues":[{"num":62,"value":"60"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para204_link_text","desc":"","relativeXPath":"/div[2]/div[1]/span[2]/span[1]/ul[1]/li[1]/a[1]","allXPaths":["/div[2]/div[1]/span[2]/span[1]/ul[1]/li[1]/a[1]","//a[contains(., '120Items P')]","//A[@class='fake-menu-button__item']"],"exampleValues":[{"num":62,"value":"120Items Per Page"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para205_link_address","desc":"","relativeXPath":"/div[2]/div[1]/span[2]/span[1]/ul[1]/li[1]/a[1]","allXPaths":["/div[2]/div[1]/span[2]/span[1]/ul[1]/li[1]/a[1]","//a[contains(., '120Items P')]","//A[@class='fake-menu-button__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_ipg=120"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"para206_link_text","desc":"","relativeXPath":"/div[2]/div[1]/span[2]/span[1]/ul[1]/li[2]/a[1]","allXPaths":["/div[2]/div[1]/span[2]/span[1]/ul[1]/li[2]/a[1]","//a[contains(., '240Items P')]","//A[@class='fake-menu-button__item']"],"exampleValues":[{"num":62,"value":"240Items Per Page"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"para207_link_address","desc":"","relativeXPath":"/div[2]/div[1]/span[2]/span[1]/ul[1]/li[2]/a[1]","allXPaths":["/div[2]/div[1]/span[2]/span[1]/ul[1]/li[2]/a[1]","//a[contains(., '240Items P')]","//A[@class='fake-menu-button__item']"],"exampleValues":[{"num":62,"value":"https://www.ebay.com/sch/i.html?_from=R40&_nkw=iPhone&_sacat=0&_ipg=240"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file +{"id":0,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/26/2023, 3:55:08 PM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"自定义参数_0","desc":"","type":"string","exampleValue":"自定义字段"},{"id":1,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"自定义参数_0","desc":"","extractType":0,"relativeXPath":"//body","allXPaths":[],"exampleValues":[{"num":0,"value":"自定义字段"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG LeftSide_menu_hover__OCHiO']"],"exampleValues":[{"num":0,"value":"/手机/数码"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/1.json b/Releases/EasySpider_windows_amd64/tasks/1.json index 850dbdf..4550785 100644 --- a/Releases/EasySpider_windows_amd64/tasks/1.json +++ b/Releases/EasySpider_windows_amd64/tasks/1.json @@ -1 +1 @@ -{"id":1,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/25/2023, 5:42:49 PM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"Open Page","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"}],"outputParameters":[{"id":0,"name":"para1_text","desc":"","type":"string","exampleValue":"Saved"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"Open Page","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"Loop","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[contains(@class, \"savesdfasdfasd\")]\n//*[contains(@class, \"hl-cat-nasdfav__container\")]/li[3]\n//*[contains(@class, \"hl-cat-navasdf__container\")]/li[4]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[5]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[6]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[7]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[8]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[9]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[10]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[11]\n//*[contains(@class, \"hl-cat-nav__no-sub\")]\n//*[contains(@class, \"hl-cat-nav__container\")]/li[13]\n//*[contains(@class, \"hl-cat-nav__more\")]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"Collect Data","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"para1_text","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Saved"},{"num":1,"value":"MotorsExpand: MotorsParts & AccessoriesAll Parts & AccessoriesCar & Truck PartsMotorcycle PartsAutomotive Tools & SuppliesApparel & MerchandiseMotors DealsMy GarageVehiclesCars & TrucksClassicsMotorcyclesPowersportsRVs & CampersTrailers & Other VehiclesBoats"},{"num":2,"value":"ElectronicsExpand: ElectronicsTop CategoriesComputers, Tablets & Network HardwareCameras & PhotoCell Phones & SmartphonesCell Phone Cases, Covers & SkinsTV, Video & Home Audio ElectronicsVehicle Electronics & GPSHeadphonesSurveillance & Smart Home ElectronicsPopular TopicseBay RefurbishedVideo GamesNintendo Toys to LifeApple iPhonePC Desktops & All-In-One ComputersComputer Graphics CardsTablets & eReadersLaptops & Netbooks"},{"num":3,"value":"CollectiblesExpand: CollectiblesTop CategoriesSports Memorabilia, Fan Shop & Sports CardsSports Trading CardsCoins & Paper MoneyAntiquesBullionArtCollectible Card GamesComicsPopular TopicsArt PaintingsMorgan DollarsFunko Pop!DisneyanaMusic MemorabiliaBaseball CardsNFTsStamps"},{"num":4,"value":"Home & GardenExpand: Home & GardenTop CategoriesYard, Garden & Outdoor Living ItemsHome ImprovementSmall Kitchen AppliancesLamps, Lighting & Ceiling FansHome DécorPower ToolsFurnitureHousehold & Cleaning SuppliesAdditional Categories eBay RefurbishedSurveillance & Smart HomeVacuum CleanersKitchenAid Countertop MixersOutdoor EntertainingBeddingMattressesHome & Garden Deals"},{"num":5,"value":"FashionExpand: FashionTop CategoriesWomen's ClothingWomen's ShoesWomen’s AccessoriesMen's ClothingMen's ShoesMen's AccessoriesGirls' ClothingBoys' ClothingAdditional CategoriesDesigner HandbagsCollectible SneakersWomen's DressesWomen's Coats, Jackets & VestsWomen’s Intimates & SleepwearMen's ShirtsMen's Coats & JacketsFashion Deals"},{"num":6,"value":"ToysExpand: ToysTop CategoriesAction FiguresDolls & Teddy BearsDiecast & Toy VehiclesBuilding ToysCollectible Card GamesModel Railroads & TrainsRC Model Vehicles, Toys & Control LineToy Models & KitsPopular TopicsLEGO Sets & PacksWarhammer 40KBoard & Roleplaying GamesPreschool Toys & Pretend PlayNERF Dart Guns & Soft DartsReborn Dolls PlaysetsMarvel Legends Action FiguresToys Deals"},{"num":7,"value":"Sporting GoodsExpand: Sporting GoodsTop CategoriesHunting EquipmentCycling EquipmentFishing Equipment & SuppliesGolf ClubsTeam SportsFitness, Running & Yoga EquipmentCamping & Hiking EquipmentWater SportsPopular TopicsBilliard CuesCamping MealsBikesElectric BikesGPS & Running WatchesDumbbellsShimano Fishing ReelsScotty Cameron Golf Clubs"},{"num":8,"value":"Business & IndustrialExpand: Business & IndustrialTop CategoriesHeavy EquipmentPersonal Protective EquipmentHealthcareCNC, Metalworking & ManufacturingOfficeTest, Measurement & Inspection EquipmentRestaurant & Food ServiceDentalAdditional CategoriesIndustrial Automation & Motion ControlShipping & PackagingElectrical Equipment & SuppliesFood Trucks & Concession TrailersHeavy Equipment AttachmentsHeavy Equipment Parts & AccessoriesLight Industrial Equipment & ToolsHVAC & Refrigeration"},{"num":9,"value":"Jewelry & WatchesExpand: Jewelry & WatchesTop CategoriesLuxury WatchesWristwatchesAll Watches, Parts, AccessoriesFashion JewelryFine JewelryVintage & Antique JewelryLoose Diamonds & GemstonesAll JewelryTop BrandsRolexOMEGABreitlingTAG HeuerPatek PhilippeCartierVan Cleef & ArpelsTiffany & Co."},{"num":10,"value":"eBay Live"},{"num":11,"value":"RefurbishedExpand: RefurbishedShop eBay Refurbished ElectronicsCell PhonesDesktop ComputersHome AudioLaptopsMonitorsPortable Audio & HeadphonesSmart WatchesTabletsShop eBay Refurbished HomeCeiling FansIndoor air quality & FansOutdoor Power EquipmentPower ToolsSmall Kitchen AppliancesSporting GoodsSurveillance & Smart HomeVacuums"},{"num":12,"value":"More Expand: MoreMotorsElectronicsCollectiblesHome & GardenFashionToysSporting GoodsBusiness & IndustrialJewelry & WatcheseBay LiveRefurbished"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}}]} \ No newline at end of file +{"id":1,"name":"知乎 - 有问题,就会有答案","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:21:57 PM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"为什么相亲男(一本学历,月薪2万元)被我拒绝后,就不追求我了?"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3,4],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]/a[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]/a[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":"","loopType":1}},{"id":4,"index":4,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":1,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h1[1]","allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/h1[1]","//h1[contains(., '为什么相亲男(一本学')]","//H1[@class='QuestionHeader-title']"],"exampleValues":[{"num":0,"value":"为什么相亲男(一本学历,月薪2万元)被我拒绝后,就不追求我了?"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/10.json b/Releases/EasySpider_windows_amd64/tasks/10.json new file mode 100644 index 0000000..60458d2 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/10.json @@ -0,0 +1 @@ +{"id":10,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 2:55:00 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_图片地址","desc":"","type":"string","exampleValue":"//m.360buyimg.com/babel/jfs/t1/188191/39/17055/134382/610a2f45Eb785cf35/71056d31c6c4a798.jpg!q70.dpg"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":25,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div/img[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/img[1]","//img[contains(., '')]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":4,"contentType":0,"relative":true,"name":"参数1_图片地址","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"//m.360buyimg.com/babel/jfs/t1/188191/39/17055/134382/610a2f45Eb785cf35/71056d31c6c4a798.jpg!q70.dpg"},{"num":1,"value":"//m.360buyimg.com/babel/jfs/t1/221717/35/13502/255382/6261fdfbE669a2749/ae869afbc450bfef.jpg!q70.dpg"},{"num":2,"value":"//m.360buyimg.com/babel/jfs/t1/123194/16/33392/59648/644c710fFf467db14/941e924df140b0c7.jpg!q70.dpg"},{"num":3,"value":"//m.360buyimg.com/babel/jfs/t1/136025/12/35101/121249/6470740cF29f5a734/00775fb0004f04d6.jpg!q70.dpg"},{"num":4,"value":"//m.360buyimg.com/babel/jfs/t1/152787/26/35356/237777/646db759F05d94228/023833a800480470.jpg!q70.dpg"},{"num":5,"value":"//m.360buyimg.com/babel/jfs/t1/222128/36/27913/12749/6470bae5F119e4d30/6ce6ba4d03b38f36.jpg!q70.dpg"},{"num":6,"value":"//m.360buyimg.com/babel/jfs/t1/193479/36/32128/150116/63f97c62F3b8d388d/94611666e48d20c9.jpg!q70.dpg"},{"num":7,"value":"//m.360buyimg.com/babel/jfs/t1/121123/23/34119/167676/64705e8bF3396bee9/a0197bfa9a70fe37.jpg!q70.dpg"},{"num":8,"value":"//m.360buyimg.com/babel/jfs/t1/129281/19/31057/101216/63369b95E106686e6/6cf69070a3400a35.jpg!q70.dpg"},{"num":9,"value":"//m.360buyimg.com/babel/jfs/t1/166756/1/37896/206673/6469c53fF15a1fb6e/1754063b648e79ee.jpg!q70.dpg"},{"num":10,"value":"//m.360buyimg.com/babel/jfs/t1/191862/30/28992/112304/63468ce5E38414dd6/87a2f82912bce982.jpg!q70.dpg"},{"num":11,"value":"//m.360buyimg.com/babel/jfs/t1/195065/29/32632/124493/64706545F4e4711b6/4d49c9777de4b4ee.jpg!q70.dpg"},{"num":12,"value":"//m.360buyimg.com/babel/jfs/t1/204443/10/33710/63693/6454a190F12260500/0b493846c763535b.jpg!q70.dpg"},{"num":13,"value":"//m.360buyimg.com/babel/jfs/t1/223875/13/23192/91640/646f43deFfa545950/c554e32f93d0335f.jpg!q70.dpg"},{"num":14,"value":"//m.360buyimg.com/babel/jfs/t1/137816/37/31102/115096/6454de0fFb8f942ad/402bd553a13a9bf3.jpg!q70.dpg"},{"num":15,"value":"//m.360buyimg.com/babel/jfs/t1/40711/37/12727/84552/5d5e3a39E9aad8862/b27eec800f006db5.jpg!q70.dpg"},{"num":16,"value":"//m.360buyimg.com/babel/jfs/t1/176830/7/24321/360227/6287b4f3E709b9781/bb92b1f409d89f48.jpg!q70.dpg"},{"num":17,"value":"//m.360buyimg.com/babel/jfs/t1/214279/37/30823/160253/646b3705F71f5f28a/92397fe2edd52aa8.jpg!q70.dpg"},{"num":18,"value":"//m.360buyimg.com/babel/jfs/t1/95230/7/33126/84813/64707631Fd71e57ac/3caf86dd2023798e.jpg!q70.dpg"},{"num":19,"value":"//m.360buyimg.com/babel/jfs/t1/91646/26/24010/125002/646b7591Feab3a693/5f9a8601c4d93b27.jpg!q70.dpg"},{"num":20,"value":"//m.360buyimg.com/babel/jfs/t1/200546/37/35743/64916/646b3b91F1106e379/8897ff2604fa78e9.jpg!q70.dpg"},{"num":21,"value":"//m.360buyimg.com/babel/jfs/t1/11945/36/19039/119082/63e98bf2Fa5e898d9/f3d73c2d7206e263.jpg!q70.dpg"},{"num":22,"value":"//m.360buyimg.com/babel/jfs/t1/155781/37/33322/45652/63948cbbE6fcd3fe3/67218ba5624ffb53.jpg!q70.dpg"},{"num":23,"value":"//m.360buyimg.com/babel/jfs/t1/99543/24/35643/107308/646d79d3F60656367/763c8a9e09665c08.jpg!q70.dpg"},{"num":24,"value":"//m.360buyimg.com/babel/jfs/t1/185634/15/29036/167524/6341456dE223e4e78/e7651bf2243e6115.jpg!q70.dpg"},{"num":25,"value":"//m.360buyimg.com/babel/jfs/t1/212638/22/24158/105144/63913716E0f8154c2/eb498c57826abebd.jpg!q70.dpg"},{"num":26,"value":"//m.360buyimg.com/babel/jfs/t1/207956/40/28000/93616/63913e15E82a29246/940d62259e87ff44.jpg!q70.dpg"},{"num":27,"value":"//m.360buyimg.com/babel/jfs/t1/136460/24/35306/127345/646b92ebFe10b6d48/55c57c8d0bf79c26.jpg!q70.dpg"},{"num":28,"value":"//m.360buyimg.com/babel/jfs/t1/217415/31/30968/108578/646eb882F398018eb/76853ef9247b27a6.jpg!q70.dpg"},{"num":29,"value":"//m.360buyimg.com/babel/jfs/t1/107670/15/22394/109978/64586b2aF4d151e9d/d71f6c22e498a62d.jpg!q70.dpg"},{"num":30,"value":"//m.360buyimg.com/babel/jfs/t1/202973/36/35294/80886/646f0103F76cced0b/d5a3f4622b0a4a06.jpg!q70.dpg"},{"num":31,"value":"//m.360buyimg.com/babel/jfs/t1/187323/4/32940/113116/63edc6deFdc9384ad/078da8e0d7d6b430.jpg!q70.dpg"},{"num":32,"value":"//m.360buyimg.com/babel/jfs/t1/161718/32/33743/82196/646f41c5F2bb869a8/97be61792ee0fdc4.jpg!q70.dpg"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":1}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/11.json b/Releases/EasySpider_windows_amd64/tasks/11.json new file mode 100644 index 0000000..f14f9fe --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/11.json @@ -0,0 +1 @@ +{"id":11,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 2:56:50 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":""},{"id":1,"name":"参数2_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":8,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[4]/div[1]/div[1]","allXPaths":["/html/body/div[4]/div[1]/div[1]","//div[contains(., '')]","id(\"logo\")"],"exampleValues":[{"num":0,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":4,"index":4,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":8,"relative":true,"name":"参数2_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/12.json b/Releases/EasySpider_windows_amd64/tasks/12.json new file mode 100644 index 0000000..2d40c20 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/12.json @@ -0,0 +1 @@ +{"id":12,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:13:24 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数3_链接文本","desc":"","type":"string","exampleValue":"手机"},{"id":1,"name":"参数4_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":-1,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"数码"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://shuma.jd.com/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":2,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":3,"index":5,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":9,"relative":true,"name":"参数3_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"家用电器"},{"num":2,"value":"数码"},{"num":3,"value":"电脑"},{"num":4,"value":"办公"},{"num":5,"value":"家纺"},{"num":6,"value":"家居"},{"num":7,"value":"厨具"},{"num":8,"value":"家具"},{"num":9,"value":"家装"},{"num":10,"value":"灯具"},{"num":11,"value":"工业品"},{"num":12,"value":"内衣"},{"num":13,"value":"男装"},{"num":14,"value":"女装"},{"num":15,"value":"童装"},{"num":16,"value":"箱包"},{"num":17,"value":"钟表"},{"num":18,"value":"珠宝"},{"num":19,"value":"女鞋"},{"num":20,"value":"运动"},{"num":21,"value":"户外"},{"num":22,"value":"男鞋"},{"num":23,"value":"汽车用品"},{"num":24,"value":"车载电器"},{"num":25,"value":"母婴"},{"num":26,"value":"洗护喂养"},{"num":27,"value":"玩具乐器"},{"num":28,"value":"宠物生活"},{"num":29,"value":"家庭清洁"},{"num":30,"value":"个人护理"},{"num":31,"value":"计生情趣"},{"num":32,"value":"图书"},{"num":33,"value":"童书"},{"num":34,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"return arguments[0].innerText.replace(\"女\", \"Girl\") + \" Class\"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数4_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":2,"value":"https://shuma.jd.com/"},{"num":3,"value":"https://diannao.jd.com/"},{"num":4,"value":"https://bg.jd.com/"},{"num":5,"value":"https://channel.jd.com/jf.html"},{"num":6,"value":"https://channel.jd.com/home.html"},{"num":7,"value":"https://channel.jd.com/kitchenware.html"},{"num":8,"value":"https://channel.jd.com/furniture.html"},{"num":9,"value":"https://jzjc.jd.com/"},{"num":10,"value":"https://channel.jd.com/9855-9856.html"},{"num":11,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":12,"value":"https://channel.jd.com/underwear.html"},{"num":13,"value":"https://channel.jd.com/1315-1342.html"},{"num":14,"value":"https://channel.jd.com/women.html"},{"num":15,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":16,"value":"https://channel.jd.com/bag.html"},{"num":17,"value":"https://channel.jd.com/watch.html"},{"num":18,"value":"https://channel.jd.com/jewellery.html"},{"num":19,"value":"https://channel.jd.com/womensshoes.html"},{"num":20,"value":"https://phat.jd.com/10-109.html"},{"num":21,"value":"https://channel.jd.com/outdoor.html"},{"num":22,"value":"https://channel.jd.com/mensshoes.html"},{"num":23,"value":"https://che.jd.com/"},{"num":24,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":25,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":26,"value":"https://channel.jd.com/feed.html"},{"num":27,"value":"https://toy.jd.com/"},{"num":28,"value":"https://channel.jd.com/pet.html"},{"num":29,"value":"https://channel.jd.com/beauty.html"},{"num":30,"value":"https://lady.jd.com/"},{"num":31,"value":"https://channel.jd.com/9192-9196.html"},{"num":32,"value":"https://book.jd.com/"},{"num":33,"value":"https://book.jd.com/children.html"},{"num":34,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/13.json b/Releases/EasySpider_windows_amd64/tasks/13.json new file mode 100644 index 0000000..e2f0e46 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/13.json @@ -0,0 +1 @@ +{"id":13,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:18:20 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"自定义操作","desc":"自定义操作返回的数据","type":"string","exampleValue":""},{"id":1,"name":"自定义操作1","desc":"自定义操作返回的数据","type":"string","exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":5,"title":"自定义操作","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":"1","code":"C:\\Users\\q9823\\Desktop/test.bat","waitTime":0,"recordASField":"1"}},{"id":3,"index":3,"parentId":0,"type":0,"option":5,"title":"自定义操作1","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":0,"code":"return document.title=\"123\"","waitTime":0,"recordASField":"1"}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/14.json b/Releases/EasySpider_windows_amd64/tasks/14.json new file mode 100644 index 0000000..4bad668 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/14.json @@ -0,0 +1 @@ +{"id":14,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:19:53 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"手机"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4,3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"数码"},{"num":2,"value":"家用电器"},{"num":3,"value":"电脑"},{"num":4,"value":"办公"},{"num":5,"value":"家纺"},{"num":6,"value":"家居"},{"num":7,"value":"厨具"},{"num":8,"value":"家具"},{"num":9,"value":"家装"},{"num":10,"value":"灯具"},{"num":11,"value":"工业品"},{"num":12,"value":"内衣"},{"num":13,"value":"男装"},{"num":14,"value":"女装"},{"num":15,"value":"童装"},{"num":16,"value":"箱包"},{"num":17,"value":"钟表"},{"num":18,"value":"珠宝"},{"num":19,"value":"女鞋"},{"num":20,"value":"运动"},{"num":21,"value":"户外"},{"num":22,"value":"男鞋"},{"num":23,"value":"汽车用品"},{"num":24,"value":"车载电器"},{"num":25,"value":"母婴"},{"num":26,"value":"洗护喂养"},{"num":27,"value":"玩具乐器"},{"num":28,"value":"宠物生活"},{"num":29,"value":"家庭清洁"},{"num":30,"value":"个人护理"},{"num":31,"value":"计生情趣"},{"num":32,"value":"图书"},{"num":33,"value":"童书"},{"num":34,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":3,"value":"https://diannao.jd.com/"},{"num":4,"value":"https://bg.jd.com/"},{"num":5,"value":"https://channel.jd.com/jf.html"},{"num":6,"value":"https://channel.jd.com/home.html"},{"num":7,"value":"https://channel.jd.com/kitchenware.html"},{"num":8,"value":"https://channel.jd.com/furniture.html"},{"num":9,"value":"https://jzjc.jd.com/"},{"num":10,"value":"https://channel.jd.com/9855-9856.html"},{"num":11,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":12,"value":"https://channel.jd.com/underwear.html"},{"num":13,"value":"https://channel.jd.com/1315-1342.html"},{"num":14,"value":"https://channel.jd.com/women.html"},{"num":15,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":16,"value":"https://channel.jd.com/bag.html"},{"num":17,"value":"https://channel.jd.com/watch.html"},{"num":18,"value":"https://channel.jd.com/jewellery.html"},{"num":19,"value":"https://channel.jd.com/womensshoes.html"},{"num":20,"value":"https://phat.jd.com/10-109.html"},{"num":21,"value":"https://channel.jd.com/outdoor.html"},{"num":22,"value":"https://channel.jd.com/mensshoes.html"},{"num":23,"value":"https://che.jd.com/"},{"num":24,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":25,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":26,"value":"https://channel.jd.com/feed.html"},{"num":27,"value":"https://toy.jd.com/"},{"num":28,"value":"https://channel.jd.com/pet.html"},{"num":29,"value":"https://channel.jd.com/beauty.html"},{"num":30,"value":"https://lady.jd.com/"},{"num":31,"value":"https://channel.jd.com/9192-9196.html"},{"num":32,"value":"https://book.jd.com/"},{"num":33,"value":"https://book.jd.com/children.html"},{"num":34,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":4,"parentId":2,"type":0,"option":5,"title":"自定义操作","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"codeMode":"2","code":"arguments[0].innerText = arguments[0].innerText + \"11111\"","waitTime":0,"recordASField":0}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/15.json b/Releases/EasySpider_windows_amd64/tasks/15.json new file mode 100644 index 0000000..01a43d7 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/15.json @@ -0,0 +1 @@ +{"id":15,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:24:20 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iphone","value":"iphone"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"大牌奥莱"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"//pro.jd.com/mall/active/2aRK8YxJGhgc1gEnXLJPhT6KodXd/index.html?babelChannel=ttt3"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"key\"]","wait":0,"beforeJS":"arguments[0].value = \"PPP\"","beforeJSWaitTime":0,"afterJS":"arguments[0].value = \"TTT\"","afterJSWaitTime":0,"value":"iphone","allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/input[1]","//input[contains(., '')]","id(\"key\")","//INPUT[@class='text defcolor']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"search-btn\"]/i[1]","wait":2,"beforeJS":"arguments[0].innerText = \"AAA\"","beforeJSWaitTime":0,"afterJS":"arguments[0].innerText = \"BBB\"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/button[1]/i[1]","//i[contains(., '')]"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[4]/div[1]/div[3]/ul[1]/li/a[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[4]/div[1]/div[3]/ul[1]/li[1]/a[1]","//a[contains(., '大牌奥莱')]","//A[@class='b']"]}},{"id":5,"index":5,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":5,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"大牌奥莱"},{"num":1,"value":"美妆馆"},{"num":2,"value":"超市"},{"num":3,"value":"生鲜"}],"default":"","beforeJS":"arguments[0].innerText += \"QQQ\"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"arguments[0].innerText += \"WWW\"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"//pro.jd.com/mall/active/2aRK8YxJGhgc1gEnXLJPhT6KodXd/index.html?babelChannel=ttt3"},{"num":1,"value":"//channel.jd.com/beautysale.html"},{"num":2,"value":"//channel.jd.com/chaoshi.html"},{"num":3,"value":"//fresh.jd.com"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/16.json b/Releases/EasySpider_windows_amd64/tasks/16.json new file mode 100644 index 0000000..ee301ee --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/16.json @@ -0,0 +1 @@ +{"id":16,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:26:45 AM","version":"0.3.1","containJudge":true,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":2,"option":9,"title":"判断条件","sequence":[3,4],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":3,"parentId":2,"index":3,"type":3,"option":10,"title":"条件分支","sequence":[5],"isInLoop":false,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"5","value":"","code":"return window.innerHeight > 500","waitTime":0},"position":0},{"id":4,"parentId":2,"index":4,"type":3,"option":10,"title":"条件分支","sequence":[6],"isInLoop":false,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":5,"index":5,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG LeftSide_menu_hover__OCHiO']"],"exampleValues":[{"num":0,"value":"/手机/数码"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":6,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[2]","//div[contains(., '/家用电器')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG LeftSide_menu_hover__OCHiO']"],"exampleValues":[{"num":0,"value":"/家用电器"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/17.json b/Releases/EasySpider_windows_amd64/tasks/17.json new file mode 100644 index 0000000..f966b3a --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/17.json @@ -0,0 +1 @@ +{"id":17,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:29:31 AM","version":"0.3.1","containJudge":true,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"手机"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":6,"index":3,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"数码"},{"num":2,"value":"家用电器"},{"num":3,"value":"电脑"},{"num":4,"value":"办公"},{"num":5,"value":"家纺"},{"num":6,"value":"家居"},{"num":7,"value":"厨具"},{"num":8,"value":"家具"},{"num":9,"value":"家装"},{"num":10,"value":"灯具"},{"num":11,"value":"工业品"},{"num":12,"value":"内衣"},{"num":13,"value":"男装"},{"num":14,"value":"女装"},{"num":15,"value":"童装"},{"num":16,"value":"箱包"},{"num":17,"value":"钟表"},{"num":18,"value":"珠宝"},{"num":19,"value":"女鞋"},{"num":20,"value":"运动"},{"num":21,"value":"户外"},{"num":22,"value":"男鞋"},{"num":23,"value":"汽车用品"},{"num":24,"value":"车载电器"},{"num":25,"value":"母婴"},{"num":26,"value":"洗护喂养"},{"num":27,"value":"玩具乐器"},{"num":28,"value":"宠物生活"},{"num":29,"value":"家庭清洁"},{"num":30,"value":"个人护理"},{"num":31,"value":"计生情趣"},{"num":32,"value":"图书"},{"num":33,"value":"童书"},{"num":34,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":3,"value":"https://diannao.jd.com/"},{"num":4,"value":"https://bg.jd.com/"},{"num":5,"value":"https://channel.jd.com/jf.html"},{"num":6,"value":"https://channel.jd.com/home.html"},{"num":7,"value":"https://channel.jd.com/kitchenware.html"},{"num":8,"value":"https://channel.jd.com/furniture.html"},{"num":9,"value":"https://jzjc.jd.com/"},{"num":10,"value":"https://channel.jd.com/9855-9856.html"},{"num":11,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":12,"value":"https://channel.jd.com/underwear.html"},{"num":13,"value":"https://channel.jd.com/1315-1342.html"},{"num":14,"value":"https://channel.jd.com/women.html"},{"num":15,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":16,"value":"https://channel.jd.com/bag.html"},{"num":17,"value":"https://channel.jd.com/watch.html"},{"num":18,"value":"https://channel.jd.com/jewellery.html"},{"num":19,"value":"https://channel.jd.com/womensshoes.html"},{"num":20,"value":"https://phat.jd.com/10-109.html"},{"num":21,"value":"https://channel.jd.com/outdoor.html"},{"num":22,"value":"https://channel.jd.com/mensshoes.html"},{"num":23,"value":"https://che.jd.com/"},{"num":24,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":25,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":26,"value":"https://channel.jd.com/feed.html"},{"num":27,"value":"https://toy.jd.com/"},{"num":28,"value":"https://channel.jd.com/pet.html"},{"num":29,"value":"https://channel.jd.com/beauty.html"},{"num":30,"value":"https://lady.jd.com/"},{"num":31,"value":"https://channel.jd.com/9192-9196.html"},{"num":32,"value":"https://book.jd.com/"},{"num":33,"value":"https://book.jd.com/children.html"},{"num":34,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":4,"parentId":2,"type":2,"option":9,"title":"判断条件","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":4,"parentId":3,"index":5,"type":3,"option":10,"title":"条件分支","sequence":[3],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"7","value":"","code":"return arguments[0].innerText.length > 2","waitTime":0},"position":0},{"id":5,"parentId":3,"index":6,"type":3,"option":10,"title":"条件分支","sequence":[7],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":false,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[4]/div[1]/div[3]/div[1]/a[1]","allXPaths":["/html/body/div[4]/div[1]/div[3]/div[1]/a[1]","//a[contains(., '我的购物车')]"],"exampleValues":[{"num":0,"value":"我的购物车"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/18.json b/Releases/EasySpider_windows_amd64/tasks/18.json new file mode 100644 index 0000000..2efdb2d --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/18.json @@ -0,0 +1 @@ +{"id":18,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:32:32 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,7],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":3,"index":2,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":4,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG LeftSide_menu_hover__OCHiO']"],"exampleValues":[{"num":0,"value":"/手机/数码"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":-1,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":-1,"index":4,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数2_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":-1,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":-1,"index":6,"parentId":3,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数3_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":7,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[2],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":"5","pathList":"","textList":"","code":"return window.innerHeight > 500","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/19.json b/Releases/EasySpider_windows_amd64/tasks/19.json new file mode 100644 index 0000000..22c373a --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/19.json @@ -0,0 +1 @@ +{"id":19,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:34:58 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":"1","breakCode":"return window.innerHeight > 500","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG LeftSide_menu_hover__OCHiO']"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/2.json b/Releases/EasySpider_windows_amd64/tasks/2.json index d245924..e197a01 100644 --- a/Releases/EasySpider_windows_amd64/tasks/2.json +++ b/Releases/EasySpider_windows_amd64/tasks/2.json @@ -1 +1 @@ -{"id":2,"name":"鼠标移动和页面加载测试","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/25/2023, 5:48:38 PM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"Open Page","value":"https://www.jd.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"Open Page","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":20,"scrollType":"2","scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":7,"title":"Mouse Move","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":3,"index":3,"parentId":0,"type":1,"option":8,"title":"Loop","sequence":[4],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":5,"index":4,"parentId":3,"type":0,"option":7,"title":"Mouse Move","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":"","loopType":1}},{"id":4,"index":5,"parentId":0,"type":0,"option":2,"title":"Click Element","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"search-link\"]/i[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":20,"paras":[],"allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/a[1]/i[1]","//i[contains(., '')]"]}}]} \ No newline at end of file +{"id":2,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/26/2023, 4:40:54 PM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":30,"scrollType":"1","scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":7,"title":"移动到元素","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[8]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[8]","//div[contains(., '/运动/户外/男鞋')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":-1,"index":3,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":-1,"index":4,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"],"loopType":0}},{"id":3,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,7],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":""}},{"id":4,"index":6,"parentId":3,"type":0,"option":7,"title":"移动到元素","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":true,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":"","loopType":1}},{"id":5,"index":7,"parentId":3,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"1","scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/20.json b/Releases/EasySpider_windows_amd64/tasks/20.json new file mode 100644 index 0000000..3787c91 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/20.json @@ -0,0 +1 @@ +{"id":20,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:36:50 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/家用电器"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":2,"pathList":"//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[2]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[3]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[4]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[5]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[6]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[7]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[8]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[9]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[10]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[11]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[12]\n//*[contains(@class, \"LeftSide_menu_list__qXCeM\")]/div[13]","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":"1","breakCode":"return window.innerHeight > 500","breakCodeWaitTime":0,"allXPaths":""}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/家用电器"},{"num":1,"value":"/电脑/办公"},{"num":2,"value":"/家纺/家居/厨具"},{"num":3,"value":"/家具/家装/灯具/工业品"},{"num":4,"value":"/内衣/男装/女装/童装"},{"num":5,"value":"/箱包/钟表/珠宝/女鞋"},{"num":6,"value":"/运动/户外/男鞋"},{"num":7,"value":"/汽车用品/车载电器"},{"num":8,"value":"/母婴/洗护喂养"},{"num":9,"value":"/玩具乐器/宠物生活"},{"num":10,"value":"/家庭清洁/个人护理/计生情趣"},{"num":11,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":2}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/21.json b/Releases/EasySpider_windows_amd64/tasks/21.json new file mode 100644 index 0000000..0b107d5 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/21.json @@ -0,0 +1 @@ +{"id":21,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 3:51:56 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"8899.00"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"key\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/input[1]","//input[contains(., '')]","id(\"key\")","//INPUT[@class='text defcolor']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"search-btn\"]/i[1]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":1,"scrollWaitTime":1,"maxWaitTime":20,"paras":[],"allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/button[1]/i[1]","//i[contains(., '')]"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pn-next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":"1","breakCode":"return window.innerHeight > 500","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[2]/div[2]/div[1]/div[1]/div[3]/div[1]/span[1]/a[9]","//a[contains(., '下一页>')]","//A[@class='pn-next']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pn-next\")]","wait":2,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":"2","scrollCount":1,"scrollWaitTime":1,"maxWaitTime":20,"paras":[],"allXPaths":["/html/body/div[5]/div[2]/div[2]/div[1]/div[1]/div[3]/div[1]/span[1]/a[9]","//a[contains(., '下一页>')]","//A[@class='pn-next']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li/div[1]/div[3]/strong[1]/i[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[2]/div[2]/div[1]/div[1]/div[2]/ul[1]/li[1]/div[1]/div[3]/strong[1]/i[1]","//i[contains(., '8899.00')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"8899.00"},{"num":1,"value":"7899.00"},{"num":2,"value":"6899.00"},{"num":3,"value":"8999.00"},{"num":4,"value":"7999.00"},{"num":5,"value":"6999.00"},{"num":6,"value":"8899.00"},{"num":7,"value":"7899.00"},{"num":8,"value":"6367.00"},{"num":9,"value":"8899.00"},{"num":10,"value":"5999.00"},{"num":11,"value":"7999.00"},{"num":12,"value":"8999.00"},{"num":13,"value":"8999.00"},{"num":14,"value":"7899.00"},{"num":15,"value":"11699.00"},{"num":16,"value":"9899.00"},{"num":17,"value":"6099.00"},{"num":18,"value":"5999.00"},{"num":19,"value":"7099.00"},{"num":20,"value":"7999.00"},{"num":21,"value":"8899.00"},{"num":22,"value":"6799.00"},{"num":23,"value":"11699.00"},{"num":24,"value":"7749.00"},{"num":25,"value":"8999.00"},{"num":26,"value":"12499.00"},{"num":27,"value":"8299.00"},{"num":28,"value":"3899.00"},{"num":29,"value":"6199.00"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/22.json b/Releases/EasySpider_windows_amd64/tasks/22.json new file mode 100644 index 0000000..739c547 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/22.json @@ -0,0 +1 @@ +{"id":22,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 4:19:07 AM","version":"0.3.1","containJudge":true,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/手机/数码"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":"2","scrollCount":1,"scrollWaitTime":5}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":"0","breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":6,"index":3,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":4,"parentId":2,"type":2,"option":9,"title":"判断条件","sequence":[5,6],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":4,"parentId":3,"index":5,"type":3,"option":10,"title":"条件分支","sequence":[3],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"6","value":"","code":"python D:/test.py","waitTime":0},"position":0},{"id":5,"parentId":3,"index":6,"type":3,"option":10,"title":"条件分支","sequence":[7],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[4]/div[1]/ul[1]/li[2]/a[1]","allXPaths":["/html/body/div[4]/div[1]/ul[1]/li[2]/a[1]","//a[contains(., '今日推荐')]"],"exampleValues":[{"num":0,"value":"今日推荐"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/23.json b/Releases/EasySpider_windows_amd64/tasks/23.json new file mode 100644 index 0000000..03ef123 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/23.json @@ -0,0 +1 @@ +{"id":23,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 4:20:40 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"/电脑/办公"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":"6","pathList":"","textList":"","code":"python D:/test.py","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]","allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[3]","//div[contains(., '/电脑/办公')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG LeftSide_menu_hover__OCHiO']"],"exampleValues":[{"num":0,"value":"/电脑/办公"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/3.json b/Releases/EasySpider_windows_amd64/tasks/3.json index 483db91..9ae2a83 100644 --- a/Releases/EasySpider_windows_amd64/tasks/3.json +++ b/Releases/EasySpider_windows_amd64/tasks/3.json @@ -1 +1 @@ -{"id":3,"name":"条件判断bug测试","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/25/2023, 5:53:27 PM","version":"0.3.1","containJudge":true,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"Open Page","value":"https://www.ebay.com","desc":"List of URLs to be collected, separated by \\n for multiple lines","type":"string","exampleValue":"https://www.ebay.com"}],"outputParameters":[{"id":0,"name":"para1_text","desc":"","type":"string","exampleValue":"Home"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"Open Page","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":15,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":2,"option":9,"title":"If Condition","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":-1,"parentId":2,"index":3,"type":3,"option":10,"title":"Condition","sequence":[],"isInLoop":false,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"2","value":"","code":"","waitTime":0},"position":0},{"id":-1,"parentId":2,"index":4,"type":3,"option":10,"title":"Condition","sequence":[],"isInLoop":false,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1},{"id":2,"index":5,"parentId":0,"type":1,"option":8,"title":"Loop","sequence":[7],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[6]/div[1]/ul[1]/li","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[1]/ul[1]/li[1]","//li[contains(., 'Home')]","//LI[@class='hl-cat-nav__active']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"Collect Data","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"para1_text","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Home"},{"num":1,"value":"Saved"},{"num":2,"value":"MotorsExpand: MotorsParts & AccessoriesAll Parts & AccessoriesCar & Truck PartsMotorcycle PartsAutomotive Tools & SuppliesApparel & MerchandiseMotors DealsMy GarageVehiclesCars & TrucksClassicsMotorcyclesPowersportsRVs & CampersTrailers & Other VehiclesBoats"},{"num":3,"value":"ElectronicsExpand: ElectronicsTop CategoriesComputers, Tablets & Network HardwareCameras & PhotoCell Phones & SmartphonesCell Phone Cases, Covers & SkinsTV, Video & Home Audio ElectronicsVehicle Electronics & GPSHeadphonesSurveillance & Smart Home ElectronicsPopular TopicseBay RefurbishedVideo GamesNintendo Toys to LifeApple iPhonePC Desktops & All-In-One ComputersComputer Graphics CardsTablets & eReadersLaptops & Netbooks"},{"num":4,"value":"CollectiblesExpand: CollectiblesTop CategoriesSports Memorabilia, Fan Shop & Sports CardsSports Trading CardsCoins & Paper MoneyAntiquesBullionArtCollectible Card GamesComicsPopular TopicsArt PaintingsMorgan DollarsFunko Pop!DisneyanaMusic MemorabiliaBaseball CardsNFTsStamps"},{"num":5,"value":"Home & GardenExpand: Home & GardenTop CategoriesYard, Garden & Outdoor Living ItemsHome ImprovementSmall Kitchen AppliancesLamps, Lighting & Ceiling FansHome DécorPower ToolsFurnitureHousehold & Cleaning SuppliesAdditional Categories eBay RefurbishedSurveillance & Smart HomeVacuum CleanersKitchenAid Countertop MixersOutdoor EntertainingBeddingMattressesHome & Garden Deals"},{"num":6,"value":"FashionExpand: FashionTop CategoriesWomen's ClothingWomen's ShoesWomen’s AccessoriesMen's ClothingMen's ShoesMen's AccessoriesGirls' ClothingBoys' ClothingAdditional CategoriesDesigner HandbagsCollectible SneakersWomen's DressesWomen's Coats, Jackets & VestsWomen’s Intimates & SleepwearMen's ShirtsMen's Coats & JacketsFashion Deals"},{"num":7,"value":"ToysExpand: ToysTop CategoriesAction FiguresDolls & Teddy BearsDiecast & Toy VehiclesBuilding ToysCollectible Card GamesModel Railroads & TrainsRC Model Vehicles, Toys & Control LineToy Models & KitsPopular TopicsLEGO Sets & PacksWarhammer 40KBoard & Roleplaying GamesPreschool Toys & Pretend PlayNERF Dart Guns & Soft DartsReborn Dolls PlaysetsMarvel Legends Action FiguresToys Deals"},{"num":8,"value":"Sporting GoodsExpand: Sporting GoodsTop CategoriesHunting EquipmentCycling EquipmentFishing Equipment & SuppliesGolf ClubsTeam SportsFitness, Running & Yoga EquipmentCamping & Hiking EquipmentWater SportsPopular TopicsBilliard CuesCamping MealsBikesElectric BikesGPS & Running WatchesDumbbellsShimano Fishing ReelsScotty Cameron Golf Clubs"},{"num":9,"value":"Business & IndustrialExpand: Business & IndustrialTop CategoriesHeavy EquipmentPersonal Protective EquipmentHealthcareCNC, Metalworking & ManufacturingOfficeTest, Measurement & Inspection EquipmentRestaurant & Food ServiceDentalAdditional CategoriesIndustrial Automation & Motion ControlShipping & PackagingElectrical Equipment & SuppliesFood Trucks & Concession TrailersHeavy Equipment AttachmentsHeavy Equipment Parts & AccessoriesLight Industrial Equipment & ToolsHVAC & Refrigeration"},{"num":10,"value":"Jewelry & WatchesExpand: Jewelry & WatchesTop CategoriesLuxury WatchesWristwatchesAll Watches, Parts, AccessoriesFashion JewelryFine JewelryVintage & Antique JewelryLoose Diamonds & GemstonesAll JewelryTop BrandsRolexOMEGABreitlingTAG HeuerPatek PhilippeCartierVan Cleef & ArpelsTiffany & Co."},{"num":11,"value":"eBay Live"},{"num":12,"value":"RefurbishedExpand: RefurbishedShop eBay Refurbished ElectronicsCell PhonesDesktop ComputersHome AudioLaptopsMonitorsPortable Audio & HeadphonesSmart WatchesTabletsShop eBay Refurbished HomeCeiling FansIndoor air quality & FansOutdoor Power EquipmentPower ToolsSmall Kitchen AppliancesSporting GoodsSurveillance & Smart HomeVacuums"},{"num":13,"value":"More Expand: MoreMotorsElectronicsCollectiblesHome & GardenFashionToysSporting GoodsBusiness & IndustrialJewelry & WatcheseBay LiveRefurbished"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":7,"parentId":2,"type":2,"option":9,"title":"If Condition","sequence":[8],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":4,"parentId":3,"index":8,"type":3,"option":10,"title":"Condition","sequence":[6],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"3","value":"i","code":"","waitTime":0},"position":0},{"id":-1,"parentId":3,"index":9,"type":3,"option":10,"title":"Condition","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1}]} \ No newline at end of file +{"id":3,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/26/2023, 4:47:06 PM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iphone","value":"iphone"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"大牌奥莱"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"//pro.jd.com/mall/active/2aRK8YxJGhgc1gEnXLJPhT6KodXd/index.html?babelChannel=ttt3"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"key\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iphone","allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/input[1]","//input[contains(., '')]","id(\"key\")","//INPUT[@class='text defcolor']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"search-btn\"]/i[1]","wait":5,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":15,"paras":[],"allXPaths":["/html/body/div[4]/div[1]/div[2]/div[1]/button[1]/i[1]","//i[contains(., '')]"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[4]/div[1]/div[3]/ul[1]/li/a[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[4]/div[1]/div[3]/ul[1]/li[1]/a[1]","//a[contains(., '大牌奥莱')]","//A[@class='b']"]}},{"id":5,"index":5,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"大牌奥莱"},{"num":1,"value":"美妆馆"},{"num":2,"value":"超市"},{"num":3,"value":"生鲜"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"//pro.jd.com/mall/active/2aRK8YxJGhgc1gEnXLJPhT6KodXd/index.html?babelChannel=ttt3"},{"num":1,"value":"//channel.jd.com/beautysale.html"},{"num":2,"value":"//channel.jd.com/chaoshi.html"},{"num":3,"value":"//fresh.jd.com"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/4.json b/Releases/EasySpider_windows_amd64/tasks/4.json index 07e0f9d..75ab923 100644 --- a/Releases/EasySpider_windows_amd64/tasks/4.json +++ b/Releases/EasySpider_windows_amd64/tasks/4.json @@ -1 +1 @@ -{"id":4,"name":"Electronics, Cars, Fashion, Collectibles & More | eBay","url":"https://www.ebay.com","links":"https://www.ebay.com","create_time":"5/26/2023, 3:56:50 AM","version":"0.3.1","containJudge":false,"desc":"https://www.ebay.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"iPhone","value":"iPhone"},{"id":2,"name":"loopTimes_循环_2","nodeId":4,"nodeName":"循环","desc":"循环循环执行的次数(0代表无限循环)","type":"int","exampleValue":5,"value":5}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,3,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.ebay.com","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-ac\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"iPhone","allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[1]/div[1]/div[1]/input[1]","//input[contains(., '')]","id(\"gh-ac\")","//INPUT[@class='gh-tb ui-autocomplete-input ui-autocomplete-loading']","//INPUT[@name='_nkw']"]}},{"id":3,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"gh-btn\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/header[1]/table[1]/tbody[1]/tr[1]/td[5]/form[1]/table[1]/tbody[1]/tr[1]/td[3]/input[1]","//input[contains(., '')]","id(\"gh-btn\")","//INPUT[@class='btn btn-prim gh-spr']"]}},{"id":4,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6,5],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":0,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":5,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"]}},{"id":6,"index":5,"parentId":4,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":true,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":true,"xpath":"//*[contains(@class, \"pagination__next\")]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[65]/div[2]/span[1]/span[1]/nav[1]/a[1]","//a[contains(., '')]","//A[@class='pagination__next icon-link']"],"loopType":0}},{"id":5,"index":6,"parentId":4,"type":1,"option":8,"title":"循环","sequence":[7],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[4]/div[2]/div[1]/div[2]/ul[1]/li/div[1]/div[2]/a[1]/div[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[4]/div[2]/div[1]/div[2]/ul[1]/li[2]/div[1]/div[2]/a[1]/div[1]/span[1]","//span[contains(., 'Apple iPho')]"]}},{"id":7,"index":7,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":6,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"Apple iPhone XS Max - 64 GB - Space Grey (Unlocked) A2101 (GSM) (AU Stock)"},{"num":1,"value":"Full Cover TEMPERED Glass For iPhone 11 12 13 PRO XS MAX XR 7 8 Screen Protector"},{"num":2,"value":"Full Working Apple iPhone 1st Generation 2G - 8GB - Black (Unlocked) A1203 (GSM)"},{"num":3,"value":"Apple iPhone 13 Pro 128GB Unlocked Good Condition"},{"num":4,"value":"📱 IOS6 Apple iPhone 5 16GB Unlocked Black white gold blue Perfect appearance 📱"},{"num":5,"value":"Apple iPhone 6 Plus - 64GB - Gold (Unlocked) A1524 (CDMA + GSM)"},{"num":6,"value":"Apple iPhone XS - 64GB - Space Gray - Unlocked - Excellent Condition"},{"num":7,"value":"Apple iPhone 4s 8/16/32/64 GB A1387 (CDMA + GSM) IOS 6.3.1 IOS 9.3.6 UNLOCKED"},{"num":8,"value":"Apple iPhone 7 Plus 256GB Pink Unlocked A1661 CDMA GSM Working Smartphone"},{"num":9,"value":"Apple iPhone 2G Generation - 8GB - Silver"},{"num":10,"value":"New ListingiPhone SE 2020 2nd Gen Black - IC Locked to Owner - Great Condition"},{"num":11,"value":"Apple IPhone 5S 16GB 32GB 64GB Space Gray Silver Gold UNlocked SIM Free Sealed"},{"num":12,"value":"Apple iPhone 6s Plus - 64GB - Space Gray (SaskTel) A1687 (CDMA + GSM) (CA)"},{"num":13,"value":"iPhone 13 128GB Midnight ---Apple Warranty + Seller's Warranty"},{"num":14,"value":"Apple iPhone X Unlocked Various Colors 64GB 256GB Smartphone Used"},{"num":15,"value":"Apple iPhone 4s - 64GB - Black (Unlocked) A1387 (CDMA + GSM) (FACTORY SEAL) RARE"},{"num":16,"value":"🔥 Apple iPhone 6s 128GB - Space Gray (Unlocked) A1688/A1633 smartphone sealed"},{"num":17,"value":"Apple iPhone XS ,XS Max Unlocked Various Colors 64GB 256GB 512GB Smartphone good"},{"num":18,"value":"New ListingApple iphone 6 64GB A1549 Gray Unlocked (GSM+CDMA)"},{"num":19,"value":"Apple iPhone X Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":20,"value":"Apple iPhone 11 Pro - 64GB - Space Grey (Unlocked) A2215 (CDMA + GSM)"},{"num":21,"value":"Apple iPhone 5 GSM UNLOCKED - 16GB Good Condition Black"},{"num":22,"value":"Apple iPhone 11 Pro Max 256GB Space Gray Unlocked Excellent Condition"},{"num":23,"value":"Apple iPhone 11 Pro A2215 256GB Factory Unlocked Single sim Very Good condition"},{"num":24,"value":"Apple iPhone SE 2020 (2nd Gen) Smartphone - Broken for Parts / Repairs!"},{"num":25,"value":"AT&T FACTORY UNLOCK SERVICE Factory ATT Unlock Service only Clean iPhone"},{"num":26,"value":"Apple iPhone 6s Unlocked Various Colors 16GB 32GB 64GB 128GB Smartphone Used"},{"num":27,"value":"Apple iPhone SE 2nd 64GB Xfinity"},{"num":28,"value":"iOS 2.0 Apple iPhone 3G 2nd Generation - 16GB - White (Unlocked) A1241 (GSM)"},{"num":29,"value":"Apple iPhone 14 Pro Max -1TB- Gold. Physical SIM tray, Dual Sim - Fast Ship✈️"},{"num":30,"value":"Apple iPhone 11 Unlocked Various Colors 64GB 128GB 256GB Smartphone Used"},{"num":31,"value":"Screen Protector for Iphone 11 12 13 14 Pro Max,xr,7 8 14 Plus Tempered Glass"},{"num":32,"value":"📱 Apple iPhone 4S 8/16/32GB - Unlocked Black white Grade A+ Condition 📱 IOS6"},{"num":33,"value":"📱 Apple iPhone 5s 16/32/64GB - Unlocked Black silver gold Grade A Condition 📱"},{"num":34,"value":"New ListingApple iPhone 14 Pro - 128GB - Gold (T-Mobile)"},{"num":35,"value":"📱 Apple iPhone 4 8/16/32GB - Unlocked Used Full function mobile phone IOS7 📱"},{"num":36,"value":"New&Sealed Apple iPhone 4-8GB 16GB 32GB-Black White UNlocked (AT&T) A1332 (GSM)"},{"num":37,"value":"Apple iPhone 4S 32GB IOS 6.1.3 Unlocked White Black Smart Phone"},{"num":38,"value":"Custom 24k Gold Apple iPhone 14 Pro Max with Diamond Incrustations 1 TB Unlocked"},{"num":39,"value":"Privacy Tempered Glass Screen Protector For iPhone 14 11 12 Pro Max 13 Cover"},{"num":40,"value":"NEW Apple iPhone 7 - 128GB - Black (Unlocked) GSM IOS Smartphone sealed package"},{"num":41,"value":"Apple A1532 iPhone 5c 16GB (Verizon) White Smartphone (A4170)"},{"num":42,"value":"Apple iPhone XR 64GB Black Unlocked Good Condition"},{"num":43,"value":"Case For iPhone 14 Pro Max 14 Pro 14 Plus 14 Shockproof Silicone Cover"},{"num":44,"value":"New&Sealed Apple iPhone 4 32GB A1332 Unlocked White/Black Smart Phone"},{"num":45,"value":"Apple iPhone XS Unlocked OLED Smartphone 5,8\", 64GB, 256GB, 512GB, SYDNEY STOCK"},{"num":46,"value":"Apple iPhone 6S 16GB 32GB Various Colours Unlocked Smartphone Grade A Very Good"},{"num":47,"value":"New Apple iPhone 14 Pro Max 128GB A2896 Dual Nano-SIM Unlocked - Deep Purple"},{"num":48,"value":"HOT Original Apple iPhone 5S 16GB/32GB/64GB 3 Colors Unlocked IOS GPS smartphone"},{"num":49,"value":"5D Privacy Tempered Glass Screen Protector For iPhone 11 14 12 PRO MAX 13 Cover"},{"num":50,"value":"📱 Apple iPhone 5 - 16GB - black (Unlocked) IOS6 Sealed transportation 📱"},{"num":51,"value":"Apple iPhone 12 Pro Max - 128GB - Pacific Blue Used For Parts/Repair"},{"num":52,"value":"Apple iPhone 3GS(iPhone 3rd gen)-8GB 16GB 32GB-Black/White Unlocked A1303(GSM)"},{"num":53,"value":"Apple iPhone 5 16 32 64GB Black/Slate White/Silver unlocked for all SIM"},{"num":54,"value":"New&Sealed Apple iPhone 4S 8GB 16GB 32GB 64GB unlocked (GSM CDMA) 3G IOS 6"},{"num":55,"value":"Apple iPhone 3GS - 8GB - Black (AT&T) A1303 (GSM) Fast Ship Excellent Used"},{"num":56,"value":"Apple iPhone 11 Pro, Pro Max Unlocked 64GB 256GB 512GB Smartphone Used Good"},{"num":57,"value":"Apple iPhone 4S 64GB IOS 9.3.6 Unlocked White Black Smart Phone"},{"num":58,"value":"Shockproof Case For iPhone 14 11 12 13 PRO MAX X XR XS 7 8 360 cover"},{"num":59,"value":"Apple iPhone 14 Pro A16 A2890* Factory Unlocked New Sealed Dual-Sim - FedEX"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file +{"id":4,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/26/2023, 4:48:06 PM","version":"0.3.1","containJudge":true,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"手机"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[4],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":5,"index":3,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"数码"},{"num":2,"value":"家用电器"},{"num":3,"value":"电脑"},{"num":4,"value":"办公"},{"num":5,"value":"家纺"},{"num":6,"value":"家居"},{"num":7,"value":"厨具"},{"num":8,"value":"家具"},{"num":9,"value":"家装"},{"num":10,"value":"灯具"},{"num":11,"value":"工业品"},{"num":12,"value":"内衣"},{"num":13,"value":"男装"},{"num":14,"value":"女装"},{"num":15,"value":"童装"},{"num":16,"value":"箱包"},{"num":17,"value":"钟表"},{"num":18,"value":"珠宝"},{"num":19,"value":"女鞋"},{"num":20,"value":"运动"},{"num":21,"value":"户外"},{"num":22,"value":"男鞋"},{"num":23,"value":"汽车用品"},{"num":24,"value":"车载电器"},{"num":25,"value":"母婴"},{"num":26,"value":"洗护喂养"},{"num":27,"value":"玩具乐器"},{"num":28,"value":"宠物生活"},{"num":29,"value":"家庭清洁"},{"num":30,"value":"个人护理"},{"num":31,"value":"计生情趣"},{"num":32,"value":"图书"},{"num":33,"value":"童书"},{"num":34,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":3,"value":"https://diannao.jd.com/"},{"num":4,"value":"https://bg.jd.com/"},{"num":5,"value":"https://channel.jd.com/jf.html"},{"num":6,"value":"https://channel.jd.com/home.html"},{"num":7,"value":"https://channel.jd.com/kitchenware.html"},{"num":8,"value":"https://channel.jd.com/furniture.html"},{"num":9,"value":"https://jzjc.jd.com/"},{"num":10,"value":"https://channel.jd.com/9855-9856.html"},{"num":11,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":12,"value":"https://channel.jd.com/underwear.html"},{"num":13,"value":"https://channel.jd.com/1315-1342.html"},{"num":14,"value":"https://channel.jd.com/women.html"},{"num":15,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":16,"value":"https://channel.jd.com/bag.html"},{"num":17,"value":"https://channel.jd.com/watch.html"},{"num":18,"value":"https://channel.jd.com/jewellery.html"},{"num":19,"value":"https://channel.jd.com/womensshoes.html"},{"num":20,"value":"https://phat.jd.com/10-109.html"},{"num":21,"value":"https://channel.jd.com/outdoor.html"},{"num":22,"value":"https://channel.jd.com/mensshoes.html"},{"num":23,"value":"https://che.jd.com/"},{"num":24,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":25,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":26,"value":"https://channel.jd.com/feed.html"},{"num":27,"value":"https://toy.jd.com/"},{"num":28,"value":"https://channel.jd.com/pet.html"},{"num":29,"value":"https://channel.jd.com/beauty.html"},{"num":30,"value":"https://lady.jd.com/"},{"num":31,"value":"https://channel.jd.com/9192-9196.html"},{"num":32,"value":"https://book.jd.com/"},{"num":33,"value":"https://book.jd.com/children.html"},{"num":34,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":4,"parentId":2,"type":2,"option":9,"title":"判断条件","sequence":[5],"isInLoop":true,"position":0,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0}},{"id":4,"parentId":3,"index":5,"type":3,"option":10,"title":"条件分支","sequence":[3],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":"3","value":"女","code":"","waitTime":0},"position":0},{"id":-1,"parentId":3,"index":6,"type":3,"option":10,"title":"条件分支","sequence":[],"isInLoop":true,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"class":0,"value":"","code":"","waitTime":0},"position":1}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/5.json b/Releases/EasySpider_windows_amd64/tasks/5.json index d5d0be7..ce5fff2 100644 --- a/Releases/EasySpider_windows_amd64/tasks/5.json +++ b/Releases/EasySpider_windows_amd64/tasks/5.json @@ -1 +1 @@ -{"id":5,"name":"知乎 - 有问题,就会有答案","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 3:58:11 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"你见过哪些惊为天人的美女图片?"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":10,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/h2[1]/div[1]","//div[contains(., '你见过哪些惊为天人的')]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"你见过哪些惊为天人的美女图片?"},{"num":1,"value":"2023 年 618 有哪些值得购买的显示器?"},{"num":2,"value":"怎么感觉现在很多年轻人一个犹太人没见过却反犹?"},{"num":3,"value":"如何开始在 github 上学习东西?"},{"num":4,"value":"中国为什么必须强大?"},{"num":5,"value":"为什么中国人出街很少使用头戴式耳机?"},{"num":6,"value":"有哪些比较好的微信小程序开源项目?"},{"num":7,"value":"那些润到国外的人,现在过得怎么样?"},{"num":8,"value":"一瓶魔药,喝下去有一半几率实现任何愿望,一半几率直接死亡,你喝还是不喝?"},{"num":9,"value":"为什么华为最后还是让孟晚舟上了位,这是搞世袭吗?"},{"num":10,"value":"缅北到底有多恐怖?"},{"num":11,"value":"为什么现在部分男生喜欢白幼瘦?"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file +{"id":5,"name":"APK Downloader - Download APK & OBB (Latest Version)","url":"https://apkcombo.com/downloader","links":"https://apkcombo.com/downloader","create_time":"5/26/2023, 5:44:15 PM","version":"0.3.1","containJudge":false,"desc":"https://apkcombo.com/downloader","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://apkcombo.com/downloader","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://apkcombo.com/downloader"}],"outputParameters":[{"id":0,"name":"参数1_选择的选项值","desc":"","type":"string","exampleValue":"default"},{"id":1,"name":"参数2_选择的选项文本","desc":"","type":"string","exampleValue":"Phone"},{"id":2,"name":"参数3_选择的选项文本","desc":"","type":"string","exampleValue":"Tablet"},{"id":3,"name":"参数4_选择的选项文本","desc":"","type":"string","exampleValue":"Default"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,10,11,12,13,14,15,16,17],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://apkcombo.com/downloader","links":"https://apkcombo.com/downloader","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":4,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":0,"optionValue":"Phone"}},{"id":-1,"index":3,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":5,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":"1","optionValue":"2"}},{"id":-1,"index":4,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":4,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":"2","optionValue":"phone"}},{"id":-1,"index":5,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":5,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":"3","optionValue":"Tablet"}},{"id":-1,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":10,"relative":false,"name":"参数1_选择的选项值","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"tablet"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":-1,"index":7,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"\nDefault\nPhone\nTablet\nTV\n"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":-1,"index":8,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":10,"relative":false,"name":"参数1_选择的选项值","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"tablet"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":-1,"index":9,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":11,"relative":false,"name":"参数1_选择的选项文本","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"Tablet"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":10,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":10,"relative":false,"name":"参数1_选择的选项值","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"default"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":3,"index":11,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":0,"optionValue":"Phone"}},{"id":4,"index":12,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":11,"relative":false,"name":"参数2_选择的选项文本","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"Phone"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":5,"index":13,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":4,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":"1","optionValue":"2"}},{"id":6,"index":14,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":5,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":11,"relative":false,"name":"参数3_选择的选项文本","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"Tablet"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":7,"index":15,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":6,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":"2","optionValue":"tv"}},{"id":8,"index":16,"parentId":0,"type":0,"option":6,"title":"切换下拉选项","sequence":[],"isInLoop":false,"position":7,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"device\"]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"optionMode":"3","optionValue":"Default"}},{"id":9,"index":17,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":8,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":11,"relative":false,"name":"参数4_选择的选项文本","desc":"","extractType":0,"relativeXPath":"/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","allXPaths":["/html/body/section[1]/div[1]/div[1]/main[1]/form[1]/fieldset[1]/div[1]/div[1]/div[1]/select[1]","//select[contains(., 'Default\nP')]","id(\"device\")","//SELECT[@name='device']"],"exampleValues":[{"num":0,"value":"Default"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/6.json b/Releases/EasySpider_windows_amd64/tasks/6.json index 4f6f6e9..4d58500 100644 --- a/Releases/EasySpider_windows_amd64/tasks/6.json +++ b/Releases/EasySpider_windows_amd64/tasks/6.json @@ -1 +1 @@ -{"id":6,"name":"首页 - 知乎","url":"https://www.zhihu.com","links":"https://www.zhihu.com","create_time":"5/26/2023, 4:00:06 AM","version":"0.3.1","containJudge":false,"desc":"https://www.zhihu.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.zhihu.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.zhihu.com"},{"id":1,"name":"inputText_1","nodeName":"输入文字","nodeId":2,"desc":"要输入的文本,如京东搜索框输入:电脑","type":"string","exampleValue":"手机","value":"手机"}],"outputParameters":[{"id":0,"name":"参数1_文本","desc":"","type":"string","exampleValue":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4,5],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":9,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.zhihu.com","links":"https://www.zhihu.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":4,"title":"输入文字","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[@id=\"Popover1-toggle\"]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"value":"手机","allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/input[1]","//input[contains(., '')]","id(\"Popover1-toggle\")","//INPUT[@class='Input i7cW1UcwT6ThdhTakqFm']"]}},{"id":-1,"index":3,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]/span[1]/svg[1]","//svg[contains(., '')]","//svg[@class='[object SVGAnimatedString]']"]}},{"id":3,"index":4,"parentId":0,"type":0,"option":2,"title":"点击元素","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"//*[contains(@class, \"SearchBar-searchButton\")]","wait":3,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"maxWaitTime":10,"paras":[],"allXPaths":["/html/body/div[1]/div[1]/div[2]/header[1]/div[2]/div[1]/div[1]/form[1]/div[1]/div[1]/label[1]/button[1]","//button[contains(., '​')]","//BUTTON[@class='Button SearchBar-searchButton FEfUrdfMIKpQDJDqkjte Button--primary Button--blue epMJl0lFQuYbC7jrwr_o JmYzaky7MEPMFcJDLNMG']"]}},{"id":4,"index":5,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[6],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[1]/div[1]/main[1]/div[1]/div[2]/div[2]/div[1]/div[1]/div[1]/div[1]/div[3]/div[1]/div[1]/div[1]/div[1]/h2[1]/span[1]/div[1]/a[1]/span[1]","//span[contains(., '2023年618哪一')]","//SPAN[@class='Highlight']"]}},{"id":5,"index":6,"parentId":4,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"2023年618哪一款手机性价比高?全品牌、全价位手机推荐与选购指南(收藏版)"},{"num":1,"value":"2023年(5月)手机挑选推荐攻略"},{"num":2,"value":"最值得买的高手机排行推荐(含2023高性价比型号)"},{"num":3,"value":"2023年高性价比手机推荐 | 大学生手机推荐 | 1000、2000、3000、4000、5000元各价位手机推荐 | 华为 I 荣耀 I OPPO I vivo | 小米手机推荐"},{"num":4,"value":"2023年(618)24款2500元左右手机推荐,高性价比2000元-3000元手机推荐!"},{"num":5,"value":"2023年(5月大更新)|618抢先看|高性价比手机推荐,拍照手机推荐|华为 小米 oppo vivo 真我 红米 iQOO 苹果 荣耀|游戏手机推荐|2000 3000 4000 5000"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}}]} \ No newline at end of file +{"id":6,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.ebay.com","create_time":"5/27/2023, 2:35:26 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"},{"id":1,"name":"urlList_1","nodeId":7,"nodeName":"打开网页","value":"https://www.ebay.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.ebay.com"}],"outputParameters":[{"id":0,"name":"参数14_页面标题","desc":"","type":"string","exampleValue":"京东全球版-专业的综合网上购物商城"},{"id":1,"name":"参数15_页面网址","desc":"","type":"string","exampleValue":"https://global.jd.com/"},{"id":2,"name":"参数16_背景图片地址","desc":"","type":"string","exampleValue":"https://i.ebayimg.com/images/g/KOQAAOSwiXhkZTUY/s-l200.webp"},{"id":3,"name":"参数16_文本","desc":"","type":"string","exampleValue":""}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,6,7,8,9],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":-1,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":-1,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":0,"relative":true,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"/手机/数码"},{"num":1,"value":"/家用电器"},{"num":2,"value":"/电脑/办公"},{"num":3,"value":"/家纺/家居/厨具"},{"num":4,"value":"/家具/家装/灯具/工业品"},{"num":5,"value":"/内衣/男装/女装/童装"},{"num":6,"value":"/箱包/钟表/珠宝/女鞋"},{"num":7,"value":"/运动/户外/男鞋"},{"num":8,"value":"/汽车用品/车载电器"},{"num":9,"value":"/母婴/洗护喂养"},{"num":10,"value":"/玩具乐器/宠物生活"},{"num":11,"value":"/家庭清洁/个人护理/计生情趣"},{"num":12,"value":"/图书/童书/文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":-1,"index":4,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[5],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]","//div[contains(., '/手机/数码')]","//DIV[@class='LeftSide_menu_item__SBMWC LeftSide_text_space__2UhbG ']"]}},{"id":-1,"index":5,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":1,"relative":true,"name":"参数2_文本","desc":"","relativeXPath":"/span[1]","allXPaths":["/span[1]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 LeftSide_fore0__r2Yrl']"],"exampleValues":[{"num":0,"value":"/"},{"num":1,"value":"/"},{"num":2,"value":"/"},{"num":3,"value":"/"},{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"},{"num":7,"value":"/"},{"num":8,"value":"/"},{"num":9,"value":"/"},{"num":10,"value":"/"},{"num":11,"value":"/"},{"num":12,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数3_链接文本","desc":"","relativeXPath":"/a[1]","allXPaths":["/a[1]","//a[contains(., '手机')]"],"exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"家用电器"},{"num":2,"value":"电脑"},{"num":3,"value":"家纺"},{"num":4,"value":"家具"},{"num":5,"value":"内衣"},{"num":6,"value":"箱包"},{"num":7,"value":"运动"},{"num":8,"value":"汽车用品"},{"num":9,"value":"母婴"},{"num":10,"value":"玩具乐器"},{"num":11,"value":"家庭清洁"},{"num":12,"value":"图书"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数4_链接地址","desc":"","relativeXPath":"/a[1]","allXPaths":["/a[1]","//a[contains(., '手机')]"],"exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":2,"value":"https://diannao.jd.com/"},{"num":3,"value":"https://channel.jd.com/jf.html"},{"num":4,"value":"https://channel.jd.com/furniture.html"},{"num":5,"value":"https://channel.jd.com/underwear.html"},{"num":6,"value":"https://channel.jd.com/bag.html"},{"num":7,"value":"https://phat.jd.com/10-109.html"},{"num":8,"value":"https://che.jd.com/"},{"num":9,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":10,"value":"https://toy.jd.com/"},{"num":11,"value":"https://channel.jd.com/beauty.html"},{"num":12,"value":"https://book.jd.com/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数5_文本","desc":"","relativeXPath":"/span[2]","allXPaths":["/span[2]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 undefined']"],"exampleValues":[{"num":0,"value":"/"},{"num":2,"value":"/"},{"num":3,"value":"/"},{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"},{"num":7,"value":"/"},{"num":8,"value":"/"},{"num":9,"value":"/"},{"num":10,"value":"/"},{"num":11,"value":"/"},{"num":12,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数6_链接文本","desc":"","relativeXPath":"/a[2]","allXPaths":["/a[2]","//a[contains(., '数码')]"],"exampleValues":[{"num":0,"value":"数码"},{"num":2,"value":"办公"},{"num":3,"value":"家居"},{"num":4,"value":"家装"},{"num":5,"value":"男装"},{"num":6,"value":"钟表"},{"num":7,"value":"户外"},{"num":8,"value":"车载电器"},{"num":9,"value":"洗护喂养"},{"num":10,"value":"宠物生活"},{"num":11,"value":"个人护理"},{"num":12,"value":"童书"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数7_链接地址","desc":"","relativeXPath":"/a[2]","allXPaths":["/a[2]","//a[contains(., '数码')]"],"exampleValues":[{"num":0,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://bg.jd.com/"},{"num":3,"value":"https://channel.jd.com/home.html"},{"num":4,"value":"https://jzjc.jd.com/"},{"num":5,"value":"https://channel.jd.com/1315-1342.html"},{"num":6,"value":"https://channel.jd.com/watch.html"},{"num":7,"value":"https://channel.jd.com/outdoor.html"},{"num":8,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":9,"value":"https://channel.jd.com/feed.html"},{"num":10,"value":"https://channel.jd.com/pet.html"},{"num":11,"value":"https://lady.jd.com/"},{"num":12,"value":"https://book.jd.com/children.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数8_文本","desc":"","relativeXPath":"/span[3]","allXPaths":["/span[3]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 undefined']"],"exampleValues":[{"num":3,"value":"/"},{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"},{"num":7,"value":"/"},{"num":11,"value":"/"},{"num":12,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数9_链接文本","desc":"","relativeXPath":"/a[3]","allXPaths":["/a[3]","//a[contains(., '厨具')]"],"exampleValues":[{"num":3,"value":"厨具"},{"num":4,"value":"灯具"},{"num":5,"value":"女装"},{"num":6,"value":"珠宝"},{"num":7,"value":"男鞋"},{"num":11,"value":"计生情趣"},{"num":12,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数10_链接地址","desc":"","relativeXPath":"/a[3]","allXPaths":["/a[3]","//a[contains(., '厨具')]"],"exampleValues":[{"num":3,"value":"https://channel.jd.com/kitchenware.html"},{"num":4,"value":"https://channel.jd.com/9855-9856.html"},{"num":5,"value":"https://channel.jd.com/women.html"},{"num":6,"value":"https://channel.jd.com/jewellery.html"},{"num":7,"value":"https://channel.jd.com/mensshoes.html"},{"num":11,"value":"https://channel.jd.com/9192-9196.html"},{"num":12,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":1,"relative":true,"name":"参数11_文本","desc":"","relativeXPath":"/span[4]","allXPaths":["/span[4]","//span[contains(., '/')]","//SPAN[@class='LeftSide_cate_menu_line__vzQu9 undefined']"],"exampleValues":[{"num":4,"value":"/"},{"num":5,"value":"/"},{"num":6,"value":"/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":1,"contentType":0,"relative":true,"name":"参数12_链接文本","desc":"","relativeXPath":"/a[4]","allXPaths":["/a[4]","//a[contains(., '工业品')]"],"exampleValues":[{"num":4,"value":"工业品"},{"num":5,"value":"童装"},{"num":6,"value":"女鞋"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":2,"contentType":0,"relative":true,"name":"参数13_链接地址","desc":"","relativeXPath":"/a[4]","allXPaths":["/a[4]","//a[contains(., '工业品')]"],"exampleValues":[{"num":4,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":5,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":6,"value":"https://channel.jd.com/womensshoes.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":2,"index":6,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":6,"relative":false,"name":"参数14_页面标题","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]","allXPaths":["/html/body/div[5]/div[1]","//div[contains(., '/手机/数码/家用电')]","//DIV[@class='center']"],"exampleValues":[{"num":0,"value":"京东全球版-专业的综合网上购物商城"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":5,"relative":false,"name":"参数15_页面网址","desc":"","extractType":0,"relativeXPath":"/html/body/div[5]/div[1]","allXPaths":["/html/body/div[5]/div[1]","//div[contains(., '/手机/数码/家用电')]","//DIV[@class='center']"],"exampleValues":[{"num":0,"value":"https://global.jd.com/"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":3,"index":7,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"about:blank","links":"https://www.ebay.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":4,"index":8,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":3,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":4,"relative":false,"name":"参数16_背景图片地址","desc":"","extractType":0,"relativeXPath":"/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]","allXPaths":["/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='hl-image hl-image-js js-only hl-popular-destinations-image hl-image__fill']"],"exampleValues":[{"num":0,"value":"https://i.ebayimg.com/images/g/KOQAAOSwiXhkZTUY/s-l200.webp"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}},{"id":5,"index":9,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[10],"isInLoop":false,"position":4,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div/div[6]/ul[1]/li/a[1]/div[1]/div[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[6]/div[6]/ul[1]/li[1]/a[1]/div[1]/div[1]","//div[contains(., '')]","//DIV[@class='hl-image hl-image-js js-only hl-popular-destinations-image hl-image__fill']"]}},{"id":6,"index":10,"parentId":5,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":5,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":4,"relative":true,"name":"参数16_文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":""},{"num":1,"value":""},{"num":2,"value":""},{"num":3,"value":""},{"num":4,"value":""},{"num":5,"value":""},{"num":6,"value":""}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/7.json b/Releases/EasySpider_windows_amd64/tasks/7.json index 7dea8be..95937c3 100644 --- a/Releases/EasySpider_windows_amd64/tasks/7.json +++ b/Releases/EasySpider_windows_amd64/tasks/7.json @@ -1 +1 @@ -{"id":7,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/26/2023, 4:29:30 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_图片地址","desc":"","type":"string","exampleValue":"//m.360buyimg.com/babel/s710x370_jfs/t1/197659/30/31344/62825/640fd751F694963ed/a6e1ac2e5c27f160.jpg!q70.dpg"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div/div[1]/div[1]/a[1]/img[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/a[1]/img[1]","//img[contains(., '')]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":4,"contentType":0,"relative":true,"name":"参数1_图片地址","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"//m.360buyimg.com/babel/s710x370_jfs/t1/197659/30/31344/62825/640fd751F694963ed/a6e1ac2e5c27f160.jpg!q70.dpg"},{"num":1,"value":"//m.360buyimg.com/babel/s1125x600_jfs/t1/156011/19/36990/85599/646c850aF5e22eaa0/87641bfb5cf707ba.jpg!q70.dpg"},{"num":2,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/194401/20/32669/76553/64142a96F7733e6ad/cf2727848c86cf45.jpg!q70.dpg"},{"num":3,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/157323/27/24475/67142/646dee40F69bc6df5/fe4249a7d6dab710.jpg!q70.dpg"},{"num":4,"value":"//m.360buyimg.com/babel/s1125x600_jfs/t1/156011/19/36990/85599/646c850aF5e22eaa0/87641bfb5cf707ba.jpg!q70.dpg"},{"num":5,"value":"//m.360buyimg.com/babel/s710x370_jfs/t1/197659/30/31344/62825/640fd751F694963ed/a6e1ac2e5c27f160.jpg!q70.dpg"},{"num":6,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/194401/20/32669/76553/64142a96F7733e6ad/cf2727848c86cf45.jpg!q70.dpg"},{"num":7,"value":"//m.360buyimg.com/babel/s1420x740_jfs/t1/157323/27/24475/67142/646dee40F69bc6df5/fe4249a7d6dab710.jpg!q70.dpg"},{"num":8,"value":"//m.360buyimg.com/babel/s1125x600_jfs/t1/156011/19/36990/85599/646c850aF5e22eaa0/87641bfb5cf707ba.jpg!q70.dpg"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":1}],"loopType":1}}]} \ No newline at end of file +{"id":7,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 2:46:38 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_链接文本","desc":"","type":"string","exampleValue":"手机"},{"id":1,"name":"参数2_链接地址","desc":"","type":"string","exampleValue":"https://shouji.jd.com/"},{"id":2,"name":"参数1_文本","desc":"","type":"string","exampleValue":"领券中心今日推荐"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2,4],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":10,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div/a","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/a[1]","//a[contains(., '手机')]"]}},{"id":4,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":1,"contentType":0,"relative":true,"name":"参数1_链接文本","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"手机"},{"num":1,"value":"数码"},{"num":2,"value":"家用电器"},{"num":3,"value":"电脑"},{"num":4,"value":"办公"},{"num":5,"value":"家纺"},{"num":6,"value":"家居"},{"num":7,"value":"厨具"},{"num":8,"value":"家具"},{"num":9,"value":"家装"},{"num":10,"value":"灯具"},{"num":11,"value":"工业品"},{"num":12,"value":"内衣"},{"num":13,"value":"男装"},{"num":14,"value":"女装"},{"num":15,"value":"童装"},{"num":16,"value":"箱包"},{"num":17,"value":"钟表"},{"num":18,"value":"珠宝"},{"num":19,"value":"女鞋"},{"num":20,"value":"运动"},{"num":21,"value":"户外"},{"num":22,"value":"男鞋"},{"num":23,"value":"汽车用品"},{"num":24,"value":"车载电器"},{"num":25,"value":"母婴"},{"num":26,"value":"洗护喂养"},{"num":27,"value":"玩具乐器"},{"num":28,"value":"宠物生活"},{"num":29,"value":"家庭清洁"},{"num":30,"value":"个人护理"},{"num":31,"value":"计生情趣"},{"num":32,"value":"图书"},{"num":33,"value":"童书"},{"num":34,"value":"文学"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0},{"nodeType":0,"contentType":7,"relative":true,"name":"参数2_链接地址","desc":"","relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"https://shouji.jd.com/"},{"num":1,"value":"https://shuma.jd.com/"},{"num":2,"value":"https://search.jd.com/Search?keyword=%E5%B0%8F%E5%AE%B6%E7%94%B5&enc=utf-8&wq=%E5%B0%8F%E5%AE%B6%E7%94%B5&pvid=261a350161304c979fa0e7ce95c05671"},{"num":3,"value":"https://diannao.jd.com/"},{"num":4,"value":"https://bg.jd.com/"},{"num":5,"value":"https://channel.jd.com/jf.html"},{"num":6,"value":"https://channel.jd.com/home.html"},{"num":7,"value":"https://channel.jd.com/kitchenware.html"},{"num":8,"value":"https://channel.jd.com/furniture.html"},{"num":9,"value":"https://jzjc.jd.com/"},{"num":10,"value":"https://channel.jd.com/9855-9856.html"},{"num":11,"value":"https://pro.jd.com/mall/active/2u2DR1dUiK34csAE3DqmcG8aXvUK/index.html"},{"num":12,"value":"https://channel.jd.com/underwear.html"},{"num":13,"value":"https://channel.jd.com/1315-1342.html"},{"num":14,"value":"https://channel.jd.com/women.html"},{"num":15,"value":"https://list.jd.com/list.html?cat=1319,11842"},{"num":16,"value":"https://channel.jd.com/bag.html"},{"num":17,"value":"https://channel.jd.com/watch.html"},{"num":18,"value":"https://channel.jd.com/jewellery.html"},{"num":19,"value":"https://channel.jd.com/womensshoes.html"},{"num":20,"value":"https://phat.jd.com/10-109.html"},{"num":21,"value":"https://channel.jd.com/outdoor.html"},{"num":22,"value":"https://channel.jd.com/mensshoes.html"},{"num":23,"value":"https://che.jd.com/"},{"num":24,"value":"https://list.jd.com/list.html?cat=6728,6740&page=1&delivery_glb=1&stock=1&sort=sort_totalsales15_desc&trans=1&JL=4_7_0#J_main"},{"num":25,"value":"https://search.jd.com/Search?keyword=%E6%AF%8D%E5%A9%B4&enc=utf-8&qrst=1&rt=1&stop=1&vt=2&wq=%E6%AF%8D%E5%A9%B4&stock=1&gp=2&click=1"},{"num":26,"value":"https://channel.jd.com/feed.html"},{"num":27,"value":"https://toy.jd.com/"},{"num":28,"value":"https://channel.jd.com/pet.html"},{"num":29,"value":"https://channel.jd.com/beauty.html"},{"num":30,"value":"https://lady.jd.com/"},{"num":31,"value":"https://channel.jd.com/9192-9196.html"},{"num":32,"value":"https://book.jd.com/"},{"num":33,"value":"https://book.jd.com/children.html"},{"num":34,"value":"https://channel.jd.com/p_wenxuezongheguan.html"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}],"loopType":1}},{"id":3,"index":4,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":2,"parameters":{"history":3,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":7,"relative":false,"name":"参数1_文本","desc":"","extractType":0,"relativeXPath":"/html/body/div[4]/div[1]/ul[1]","allXPaths":["/html/body/div[4]/div[1]/ul[1]","//ul[contains(., '领券中心今日推荐')]","id(\"nav-list\")"],"exampleValues":[{"num":0,"value":"领券中心今日推荐"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/8.json b/Releases/EasySpider_windows_amd64/tasks/8.json new file mode 100644 index 0000000..68db82a --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/8.json @@ -0,0 +1 @@ +{"id":8,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 2:49:57 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_页面标题","desc":"","type":"string","exampleValue":"京东全球版-专业的综合网上购物商城"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":30,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":0,"contentType":7,"relative":false,"name":"参数1_页面标题","desc":"","extractType":0,"relativeXPath":"/html/body","allXPaths":["/html/body/div[4]","//div[contains(., '')]","id(\"header\")"],"exampleValues":[{"num":0,"value":"京东全球版-专业的综合网上购物商城"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":0}]}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/tasks/9.json b/Releases/EasySpider_windows_amd64/tasks/9.json new file mode 100644 index 0000000..c936826 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/tasks/9.json @@ -0,0 +1 @@ +{"id":9,"name":"京东全球版-专业的综合网上购物商城","url":"https://www.jd.com","links":"https://www.jd.com","create_time":"5/27/2023, 2:52:36 AM","version":"0.3.1","containJudge":false,"desc":"https://www.jd.com","inputParameters":[{"id":0,"name":"urlList_0","nodeId":1,"nodeName":"打开网页","value":"https://www.jd.com","desc":"要采集的网址列表,多行以\\n分开","type":"string","exampleValue":"https://www.jd.com"}],"outputParameters":[{"id":0,"name":"参数1_图片地址","desc":"","type":"string","exampleValue":"//m.360buyimg.com/babel/jfs/t1/81488/28/23346/102165/63b41485F7ecc4f22/be5cee8cf04d7e16.png"}],"graph":[{"index":0,"id":0,"parentId":0,"type":-1,"option":0,"title":"root","sequence":[1,2],"parameters":{"history":1,"tabIndex":0,"useLoop":false,"xpath":"","wait":0},"isInLoop":false},{"id":1,"index":1,"parentId":0,"type":0,"option":1,"title":"打开网页","sequence":[],"isInLoop":false,"position":0,"parameters":{"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"url":"https://www.jd.com","links":"https://www.jd.com","maxWaitTime":20,"scrollType":0,"scrollCount":1,"scrollWaitTime":1}},{"id":2,"index":2,"parentId":0,"type":1,"option":8,"title":"循环","sequence":[3],"isInLoop":false,"position":1,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"/html/body/div[5]/div[1]/div[3]/div[1]/div[1]/div[2]/ul[1]/li/a[1]/img[1]","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"scrollType":0,"scrollCount":1,"scrollWaitTime":1,"loopType":1,"pathList":"","textList":"","code":"","waitTime":0,"exitCount":0,"historyWait":2,"breakMode":0,"breakCode":"","breakCodeWaitTime":0,"allXPaths":["/html/body/div[5]/div[1]/div[3]/div[1]/div[1]/div[2]/ul[1]/li[1]/a[1]/img[1]","//img[contains(., '')]"]}},{"id":3,"index":3,"parentId":2,"type":0,"option":3,"title":"提取数据","sequence":[],"isInLoop":true,"position":0,"parameters":{"history":4,"tabIndex":-1,"useLoop":false,"xpath":"","wait":0,"beforeJS":"","beforeJSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"paras":[{"nodeType":4,"contentType":0,"relative":true,"name":"参数1_图片地址","desc":"","extractType":0,"relativeXPath":"","allXPaths":"","exampleValues":[{"num":0,"value":"//m.360buyimg.com/babel/jfs/t1/81488/28/23346/102165/63b41485F7ecc4f22/be5cee8cf04d7e16.png"},{"num":1,"value":"//m.360buyimg.com/babel/jfs/t1/93200/23/34752/53589/63b4148cF5150739b/5d0dc855fe43ca85.png"},{"num":2,"value":"//m.360buyimg.com/babel/jfs/t1/54690/10/22629/29568/63b41496Fad92ac75/605f4fe1c473192c.png"},{"num":3,"value":"//m.360buyimg.com/babel/jfs/t1/53202/29/23281/117684/63b4149dF2beb8956/ac86841f42a75cd0.png"},{"num":4,"value":"//m.360buyimg.com/babel/jfs/t1/90039/40/25105/65438/63b414a5Fb09a6926/740fb4daeef82c57.png"}],"default":"","beforeJS":"","beforeJSWaitTime":0,"JS":"","JSWaitTime":0,"afterJS":"","afterJSWaitTime":0,"downloadPic":1}],"loopType":1}}]} \ No newline at end of file diff --git a/Releases/EasySpider_windows_amd64/软件使用说明.txt b/Releases/EasySpider_windows_amd64/软件使用说明.txt new file mode 100644 index 0000000..045f841 --- /dev/null +++ b/Releases/EasySpider_windows_amd64/软件使用说明.txt @@ -0,0 +1,14 @@ +欢迎将软件宣传给更多需要的朋友! + +官方网址: https://github.com/NaiboWang/EasySpider + +支持Windows 10 x64及以上版本。 + +打开如果白屏请等待最多20秒,界面就会显示。 + +视频教程:https://www.bilibili.com/video/BV1Fk4y1L7xX/ + +这个软件绝对不是特洛伊木马/病毒!如果被像 Windows Defender 这样的杀毒软件误认为是病毒,请进行恢复,或者打开“EasySpider.bat”来运行我们的软件。 + +可以从其他机器导入任务,只需要把其他机器的tasks文件夹里的.json文件放入此目录的tasks文件夹里即可。同理执行号文件可以通过复制execution_instances文件夹中的.json文件来导入。注意,两个文件夹里的.json文件只支持命名为大于0的数字。 +